aboutsummaryrefslogtreecommitdiff
path: root/scumm/boxes.cpp
AgeCommit message (Expand)Author
2003-06-12The compressed box matrix would sometimes refer to the box after the lastTorbjörn Andersson
2003-06-11fixed createBoxMatrix for small header games (bug #752844)Max Horn
2003-06-08reimplemented createBoxMatrix; this is much cleaner and easier to understand ...Max Horn
2003-06-08cleanupMax Horn
2003-06-07replaced GF_AFTER with _versionMax Horn
2003-05-31some box debugging codeMax Horn
2003-05-26moved Actor SaveLoadEntry definition to actor.cpp; made findPathTowards/findP...Max Horn
2003-05-20added enum's for the known actor/object claasses; extended putClass/getClass ...Max Horn
2003-05-20proper fix for getPathToDestBoxMax Horn
2003-05-19cleanupMax Horn
2003-05-19fix assert for mi_demo2Max Horn
2003-05-19enable box'ed walking in V2 gamesMax Horn
2003-05-19V2 walkbox matrix fixesMax Horn
2003-05-18implemented proper 'invalid walkbox' handling in older games (in newer games,...Max Horn
2003-05-17I thought it would be clear from the comments that this was needed for the at...Jonathan Gray
2003-05-17no no, bad hack be gone :-)Max Horn
2003-05-16Fixed VC++ warningsJamieson Christian
2003-05-15ScummPoint -> ScummVM::PointMax Horn
2003-05-10walkbox & putActor coords in V2 are in 'character coordinates' - x has to mul...Max Horn
2003-05-10renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH...Max Horn
2003-05-09implemented v2 walkboxes (at least the debugger output looks right now, thoug...Max Horn
2003-05-09zakstdemo now finishes properly and loops etc, this check seems to be wrong f...Jonathan Gray
2003-04-30use READ_LE_UINT16 instead of FROM_LE_16 to avoid unaligned memory access pro...Max Horn
2003-04-27clarified hackMax Horn
2003-04-11stop loom pass demo from erroring outJonathan Gray
2003-04-08changed range from GF_OLD256 to GF_AFTER_V3Paweł Kołodziejski
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanupPaweł Kołodziejski
2003-02-16Patch 684732: CMI Walkbox Fix - really, this does seem to be the only solutionJames Brown
2003-01-13fixed COMI actor scaling, againMax Horn
2003-01-13fix off by one errorMax Horn
2003-01-13added V8 scaling codeMax Horn
2002-12-30rename some vars to make gcc 2.95.2 happy with -WshadowMax Horn
2002-12-30hopefully this fixes the box regressionMax Horn
2002-12-30Fixed VC++ warnings.Jamieson Christian
2002-12-30added two V8 opcodes; more meaningful error messageMax Horn
2002-12-30fixed walkboxes for V8 gamesMax Horn
2002-12-29cleanupMax Horn
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
2002-08-21Initial revisionMax Horn