Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-16 | MOHAWK: The cancel button of Myst's dialog was actually saving | Bastien Bouclet | |
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 | |
Both the simulation and the actual rotation. | |||
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 | |
getVideoDuration now returns an Timestamp | |||
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 | |
The declaration used int32 while the definition used int. This should fix building on AmigaOS4 (bug #3570577). | |||
2012-09-09 | MOHAWK: Fix minor formatting issue | Matthew Hoops | |
2012-09-09 | GRAPHICS: Fix ImageDecoder inconsistency with getPalette() | Matthew Hoops | |
Per LordHoto's suggestion | |||
2012-08-26 | Merge pull request #268 from clone2727/video-rewrite | Matthew Hoops | |
VideoDecoder upgrade & partial rewrite | |||
2012-08-16 | VIDEO: Merge AdvancedVideoDecoder into VideoDecoder | Matthew Hoops | |
2012-08-16 | VIDEO: Rename setStopTime() to setEndTime() | Matthew Hoops | |
To better differentiate with stop() | |||
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 | |
DETECTOR: Make reportUnknown() accessible to inherited AdvancedMetaEngine classes | |||
2012-07-29 | MOHAWK: Remove Myst ME Macintosh "support" | Matthew Hoops | |
The Mac version of Myst ME is actually not Mohawk and is instead closer to the engine used in Myst3. | |||
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 | |
Another attempt at fixing bug #3541294. | |||
2012-07-08 | MOHAWK: Run animations attached to LiveText items. | Alyssa Milburn | |
Should fix bug #3541294. | |||
2012-06-27 | DETECTOR: Make detectGameFilebased() return a list of MD5s and file sizes | Sven Hesse | |
Since we need a FSNode parent for Mac resource forks, we need to change signature of detectGameFilebased(), too. | |||
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 | |
This reduces the code duplication in all client code, which formerly duplicated the querying of the plugin, game id etc. and now simply calls the newly added method runModalWithCurrentTarget() on a SaveLoadChooser object. | |||
2012-06-10 | MOHAWK: Do not call close on SaveLoadChooser. | Johannes Schickel | |
This is actually always called when a dialog closes, thus manual closing is not required. It furthermore is actually *bad* to call this from outside the dialog's code, since it will remove the top dialog from the dialog stack and thus mess up the GUI in case multiple dialogs are opened. | |||
2012-06-10 | GUI: Get rid of SaveLoadChooser::setSaveMode. | Johannes Schickel | |
We already pass the title and process button name to the constructor of SaveLoadChooser and then do not offer any way of changing it, thus changing the edit mode of the chooser is kind of pointless and was never actually used. Instead we pass the mode on SaveLoadChooser construction now. | |||
2012-06-03 | ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" ↵ | Johannes Schickel | |
logic. All uses of the old target scale API actually wanted to disallow scaling of the mouse cursor. This commit adapts our API to this and thus simplifies backend implementations. Some backends, most notable the Wii and Android, did some implementation of the cursor target scale, which I didn't adapt yet. I added a TODO for the porters there. | |||
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 | |
This name change accompanies a slight meaning change; now it means the current time position from the beginning of the video and not from starting the video. | |||
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 | |
Thanks to Robot_Maker20 for noticing the bug | |||
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 | |
ALL: Avoid using is* macros from ctype.h |