aboutsummaryrefslogtreecommitdiff
path: root/scumm/boxes.cpp
AgeCommit message (Collapse)Author
2003-05-15ScummPoint -> ScummVM::PointMax Horn
svn-id: r7543
2003-05-10walkbox & putActor coords in V2 are in 'character coordinates' - x has to ↵Max Horn
multiplied by 8 and y by 2 svn-id: r7426
2003-05-10renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and ↵Max Horn
_realWidth/_realHeight -> _screenWidth/_screenHeight (inspired by MadMoose, but I'll take the blame - still this seems much more logical & intuitive) svn-id: r7423
2003-05-09implemented v2 walkboxes (at least the debugger output looks right now, ↵Max Horn
though I might have overlooked something) svn-id: r7406
2003-05-09zakstdemo now finishes properly and loops etc, this check seems to be wrong ↵Jonathan Gray
for v2 games at least svn-id: r7402
2003-04-30use READ_LE_UINT16 instead of FROM_LE_16 to avoid unaligned memory access ↵Max Horn
problems on PalmOS svn-id: r7223
2003-04-27clarified hackMax Horn
svn-id: r7168
2003-04-11stop loom pass demo from erroring outJonathan Gray
svn-id: r6972
2003-04-08changed range from GF_OLD256 to GF_AFTER_V3Paweł Kołodziejski
svn-id: r6940
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06and more cleanupPaweł Kołodziejski
svn-id: r6718
2003-02-16Patch 684732: CMI Walkbox Fix - really, this does seem to be the only solutionJames Brown
svn-id: r6612
2003-01-13fixed COMI actor scaling, againMax Horn
svn-id: r6443
2003-01-13fix off by one errorMax Horn
svn-id: r6442
2003-01-13added V8 scaling codeMax Horn
svn-id: r6440
2002-12-30rename some vars to make gcc 2.95.2 happy with -WshadowMax Horn
svn-id: r6283
2002-12-30hopefully this fixes the box regressionMax Horn
svn-id: r6282
2002-12-30Fixed VC++ warnings.Jamieson Christian
svn-id: r6279
2002-12-30added two V8 opcodes; more meaningful error messageMax Horn
svn-id: r6269
2002-12-30fixed walkboxes for V8 gamesMax Horn
svn-id: r6266
2002-12-29cleanupMax Horn
svn-id: r6263
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
svn-id: r4903
2002-08-21Initial revisionMax Horn
svn-id: r4785