aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/actor_walk.cpp
AgeCommit message (Expand)Author
2011-06-23SAGA: Fix for Bug #3324850 ("ITE (SAGA): crash in dog sewers")D G Turner
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2011-01-31SAGA: Simplified loadActorResources() and removed the unused _disabled fieldFilippos Karapetis
2010-10-24SAGA: replace Actor::_actors and _objs malloc base arrays with Common::ArrayAndrew Kurushin
2010-10-23SAGA: replace Events malloc base linked list with Common::ListAndrew Kurushin
2010-10-22SAGA: replace Actor::_pathCell, Anim::*, Converse::text, IsoMap::*, Music::_s...Andrew Kurushin
2010-10-19SAGA: SAGA: replace SpriteList "::realloc" with Common::ArrayAndrew Kurushin
2008-12-22logicalWidth -> widthFilippos Karapetis
2008-12-21- Added some stubs for the SAGA2 games dino and fta2Filippos Karapetis
2008-12-21Cleaned up the mess with game IDs and game types: removed game types, reduced...Filippos Karapetis
2008-05-26Code cleanup:Filippos Karapetis
2008-02-23fix bug 1900244 "ITE: Strange animation when returning to prison cell"Andrew Kurushin
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-19Fixed a crash in the rat maze (reported on the forum) that made the gameTorbjörn Andersson
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-12-21Cleanup.Johannes Schickel
2007-12-21Fix compilation error on DS port (template expects parameters to be same type)Neil Millstone
2007-12-20Removed clamp() and used the common CLIP template insteadFilippos Karapetis
2007-11-08Some tweaks to actorWalkTo() and actorEndWalk(). Also, moved all the actor pa...Filippos Karapetis
2007-10-27Added a workaround for an incorrect hitzone in IHNM, (Gorrister's chapter). ...Filippos Karapetis
2007-09-18Code formatting fixesMax Horn
2007-09-16Fix warningEugene Sandulenko
2007-09-15Slight cleanup of the actor class: moved all of the actor walk code in a new ...Filippos Karapetis