Age | Commit message (Expand) | Author |
2012-12-16 | MOHAWK: Implement most of Myst's transition system | Bastien Bouclet |
2012-12-16 | MOHAWK: Implement the last two Myst opcodes | Bastien Bouclet |
2012-12-16 | MOHAWK: Fix Myst ME's clock tower weight not going back up | Bastien Bouclet |
2012-12-16 | MOHAWK: Add a workaround for Myst ME fortress rotation bug | Bastien Bouclet |
2012-12-16 | MOHAWK: Play Stoneship chest valve opening movie backwards | Bastien Bouclet |
2012-12-16 | MOHAWK: Play Channelwood stairs door closing movie backwards | Bastien Bouclet |
2012-12-16 | MOHAWK: Implement Mechanical fortress rotation | Bastien Bouclet |
2012-12-16 | MOHAWK: Play the gear closing movie in Myst | Bastien Bouclet |
2012-12-16 | MOHAWK: Implement the Myst boiler movies | Bastien Bouclet |
2012-12-16 | MOHAWK: Allow changing video rates | Bastien Bouclet |
2012-11-04 | MOHAWK: Add Rugrats Print Shop demo detection | Matthew Hoops |
2012-11-04 | MOHAWK: Add detection for the Rugrats Adventure Game demo | Matthew Hoops |
2012-09-21 | VIDEO: Make getCurFrame declaration consistent | Willem Jan Palenstijn |
2012-09-09 | MOHAWK: Fix minor formatting issue | Matthew Hoops |
2012-09-09 | GRAPHICS: Fix ImageDecoder inconsistency with getPalette() | Matthew Hoops |
2012-08-26 | Merge pull request #268 from clone2727/video-rewrite | Matthew Hoops |
2012-08-16 | VIDEO: Merge AdvancedVideoDecoder into VideoDecoder | Matthew Hoops |
2012-08-16 | VIDEO: Rename setStopTime() to setEndTime() | Matthew Hoops |
2012-08-16 | VIDEO: Remove setSystemPalette() | Matthew Hoops |
2012-08-12 | MOHAWK: Use setStopTime() | Matthew Hoops |
2012-07-29 | Merge pull request #252 from DrMcCoy/detector_public_reportUnknown | Johannes Schickel |
2012-07-29 | MOHAWK: Remove Myst ME Macintosh "support" | Matthew Hoops |
2012-07-27 | VIDEO: Adapt QuickTimeDecoder to the AdvancedVideoDecoder API | Matthew Hoops |
2012-07-25 | MOHAWK: Fix delete[] formatting. | Johannes Schickel |
2012-07-09 | MOHAWK: Restart anims when LiveText plays them. | Alyssa Milburn |
2012-07-08 | MOHAWK: Play anims for LiveText items *after* the speech. | Alyssa Milburn |
2012-07-08 | MOHAWK: Run animations attached to LiveText items. | Alyssa Milburn |
2012-06-27 | DETECTOR: Make detectGameFilebased() return a list of MD5s and file sizes | Sven Hesse |
2012-06-16 | MOHAWK: Get rid of casts on CursorManager::replaceCursor calls. | Johannes Schickel |
2012-06-16 | MOHAWK: Get rid of casts on OSystem::copyRectToScreen calls. | Johannes Schickel |
2012-06-11 | MOHAWK: Make sure we convert video surfaces if they're not in the screen format | Matthew Hoops |
2012-06-10 | GUI: Add helper to SaveLoadChooser, which uses the currently active target. | Johannes Schickel |
2012-06-10 | MOHAWK: Do not call close on SaveLoadChooser. | Johannes Schickel |
2012-06-10 | GUI: Get rid of SaveLoadChooser::setSaveMode. | Johannes Schickel |
2012-06-03 | ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo... | Johannes Schickel |
2012-05-28 | MOHAWK: Use video volume control in Riven | Matthew Hoops |
2012-05-14 | GRAPHICS: Hide the WinCursor implementation | Matthew Hoops |
2012-05-12 | VIDEO: Change getElapsedTime() into getTime() | Matthew Hoops |
2012-04-08 | MOHAWK: Enable the SVQ1 intro for Myst ME Mac | Matthew Hoops |
2012-03-20 | GRAPHICS: Convert JPEG to the ImageDecoder API | Matthew Hoops |
2012-03-20 | GRAPHICS: Convert PictDecoder to the ImageDecoder API | Matthew Hoops |
2012-03-20 | MOHAWK: Make MystBitmap use BitmapDecoder | Matthew Hoops |
2012-03-20 | MOHAWK: Use Surface::convertTo() for video 8bpp->true color conversion | Matthew Hoops |
2012-03-19 | MOHAWK: Properly initialize the Riven tdomeelev variable | Matthew Hoops |
2012-03-16 | MOHAWK: Disable Riven demo save/load GUI buttons | Matthew Hoops |
2012-03-16 | MOHAWK: Improve Riven save/load error messages | Matthew Hoops |
2012-03-13 | JANITORIAL: Avoid the ugly operator invocation syntax. | Christoph Mallon |
2012-03-10 | MOHAWK: Split the graphics classes into their own files | Matthew Hoops |
2012-02-21 | Merge pull request #182 from fingolfin/forbid-ctype | Willem Jan Palenstijn |
2012-02-20 | COMMON: Move isFoo functions to namespace Common, add doxygen comments | Max Horn |