aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/actor_path.cpp
AgeCommit message (Expand)Author
2014-02-18SAGA: Make GPL headers consistent in themselves.Johannes Schickel
2012-06-17SAGA: Workaround fix for IHNM pathfinding glitches.D G Turner
2012-03-13JANITORIAL: Use appropriate type for loop counter.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2009-09-02SAGA: Change Actor::fillPathArray to use a dynamic queue instead of an only-g...Max Horn
2009-05-01SAGA: move Actor::_pathList into a Common::Array<Point>Andrew Kurushin
2009-05-01SAGA: fix SAGA_DEBUG&ACTOR_DEBUG enabled compilation; move Actor::_debugPoint...Andrew Kurushin
2009-04-28SAGA: turned Actor::_pathNodeList into a Common::Array<PathNode>; likewise fo...Max Horn
2009-04-28SAGA: Moved some code from actor.h to actor.cpp; replaced Actor::_pathDirecti...Max Horn
2008-12-21Cleaned up the mess with game IDs and game types: removed game types, reduced...Filippos Karapetis
2008-12-04Disabled all the test functions in SAGA. They can be enabled again by definin...Filippos Karapetis
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-27Possible fix for the errors under older versions of GCC (e.g. under BeOS)Filippos Karapetis
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-11-08Fixing compilation for me by giving that file a closing newlineSven Hesse
2007-11-08Some tweaks to actorWalkTo() and actorEndWalk(). Also, moved all the actor pa...Filippos Karapetis