aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-29DREAMWEB: Regenerate dreamgen.* omitting blacklisted function headers.D G Turner
2011-11-29DEVTOOLS: Add flag to tasm-recover to omit blacklisted function headers.D G Turner
This flag when set omits the blacklisted function header from the dreamgen.h output, rather than including it commented out with //.
2011-11-29SCI: Fix restarting SCI engine with different SCI versionWillem Jan Palenstijn
2011-11-29MAMEO: Add GMM keybinding for N900 (fix bug #3443043)Tarek Soliman
The keybinding is Ctrl-Shift-m. Ctrl-m is more desirable but is toggling mouse capture.
2011-11-29DREAMWEB: 'loadfolder' ported to C++Bertrand Augereau
2011-11-29DREAMWEB: 'foldertext' ported to C++Bertrand Augereau
2011-11-29SCI: Add RtL FIXMEWillem Jan Palenstijn
2011-11-29DREAMWEB: 'folderhints' ported to C++Bertrand Augereau
2011-11-29GROOVIE: Prefer 'mask' animations to run at regular speed.Scott Thomas
Not all 'mask' animations have sound, so need to mark preference for regular speed for both 'mask' and 'teeth' animations.
2011-11-29DREAMWEB: 'lastfolder' ported to C++Bertrand Augereau
2011-11-29DREAMWEB: 'nextfolder' ported to C++Bertrand Augereau
2011-11-28TSAGE: R2R - Forget a file in previous commitStrangerke
2011-11-28TSAGE: R2R - Balloon Launch Platform: First implementationStrangerke
2011-11-28SCI: Added handling of invalid jump offsets (e.g. QFG2, script 260)Filippos Karapetis
2011-11-28TSAGE: Ringworld - Cleanup: Remove useless includeStrangerke
2011-11-28TSAGE: R2R - Cleanup: Add missing blanks in class definition (thanks ↵Strangerke
LordHoto for point that out)
2011-11-28CGE: Remove useless debugging tracesStrangerke
2011-11-28CGE: Add to the console a function to display boundariesStrangerke
2011-11-28DREAMWEB: Helper to get strings from kTextfile1Bertrand Augereau
2011-11-28DREAMWEB: Small cleanup in 'showleftpage' and 'showrightpage'Bertrand Augereau
2011-11-28DREAMWEB: 'getlocation' and 'setlocation' ported to C++Bertrand Augereau
2011-11-28DREAMWEB: 'showrightpage' ported to C++Bertrand Augereau
2011-11-28MAEMO: Enable keymapper in the daily buildsTarek Soliman
2011-11-28DREAMWEB: 'showleftpage' ported to C++Bertrand Augereau
2011-11-28DREAMWEB: 'showfolder' ported to C++Bertrand Augereau
2011-11-28DREAMWEB: Allow quitting in the diaryBertrand Augereau
2011-11-28DREAMWEB: 'viewfolder' ported to C++Bertrand Augereau
2011-11-28DREAMWEB: 'printdirect' returns the last read char in alBertrand Augereau
2011-11-28TSAGE: Fixed array subscript in dialog button loopPaul Gilbert
2011-11-27SCUMM: Add support for Putt-Putt Saves the Zoo iOSMatthew Hoops
2011-11-28BUILD: Remove excess spaces.Travis Howell
2011-11-28CGE: Set supportedStrangerke
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