aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Collapse)Author
2008-08-13Clarify SCUMM MD5 message: We do not want reports on fanmade translationsMax Horn
svn-id: r33817
2008-08-06Do not query savestates which obviously do not exist (to shut up bogus ↵Max Horn
console warnings) svn-id: r33664
2008-08-06Workaround for bug #2016521 (DOTT: Bernard impersonating LaVerne)Max Horn
svn-id: r33655
2008-08-06SCUMM: Renamed inventoryScript -> inventoryScriptIndy3MacMax Horn
svn-id: r33654
2008-08-05SCUMM: cleanup SaveLoadChooser::updateInfos codeMax Horn
svn-id: r33640
2008-08-05SCUMM: Don't try to load metadata for slot -1 (i.e. don't try to load ↵Max Horn
metadata if nothing is selected) svn-id: r33639
2008-08-04SCUMM: Only try to load savefile metadata from slots >= 0Max Horn
svn-id: r33607
2008-08-04Turned InSaveFile & OutSaveFile into simple typedefsMax Horn
svn-id: r33606
2008-08-04Remove debug left over.Travis Howell
svn-id: r33596
2008-08-02Fix for bug #1945335: "SCUMM: Invalid charset id can be stored".Eugene Sandulenko
Regressions possible. svn-id: r33552
2008-08-02Fix bug #1879606: "MANIACNES: Crash when game ends"Eugene Sandulenko
svn-id: r33546
2008-08-02Fix bug #2023727: "MONKEY2: Misplaced Text"Eugene Sandulenko
svn-id: r33544
2008-07-29Changed class File (and derived classes) to only support read-only access; ↵Max Horn
added a new class DumpFile for writing svn-id: r33412
2008-07-27Patch from bugreport #2020561: "MMNES : Incorrect detection (US/GB)"Eugene Sandulenko
svn-id: r33342
2008-07-22shutup valgrind warningPaweł Kołodziejski
svn-id: r33206
2008-07-20cleanupMax Horn
svn-id: r33135
2008-07-14remove accidentally committed debugging code; fix shadowing warningWillem Jan Palenstijn
svn-id: r33064
2008-07-14Don't draw scumm saveload dialog while reflowing layout, as that would use ↵Willem Jan Palenstijn
uninitialized values svn-id: r33063
2008-07-14cleanup (and test for Marwan's branch.... ;)Max Horn
svn-id: r33061
2008-07-11cleanupMax Horn
svn-id: r33010
2008-07-10Fixed a few warningsBertrand Augereau
svn-id: r32994
2008-07-08Remove reference to kPlainSoundTypeMax Horn
svn-id: r32960
2008-06-26Fixed Symbian buildsystem for new defines. Fixed ARM asm syntax for Symbian ↵Lars Persson
build. svn-id: r32803
2008-06-12SCUMM: Fixed a memory leak in the SCUMM engineChristopher Page
svn-id: r32680
2008-06-02Add Macintosh version of Blue's 123 Time Activities.Travis Howell
svn-id: r32492
2008-06-02GID_WATER is no longer required.Travis Howell
svn-id: r32486
2008-06-01Correct HE version for Blue's 123 Time Activities.Travis Howell
svn-id: r32457
2008-06-01Fix bug #1973247 - DIG: Subtitle glitch (Regression).Travis Howell
svn-id: r32456
2008-06-01Add Blue's 123 Time Activities.Travis Howell
svn-id: r32454
2008-05-31Fix display of original load/save screen in the FM-TOWNS version of Loom.Travis Howell
svn-id: r32413
2008-05-31Add Blue's Clues demos.Travis Howell
svn-id: r32411
2008-05-30Detect the full version of Blue's Reading Time Activities, based on old ↵Travis Howell
forum post. svn-id: r32397
2008-05-28Remove debug left over.Travis Howell
svn-id: r32338
2008-05-28The hard coded string translations for The Dig only apply to subtitles, and ↵Travis Howell
not speech. svn-id: r32337
2008-05-28Update the hard coded string translations in The Dig.Travis Howell
svn-id: r32334
2008-05-24Update HE version of another English Windows version of Putt Putt Saves The Zoo.Travis Howell
svn-id: r32240
2008-05-23Fixed PalmOS compilationChris Apers
svn-id: r32223
2008-05-23Add another English Windows version of Putt Putt Saves The Zoo.Travis Howell
svn-id: r32220
2008-05-20Cleaned up engine debug level code.Johannes Schickel
svn-id: r32195
2008-05-19Restrict the remaining changes made in rev 28166 to chinese COMIMax Horn
svn-id: r32181
2008-05-18Fix for bug #1940063 (MONKEY: Crash during the marriage lechuck/marley) -- ↵Max Horn
regression was introduced by rev 28167 -- rule of thumb, if you add game specific code, make it game specifc ... ;) svn-id: r32177
2008-05-18Update HE version of another release of Pajama Sam 1 and SPY Fox 1.Travis Howell
svn-id: r32165
2008-05-17Add another English version of Pajama Sam 1 and SPY Fox 1.Travis Howell
svn-id: r32162
2008-05-15Add patch #1964159 - PUTTPUTT: Add Japanese 3DO Version.Travis Howell
svn-id: r32133
2008-05-12Update HE version for that English Windows version of Freddi Fish 1.Travis Howell
svn-id: r32048
2008-05-11Update HE version for that English Windows version of Freddi Fish 1.Travis Howell
svn-id: r31997
2008-05-11Add another English Windows version of Freddi Fish 1.Travis Howell
svn-id: r31996
2008-05-07Proper delete[] formatting (this time all occurences should've been changed...)Johannes Schickel
svn-id: r31929
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
svn-id: r31927
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
svn-id: r31888