aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2011-11-27JANITORIAL: Remove extra semicolons.Christoph Mallon
2011-11-27CGE: Better fix for restoring savegames when a cut-scene is activePaul Gilbert
2011-11-27CGE: Fix setting up scene barriers when starting a new gamePaul Gilbert
2011-11-27CGE: Fix Console attach codeStrangerke
2011-11-27CGE: Hooked up the ScummVM debuggerPaul Gilbert
2011-11-27CGE: Disable restoring games whilst a cut-scene is activePaul Gilbert
2011-11-27CGE: Fix mismatched free() / delete / delete [] Valgrind warning.Torbjörn Andersson
2011-11-27CGE: Remove unused functions, moveVmap() and moveShapes().Torbjörn Andersson
2011-11-27TOON: Clean up Common::String usageWillem Jan Palenstijn
2011-11-27MOHAWK: Stub LB's min/max/abs.Alyssa Milburn
2011-11-26MOHAWK: Add the start of support for LBXDataFile.Alyssa Milburn
2011-11-26MOHAWK: Add some basic LB list support.Alyssa Milburn
2011-11-26MOHAWK: Add Rugrats subfolders to the path too.Alyssa Milburn
2011-11-26TOLTECS: Don't call c_str() on the return value of Common::String::format()Filippos Karapetis
2011-11-26SWORD25: Add the Hungarian "psylog" version from bug #3428644Filippos Karapetis
2011-11-26TOLTECS: Reduce code duplicationFilippos Karapetis
2011-11-26MOHAWK: Run kLBEventInit at init time.Alyssa Milburn
2011-11-26MOHAWK: Handle globals from the LB book info file.Alyssa Milburn
2011-11-26MOHAWK: Start the LB load phase at load time.Alyssa Milburn
2011-11-26MOHAWK: Parse true/false in LB scripts.Alyssa Milburn
2011-11-26DREAMWEB: Convert 'restorereels'Willem Jan Palenstijn
2011-11-26DREAMWEB: Move 'restorereels' from dreamgenWillem Jan Palenstijn
2011-11-26DREAMWEB: Convert 'restoreall' and simplify 'startloading'Willem Jan Palenstijn
2011-11-26DREAMWEB: Move 'restoreall' from dreamgenWillem Jan Palenstijn
2011-11-26DREAMWEB: Fix Room structWillem Jan Palenstijn
2011-11-26TSAGE: R2R - Maze (2000): Rename two variables, add debug tracesStrangerke
2011-11-26DREAMWEB: Remove unused function 'storeit'Willem Jan Palenstijn
2011-11-26DREAMWEB: Reduce code completion for scummvm save/load guiWillem Jan Palenstijn
2011-11-26DREAMWEB: Convert 'loadposition'Willem Jan Palenstijn
2011-11-26DREAMWEB: Convert 'saveposition'Willem Jan Palenstijn
2011-11-26DREAMWEB: Move 'loadposition' and 'saveposition' from dreamgenWillem Jan Palenstijn
2011-11-26DREAMWEB: Convert 'actualload'Willem Jan Palenstijn
2011-11-26DREAMWEB: Convert 'actualsave'Willem Jan Palenstijn
2011-11-26DREAMWEB: Move 'actualsave' and 'actualload' from dreamgenWillem Jan Palenstijn
2011-11-26ALL: unrecognised -> unrecognized.Johannes Schickel
2011-11-26TSAGE: R2R - Implement initPlayer in scene 2000Strangerke
2011-11-26DREAMWEB: 'showdiscops' ported to C++Bertrand Augereau
2011-11-26TSAGE: R2R - Implement initExits in scene 2000Strangerke
2011-11-26DREAMWEB: 'showseconduse' ported to C++Bertrand Augereau
2011-11-26DREAMWEB: 'showfirstuse' ported to C++Bertrand Augereau
2011-11-26DREAMWEB: 'hangonw' ported to C++Bertrand Augereau
2011-11-26DREAMWEB: 'getbackfromob' ported to C++Bertrand Augereau
2011-11-26DREAMWEB: 'disablepath' is not neededBertrand Augereau
2011-11-26DREAMWEB: 'usetempcharset' and 'usecharset1' ported to C++Bertrand Augereau
2011-11-26DREAMWEB: A few debugging functions are not neededBertrand Augereau
2011-11-26DREAMWEB: Ceaning in 'startloading'Bertrand Augereau
2011-11-25MOHAWK: Convert between rects/points in LB code (thanks clone2727).Alyssa Milburn
2011-11-25MOHAWK: Name/stub some unknown LB item flags.Alyssa Milburn
2011-11-25MOHAWK: Load/unload LB proxies properly.Alyssa Milburn
2011-11-25TOLTECS: Add detection for Hungarian variant from bug #3440641.D G Turner