aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-28TSAGE: R2R - Scene 2350: Add SpeakersStrangerke
2011-11-27DOCS: Add Swedish translation of QuickStart from patch #3443455Thierry Crozat
2011-11-27I18N: Update Swedish translation from patch #3443449Thierry Crozat
2011-11-27MOHAWK: Fix LBCode seek/seekToFrame.Alyssa Milburn
2011-11-27DREAMWEB: Add utility function ObjPos::containsWillem Jan Palenstijn
2011-11-27CGE: Fix Valgrind warning (thanks to digitall)Strangerke
2011-11-27VIDEO: Rewrite VMD audio streamingMatthew Hoops
Audio is now decoded in AudioStream classes instead of being decoded ahead of time and then queued.
2011-11-27TSAGE: Work around some uninitialized use warningsWillem Jan Palenstijn
They were false positives, but easy to work around.
2011-11-27PS2: Remove the unused method OSystem_PS2::grabRawScreen().Christoph Mallon
This was removed from OSystem in b51f2f3212ae8a5abbdce4d947ec2d1cad1a0b6f.
2011-11-27DS: Remove the unused method OSystem_DS::grabRawScreen().Christoph Mallon
This was removed from OSystem in b51f2f3212ae8a5abbdce4d947ec2d1cad1a0b6f.
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
This is because previously after restoring you could no longer move the Chief.
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
Thanks to Sylvain for testing.
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
This also allows 'allocateload' to be removed.
2011-11-26DREAMWEB: Move 'restorereels' from dreamgenWillem Jan Palenstijn
2011-11-26DREAMWEB: Convert 'restoreall' and simplify 'startloading'Willem Jan Palenstijn
They shared a large amount of loading code that is now in loadRoomData.
2011-11-26DREAMWEB: Move 'restoreall' from dreamgenWillem Jan Palenstijn
2011-11-26DREAMWEB: Fix Room structWillem Jan Palenstijn
Room::name is a zero terminated 8.3 filename, so 13 bytes long.
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
Also inline and remove 'saveseg', 'savefilewrite', 'makeheader'.
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-26BUILD: Report more specific errors for configure engine optionsWillem Jan Palenstijn
2011-11-26DREAMWEB: 'showseconduse' ported to C++Bertrand Augereau