aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
AgeCommit message (Expand)Author
2013-01-03MOHAWK: Silence warningsMatthew Hoops
2012-12-17MOHAWK: Initialize the empty cursor before setting it inside setCursor()Filippos Karapetis
2012-12-17MOHAWK: Set a 2x2 invisible cursor, instead of a 1x1Filippos Karapetis
2012-12-16MOHAWK: Fix an uninitialized var usage in MechanicalBastien Bouclet
2012-12-16MOHAWK: Fix opening the library in Myst DemoBastien Bouclet
2012-12-16MOHAWK: Add the remaining Myst transition effectsBastien Bouclet
2012-12-16JANITORIAL: Replace some spaces with tabsTorbjörn Andersson
2012-12-16MOHAWK: The cancel button of Myst's dialog was actually savingBastien Bouclet
2012-12-16MOHAWK: Implement most of Myst's transition systemBastien Bouclet
2012-12-16MOHAWK: Implement the last two Myst opcodesBastien Bouclet
2012-12-16MOHAWK: Fix Myst ME's clock tower weight not going back upBastien Bouclet
2012-12-16MOHAWK: Add a workaround for Myst ME fortress rotation bugBastien Bouclet
2012-12-16MOHAWK: Play Stoneship chest valve opening movie backwardsBastien Bouclet
2012-12-16MOHAWK: Play Channelwood stairs door closing movie backwardsBastien Bouclet
2012-12-16MOHAWK: Implement Mechanical fortress rotationBastien Bouclet
2012-12-16MOHAWK: Play the gear closing movie in MystBastien Bouclet
2012-12-16MOHAWK: Implement the Myst boiler moviesBastien Bouclet
2012-12-16MOHAWK: Allow changing video ratesBastien Bouclet
2012-11-04MOHAWK: Add Rugrats Print Shop demo detectionMatthew Hoops
2012-11-04MOHAWK: Add detection for the Rugrats Adventure Game demoMatthew Hoops
2012-09-21VIDEO: Make getCurFrame declaration consistentWillem Jan Palenstijn
2012-09-09MOHAWK: Fix minor formatting issueMatthew Hoops
2012-09-09GRAPHICS: Fix ImageDecoder inconsistency with getPalette()Matthew Hoops
2012-08-26Merge pull request #268 from clone2727/video-rewriteMatthew Hoops
2012-08-16VIDEO: Merge AdvancedVideoDecoder into VideoDecoderMatthew Hoops
2012-08-16VIDEO: Rename setStopTime() to setEndTime()Matthew Hoops
2012-08-16VIDEO: Remove setSystemPalette()Matthew Hoops
2012-08-12MOHAWK: Use setStopTime()Matthew Hoops
2012-07-29Merge pull request #252 from DrMcCoy/detector_public_reportUnknownJohannes Schickel
2012-07-29MOHAWK: Remove Myst ME Macintosh "support"Matthew Hoops
2012-07-27VIDEO: Adapt QuickTimeDecoder to the AdvancedVideoDecoder APIMatthew Hoops
2012-07-25MOHAWK: Fix delete[] formatting.Johannes Schickel
2012-07-09MOHAWK: Restart anims when LiveText plays them.Alyssa Milburn
2012-07-08MOHAWK: Play anims for LiveText items *after* the speech.Alyssa Milburn
2012-07-08MOHAWK: Run animations attached to LiveText items.Alyssa Milburn
2012-06-27DETECTOR: Make detectGameFilebased() return a list of MD5s and file sizesSven Hesse
2012-06-16MOHAWK: Get rid of casts on CursorManager::replaceCursor calls.Johannes Schickel
2012-06-16MOHAWK: Get rid of casts on OSystem::copyRectToScreen calls.Johannes Schickel
2012-06-11MOHAWK: Make sure we convert video surfaces if they're not in the screen formatMatthew Hoops
2012-06-10GUI: Add helper to SaveLoadChooser, which uses the currently active target.Johannes Schickel
2012-06-10MOHAWK: Do not call close on SaveLoadChooser.Johannes Schickel
2012-06-10GUI: Get rid of SaveLoadChooser::setSaveMode.Johannes Schickel
2012-06-03ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...Johannes Schickel
2012-05-28MOHAWK: Use video volume control in RivenMatthew Hoops
2012-05-14GRAPHICS: Hide the WinCursor implementationMatthew Hoops
2012-05-12VIDEO: Change getElapsedTime() into getTime()Matthew Hoops
2012-04-08MOHAWK: Enable the SVQ1 intro for Myst ME MacMatthew Hoops
2012-03-20GRAPHICS: Convert JPEG to the ImageDecoder APIMatthew Hoops
2012-03-20GRAPHICS: Convert PictDecoder to the ImageDecoder APIMatthew Hoops
2012-03-20MOHAWK: Make MystBitmap use BitmapDecoderMatthew Hoops