aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/boxes.cpp
AgeCommit message (Expand)Author
2007-03-11A long time ago, in a virtual machine far, far away...Max Horn
2007-03-10typoMax Horn
2007-03-10SCUMM: Renamed ActorOldWalk to Actor_v3, added new subclass Actor_v2Max Horn
2007-02-04Rewrote the actor walk code for SCUMM V0-V2 games: Now it uses the C64 charac...Max Horn
2007-02-04Fix compile of SCUMM engine.Travis Howell
2007-02-03Changed old FIXME comment into a WORKAROUND comment (it worked fine all these...Max Horn
2006-12-25Introduced ActorOldWalk subclass of Actor (for V1-V3 walk code)Max Horn
2006-11-20Fix for bug #1599113: SCUMM: Failed assertion in getBoxCoordinates()Max Horn
2006-11-07cleanupMax Horn
2006-10-29cleanupMax Horn
2006-10-19SCUMM: Introduced V12_X_MULTIPLIER and V12_Y_MULTIPLIER to make it a bit easi...Max Horn
2006-10-18cleanupMax Horn
2006-10-18cleanupMax Horn
2006-10-18SCUMM: Be less generous to code invoking checkXYInBoxBounds with a bad box pa...Max Horn
2006-10-18SCUMM: Yet another minox walkbox cleanupMax Horn
2006-10-18SCUMM: walbox related cleanupMax Horn
2006-10-04typoMax Horn
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap...Max Horn
2006-09-16Replaced checkRange by assertRange, which has (a) an (IMO) more logical order...Max Horn
2006-07-31Cleaned up some commentsMax Horn
2006-07-23Use #include "..." instead of #include <...> for pack-start.h and pack-end.hTorbjörn Andersson
2006-07-22Fix struct packing issues (macros are not resolve in #pragma params, at least...Max Horn
2006-07-21Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now...Max Horn
2006-07-09Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking...Max Horn
2006-05-29Fix Commodore 64 versionsTravis Howell
2006-04-26cleanupMax Horn
2006-03-13Add masking support for C64 maniac, not perfectTravis Howell
2006-03-05Update box flags for C64 maniacTravis Howell
2006-03-05Add some basic walkbox support for C64 maniacTravis Howell
2006-02-20Replaced _gameId, _version, _heversion, _features, _midi, _platform with a si...Max Horn
2006-02-11Moved engines to the new engines/ directoryMax Horn