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