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
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