aboutsummaryrefslogtreecommitdiff
path: root/scumm/boxes.cpp
AgeCommit message (Expand)Author
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-20REmove now unneeded assert as MM NES may pass zero ptr to box whichEugene Sandulenko
2005-05-16Fix from Quiteust for boxes in MM NES.Eugene Sandulenko
2005-04-30cleanup closestPtOnLineMax Horn
2005-04-10Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it c...Max Horn
2005-04-06Moved createResource, resourceStats, expireResources to ResourceManagerMax Horn
2005-03-11Mass-renamed all variables of Actor object according to our current codeEugene Sandulenko
2005-01-01Updated copyrightMax Horn
2004-11-05Add patch #1060453 - MIVGA: Actor Scale PatchTravis Howell
2004-09-28One further cleanup -- make use of Common::Point assignment operatorMax Horn
2004-09-28Cleanup, add some comments to ScummEngine::areBoxesNeighboursMax Horn
2004-09-28Fix (I hope) for bug #1032964 (INDY3-VGA: actors walking in wrong places)Max Horn
2004-09-26Comment clarificationMax Horn
2004-09-12fixed endlinesPaweł Kołodziejski
2004-09-03Add fingolfin's suggested solution for bug #881132Travis Howell
2004-07-14Update commentTravis Howell
2004-04-11Workaround for bug #847827 (FOA: Wrong sprite z-order at specific place)Max Horn
2004-01-06updated copyright noticeMax Horn
2003-12-30cleanupMax Horn
2003-12-25Fix for bug #809942 (COMI: Guybrush disappears before Hotel on Blood)Max Horn
2003-11-28cleanupMax Horn
2003-11-07fix invalid typo fixes ;-) (BTW did anybody get comit mails for khalek's chan...Max Horn
2003-11-07more spelling fixesJonathan Gray
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also m...Max Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-09-14moved Actor x/y to _pos.x/_pos.y -> this makes it much easier to grep for acc...Max Horn
2003-09-11yet another tiny cleanup.... yeah yeah, I know I am annoyingMax Horn
2003-09-11cleanupMax Horn
2003-09-11cleanupMax Horn
2003-09-11cleanupMax Horn
2003-09-09replaced all use of scale items with scale slots. This allowed me to get rid ...Max Horn
2003-09-09added convertScaleTableToScaleSlot method, preparing to replace scale items w...Max Horn
2003-08-13Give pass its own idTravis Howell
2003-08-11Fix regressionTravis Howell
2003-08-06get rid of GF_INDY3 again, and also remove GID_INDY3_256 and GID_INDY3_TOWNSMax Horn
2003-08-06Add GF_INDY3 feature flag for indy3 games to reduce checksTravis Howell
2003-07-22Changed "SCALLING" to "SCALING".Torbjörn Andersson
2003-07-22fix for bug #775420; also properly implemented the 'box matrix truncated' wor...Max Horn
2003-07-21fixing bug #774783 for the VGA version, too - and I bet the FmTowns version w...Max Horn
2003-07-21really fix #774783 in IndyEGA (while the value '1' is not strictly correct, a...Max Horn
2003-07-21Fix for bug #770690 and bug #774783Max Horn
2003-07-19moved some functions out of scummvm.cpp into more appropriate files; rearrang...Max Horn
2003-07-15fix for bug #771803Max Horn
2003-07-13workaround for bug #770351Max Horn
2003-07-12undoing my last box change - with the last change in actor.cpp, this should m...Max Horn
2003-07-12fix box coordinates for v1/v2 games (boxes are now contiguous)Max Horn
2003-07-02removed #include "boxes.h" from scumm.h; cleaned up AdjustBoxResult definiti...Max Horn
2003-06-30this FIXME is obsoleted by my recent fix for getMaskFromBoxMax Horn
2003-06-30fix for #740244 and #755863. This appears to have been a long standing bug in...Max Horn