Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-19 | Fix screen scrolling glitch when looking at the top of closet in parents ↵ | Travis Howell | |
room of DOS version of fbear svn-id: r23174 | |||
2006-05-29 | Remove printf() debug message that appears annoyingly in Zak256. Anyone know ↵ | James Brown | |
what this was added to figure out? svn-id: r22739 | |||
2006-05-29 | Fix Commodore 64 versions | Travis Howell | |
svn-id: r22732 | |||
2006-04-29 | * Renamed several methods in favor of a somewhat more uniform naming scheme: ↵ | Max Horn | |
setupFOO for stuff that inits static data (i.e. will be called only once, or after loading savegames), vs. resetFOO / updateFOO methods which are called frequently and (re)set dynamic data. * Doing this, split scummInit into setupScumm and resetScumm methods * Moved some init code to new methods (huuuuge init methods are hard to read, and hard to customize using subclassing) * Renmaed various setup???Palette methods to set???Palette * Some minor cleanup / tweaks svn-id: r22227 | |||
2006-04-23 | Replaced _demoMode by GF_DEMO | Max Horn | |
svn-id: r22087 | |||
2006-03-19 | Add workaround for script bug in Loom (CD) | Travis Howell | |
svn-id: r21371 | |||
2006-03-10 | Remove unused case in o5_actorOps, which is never triggered by any game scripts | Travis Howell | |
svn-id: r21212 | |||
2006-02-28 | These zakTowns specific changes aren't explained and don't match original ↵ | Travis Howell | |
code. If problems still occur, add bug reports with details. svn-id: r20967 | |||
2006-02-20 | Replaced _gameId, _version, _heversion, _features, _midi, _platform with a ↵ | Max Horn | |
simple ScummGameSettings instance: _game svn-id: r20795 | |||
2006-02-20 | Workaround for bug #1308033 (FOA: skips single line of dialogue) | Max Horn | |
svn-id: r20785 | |||
2006-02-12 | Actor room is only checked in SCUMM 7+ | Travis Howell | |
svn-id: r20597 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |