aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
AgeCommit message (Expand)Author
2016-01-13MOHAWK: Fix the getter for Channelwood's var 32Bastien Bouclet
2016-01-13MOHAWK: Correct the submitter of the Italian version of MystFilippos Karapetis
2016-01-13MOHAWK: Add detection for the Italian version of Myst (bug #6895)Filippos Karapetis
2016-01-12MOHAWK: Added detection for Russian RivenEugene Sandulenko
2016-01-12MOHAWK: Fix incorrect condition in Myst's sound block opcodeBastien Bouclet
2016-01-12MOHAWK: Add a comment about suspicious dead code in o_changeBackgroundSoundStrangerke
2015-12-14MOHAWK: Fix loading the Myst cabin gauge movieBastien Bouclet
2015-08-30AUDIO: Make Rewindable- and SeekableAudioStream inherit virtuallyMatthew Hoops
2015-08-19MOHAWK: Use floor instead of roundMatthew Hoops
2015-07-19MOHAWK: Implement drawing the marbles a step away from the gridMatthew Hoops
2015-07-17MOHAWK: Improve the slashes-in-file-names fixMatthew Hoops
2015-07-17MOHAWK: Move further VideoManager functionality to VideoEntryMatthew Hoops
2015-07-17MOHAWK: Make video handles actual objectsMatthew Hoops
2015-07-08MOHAWK: Add detection for v1.0 of Just Grandma and Me, Mac versionTorbjörn Andersson
2015-07-07MOHAWK: Fix slashes in LB file names, as used by Just Grandma and Me MacMatthew Hoops
2015-07-05MOHAWK: Document and skip Arthur's Reading Race minigamesMatthew Hoops
2015-07-04MOHAWK: Fix parsing the Arthur's Computer Adventure globals sectionMatthew Hoops
2015-07-03MOHAWK: Implement xpos/ypos for LB.Alyssa Milburn
2015-07-03MOHAWK: Implement deleteVar for LB.Alyssa Milburn
2015-07-03MOHAWK: Implement width/height for LB.Alyssa Milburn
2015-04-12MOHAWK: Set dithering on any original Myst videoMatthew Hoops
2015-04-11MOHAWK: Allow Myst to compile without RGB colorsMatthew Hoops
2015-04-11MOHAWK: Run Myst in 8bppMatthew Hoops
2014-12-07MOHAWK: Comment out unused constantFilippos Karapetis
2014-07-08MOHAWK: Reset some Myst state variables as per the originalBastien Bouclet
2014-06-10MOHAWK: Add version number for Riven Italian detection entry.D G Turner
2014-06-09MOHAWK: Add Detection Entry for Italian 5-CD version of Riven.D G Turner
2014-06-02MOHAWK: Use float constants in Myst code.Johannes Schickel
2014-05-27ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.Johannes Schickel
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-05-04MOHAWK: Add missing commaMatthew Hoops
2014-05-03MOHAWK: Use original stack ID mapping for RivenMatthew Hoops
2014-05-03MOHAWK: Use properly cased names for Riven variablesMatthew Hoops
2014-03-03MOHAWK: Fix Riven movie volume clippingMatthew Hoops
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops
2014-02-18MOHAWK: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-24BUILD: Remove need for engine.mk in each engine directory.D G Turner
2013-11-24BUILD: Remove need for engine-plugin.h in engines.D G Turner
2013-11-24BUILD: Split engines/plugins_table header down to a file per engine.D G Turner
2013-11-24BUILD: Split engines.mk down to a single file per engine.D G Turner
2013-11-24BUILD: Split configure.engines down to a single file per engine.D G Turner
2013-10-02MOHAWK: Fix missing initializers in CSTime engine. CID 1002810.D G Turner
2013-09-30MOHAWK: Fix compiler warningEugene Sandulenko
2013-09-12Merge pull request #378 from lordhoto/pluggable-engines-translationsJohannes Schickel
2013-08-20MOHAWK: Stop videos on stack changeTorbjörn Andersson
2013-08-20MOHAWK: Add missing break in switch, CID 1003750Torbjörn Andersson
2013-08-12I18N: Move specification of engine specific files to enginedir/POTFILES.Johannes Schickel
2013-08-08COMMON: Rename ConfigFile to INIFile.Johannes Schickel
2013-08-03MOHAWK: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03MOHAWK: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel