Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-13 | Fix potentioal bug when all subsequent SMUSH scenes were considered INSANE | Eugene Sandulenko | |
svn-id: r24292 | |||
2006-10-10 | now SmushPlayer is class created once same as SmushMixer while scumm engine ↵ | Paweł Kołodziejski | |
creation. this allow finish play smush audio track finished to the end instead immediately stopped as it was happen before svn-id: r24263 | |||
2006-10-08 | small unify handleIACT function | Paweł Kołodziejski | |
svn-id: r24214 | |||
2006-10-07 | Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ↵ | Max Horn | |
ScummEngine_v6 in a few cases) svn-id: r24169 | |||
2006-09-23 | Moved 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-17 | Renamed 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-14 | More whitespace changes. | Torbjörn Andersson | |
svn-id: r23496 | |||
2006-06-20 | Cleanup. It seems unnecessary to have a "break" right after an unconditional | Torbjörn Andersson | |
return in a switch case. svn-id: r23198 | |||
2006-05-12 | Removing some unused code from INSANE | Max Horn | |
svn-id: r22417 | |||
2006-04-27 | Insane is part of SCUMM V7, not V6 | Max Horn | |
svn-id: r22188 | |||
2006-03-31 | Made 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-31 | Fix sound glitch in PC demo of FT | Travis Howell | |
svn-id: r21506 | |||
2006-03-30 | Improve mine road in PC demo of FT | Travis Howell | |
svn-id: r21505 | |||
2006-03-30 | Limit INSANE to existing enemies in PC demo of FT | Travis Howell | |
svn-id: r21504 | |||
2006-03-30 | Allow interactive mine road in PC version of FT demo | Travis Howell | |
svn-id: r21503 | |||
2006-03-19 | Closer match difficulty of insane in PC version of FT demo | Travis Howell | |
svn-id: r21380 | |||
2006-03-03 | Moved ScummFile etc. to the new file.cpp / file.h | Max Horn | |
svn-id: r21038 | |||
2006-02-20 | Moved iMUSE code to the new directory engines/scumm/imuse/ | Max Horn | |
svn-id: r20801 | |||
2006-02-20 | Replaced _gameId, _version, _heversion, _features, _midi, _platform with a ↵ | Max Horn | |
simple ScummGameSettings instance: _game svn-id: r20795 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |