aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/boxes.cpp
AgeCommit message (Expand)Author
2016-07-19SCUMM: Maniac V0: Implement 'simulator' for CPU lag (as the original engine o...Robert Crossfield
2016-07-19SCUMM: Maniac V0: Implement original walkbox queue, Cleanup actor walk codeRobert Crossfield
2014-11-29SCUMM: Maniac V0: If boxes are neighbors, walk directly to the new box. Remov...Robert Crossfield
2014-02-18SCUMM: Make GPL headers consistent in themselves.Johannes Schickel
2012-02-11SCUMM: replace "c64" with "v0" when it applies to both C64 and AppleII v0 ver...Tobias Gunkel
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-25ALL: neighbour -> neighborMatthew Hoops
2011-05-13SCUMM: Move class ResourceManager to its own headerMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-01ENGINES: Replace many printfs by warning/debug/debugNMax Horn
2010-10-25SCUMM: Add patch #3093051 - MMC64: Ladder facing patch.Travis Howell
2009-10-27Add patch #2856940 - MM C64: corner walkboxes fixed.Travis Howell
2009-10-27Add patch #2846425 - MM C64: walkbox fixed, with minor changes.Travis Howell
2009-10-09Remove some unused variablesMax Horn
2009-07-23Correct error in revision 26678.Travis Howell
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-03-20SCUMM: Split intern.h into multiple headersMax Horn
2008-08-15SCUMM: Made some potentially ambiguous (to the reader, at least) checks sligh...Max Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-07-01Re-added __attribute__(packed)Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-29Change getNumBoxes() to properly read the full uint16 box count (shouldn't af...Max Horn
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