Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2012-02-20 | COMMON: Move isFoo functions to namespace Common, add doxygen comments | Max Horn | |
2012-02-16 | MOHAWK: Correct detection md5sum for Tortoise and the Hare Hebrew. | D G Turner | |
md5sum was for datafiles modified by bug submitter to access hidden content. New md5sum is for unmodified standard release. | |||
2012-02-16 | MOHAWK: Add Detection Entry for "Tortoise and the Hare" Hebrew Variant. | D G Turner | |
Parameter from bug #3441928 - "MOHAWK: Hebrew Tortoise and Hare not detected". | |||
2012-02-15 | MOHAWK: Add Detection Entries For 3 LB Mac Games. | D G Turner | |
Parameters taken from bug #3461368 - "MOHAWK: Living Books Mac Versions Not Recognized". | |||
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman | |
2012-02-15 | ALL: Avoid using is* macros from ctype.h | Max Horn | |
On some systems, passing signed chars to macros like isspace() etc. lead to a runtime error. Hence, mark these macros as forbidden by default, and introduce otherwise equivalent alternatives for them. | |||
2012-02-11 | MOHAWK: Avoid warning | Willem Jan Palenstijn | |
2011-12-19 | MOHAWK: Add another lilmonster demo | Matthew Hoops | |
2011-12-13 | COMMON: Make more members of Archive constant. | Andrea Corna | |