aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
AgeCommit message (Collapse)Author
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20511
2006-02-05revert experimental imuse changesPaweł Kołodziejski
svn-id: r20394
2006-02-05Correct position, as they are used by HE60 games.Travis Howell
svn-id: r20385
2006-02-05Fix broken game detection for now.Travis Howell
svn-id: r20384
2006-02-04Fix restarting Maniac NES.Travis Howell
svn-id: r20380
2006-02-04Fix DISABLE_SCUMM_7_8 compile.Travis Howell
svn-id: r20375
2006-02-04Split intern.h and moved HE stuff into the new file intern_he.hMax Horn
svn-id: r20372
2006-02-02OopsTravis Howell
svn-id: r20347
2006-02-02Re-sort later HE games, by engine changes.Travis Howell
Use set heap size for HE games too, since index sets a lower size. svn-id: r20346
2006-01-28experimental imuse without timer thread usage, it might still have issue ↵Paweł Kołodziejski
stoped audio while switching rooms svn-id: r20270
2006-01-27A filename without an extension can be passed to generateSubstResFileName() ↵Gregory Montoir
; changed assert() condition accordingly. svn-id: r20251
2006-01-27Fixed invalid memory reads in generateSubstResFileName.Gregory Montoir
svn-id: r20240
2006-01-27ATravis Howell
Fix memory leaks in HE games on exit. svn-id: r20208
2006-01-26Sync. md5s.Travis Howell
svn-id: r20183
2006-01-25Extend the workaround for bug #1407789 in an attempt to deal with theTorbjörn Andersson
different versions of Full Throttle. This is partly guesswork, and may be incorrect. svn-id: r20161
2006-01-24Fix HE games.Travis Howell
svn-id: r20160
2006-01-24Removing unneccessary checks again (say yay to preconditions that ensure ↵Max Horn
_version > X :-) svn-id: r20157
2006-01-24FM-TOWNS version of Zak only.Travis Howell
svn-id: r20155
2006-01-23Removing GID_ZAK256 and GID_LOOM256Max Horn
svn-id: r20153
2006-01-23At this point, we may not yet know the precise version of a game; so for ↵Max Horn
those cases were it can vary (1-3 for Zak, 1-2 for MM, 3-4 for Loom etc.) we need to extend some of the version ranges slightly svn-id: r20144
2006-01-22Used by PC version of FT demo too.Travis Howell
svn-id: r20136
2006-01-21Modifications to the game detection/engine creation code: don't try ↵Max Horn
impossible file names; reduce code duplication; remove error upon unknown game ID; added or clarified various comments svn-id: r20122
2006-01-21Fix various incorrect usages of the word 'target' instead of 'gameid'; ↵Max Horn
change the ambigiuous 'GameSettings::name' to 'GameSettings::gameid' svn-id: r20115
2006-01-21cleanupMax Horn
svn-id: r20112
2006-01-18Support for MM NES German. Thanks Joachim Eberhard for donating theEugene Sandulenko
cartridge. svn-id: r20086
2006-01-18SoccerMLS also uses localization tags.Eugene Sandulenko
svn-id: r20082
2006-01-18Add Macintosh version of Freddi Fish 4 (German).Travis Howell
svn-id: r20079
2006-01-18Too many args.Travis Howell
svn-id: r20077
2006-01-18That (PU1) & (PU2) prefixes are used in several HE games.Travis Howell
svn-id: r20073
2006-01-17Mark as 16bit color.Travis Howell
svn-id: r20070
2006-01-17Correct HE version.Travis Howell
svn-id: r20067
2006-01-16HE80+ games set color depth in scumm variable.Travis Howell
Fixes missing palette fade at the end of Pajama Sam 1. Cleanup. svn-id: r20056
2006-01-15Fix sound channel selection in HE95+ games.Travis Howell
svn-id: r20040
2006-01-14HE80+ games may redraw all actors via scumm variable.Travis Howell
Used by many of the arcade games. svn-id: r20020
2006-01-14Add SegaCD platform and remove SegaCD specific game Id.Travis Howell
svn-id: r20015
2006-01-14Fix detection of Maniac Mansion V1 demo.Travis Howell
svn-id: r20013
2006-01-14HE99+ games may run an additional script during main loop.Travis Howell
Fixes the missing magnifying glass in puttcircus. svn-id: r20012
2006-01-14Correct HE version for several Germans demos.Travis Howell
svn-id: r20011
2006-01-14Correct HE version for several Germans versions.Travis Howell
svn-id: r20009
2006-01-13Correct HE version for several Germans versions.Travis Howell
svn-id: r20005
2006-01-13Add German version of Putt-Putt Travels Through Time demo.Travis Howell
svn-id: r19998
2006-01-13Add German version of Pajama Sam 2 demo.Travis Howell
svn-id: r19997
2006-01-13Add German version of Spy Fox 1 demo.Travis Howell
svn-id: r19996
2006-01-13Add German version of Freddi Fish 3 demo.Travis Howell
svn-id: r19995
2006-01-13OoopsTravis Howell
svn-id: r19994
2006-01-13Add German version of Pajama Sam 1.Travis Howell
svn-id: r19993
2006-01-11Free _storedFlObjectsTravis Howell
svn-id: r19978
2006-01-10Get rid of unused variables and removed them from the save data ; ↵Gregory Montoir
FloodFill.unk1C and _curExecScript. Concerning _curExecScript, I checked several interpreters (even one with windex compiled in), the only function where it's used is runAllScripts. svn-id: r19977
2006-01-10Minor cleanup.Gregory Montoir
svn-id: r19976
2006-01-06Rename variables.Travis Howell
svn-id: r19935