aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/insane
AgeCommit message (Collapse)Author
2006-10-07Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ↵Max Horn
ScummEngine_v6 in a few cases) svn-id: r24169
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵Max Horn
the linker dependency graph). Porters will have to update project files svn-id: r23974
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the ↵Max Horn
heap (i.e. _res is a pointer now) svn-id: r23922
2006-07-14More whitespace changes.Torbjörn Andersson
svn-id: r23496
2006-06-20Cleanup. It seems unnecessary to have a "break" right after an unconditionalTorbjörn Andersson
return in a switch case. svn-id: r23198
2006-05-12Removing some unused code from INSANEMax Horn
svn-id: r22417
2006-04-27Insane is part of SCUMM V7, not V6Max Horn
svn-id: r22188
2006-03-31Made readFileToMem() print a more useful error message than "File is not open"Torbjörn Andersson
if the file could not be opened. svn-id: r21508
2006-03-31Fix sound glitch in PC demo of FTTravis Howell
svn-id: r21506
2006-03-30Improve mine road in PC demo of FTTravis Howell
svn-id: r21505
2006-03-30Limit INSANE to existing enemies in PC demo of FTTravis Howell
svn-id: r21504
2006-03-30Allow interactive mine road in PC version of FT demoTravis Howell
svn-id: r21503
2006-03-19Closer match difficulty of insane in PC version of FT demoTravis Howell
svn-id: r21380
2006-03-03Moved ScummFile etc. to the new file.cpp / file.hMax Horn
svn-id: r21038
2006-02-20Moved iMUSE code to the new directory engines/scumm/imuse/Max Horn
svn-id: r20801
2006-02-20Replaced _gameId, _version, _heversion, _features, _midi, _platform with a ↵Max Horn
simple ScummGameSettings instance: _game svn-id: r20795
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582