aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/actor.h
AgeCommit message (Expand)Author
2009-08-18Applied agent-q's patch to the SAGA pathfinding code for all platforms - x an...Filippos Karapetis
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
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
2009-04-11Got rid of SortedListFilippos Karapetis
2008-12-23Enumerated the different actor directions and fixed spellingFilippos 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-27Disabled a debug function which throws warnings in older versions of GCC (e.g...Filippos Karapetis
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-09-23Moved MemoryStreamEndian from Saga to Common.Eugene Sandulenko
2007-09-15Slight cleanup of the actor class: moved all of the actor walk code in a new ...Filippos Karapetis
2007-08-25Removed the showactors flag and substituted it with RF_DISABLE_ACTORSFilippos Karapetis
2007-07-31Cleanup: removed dead code, fixed some comments and did some layout changesFilippos Karapetis
2007-07-13Oops, deactivated the actor debug flag again, which was incorrectly activated...Filippos Karapetis
2007-07-13Rewrote and greatly simplified the SAGA detector, removing many duplicate and...Filippos Karapetis
2007-07-07When loading a scene, start showing actors only after the scene background ha...Filippos Karapetis
2007-06-19More updates for the save/load system in IHNMFilippos Karapetis
2007-06-15Forced text is now handled correctly. It's now possible to interact with the ...Filippos Karapetis
2007-06-09fix IHNM protagonist state loading routine. now Ellen's animations are showin...Andrew Kurushin
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-29Corrected actor walk speed in IHNMFilippos Karapetis
2007-05-09speedup SAGA::Actor::pathLine & SAGA::Actor::scanPathLine calculationAndrew Kurushin
2007-05-08small pathfind speedup: validate coords only with debug definitionAndrew Kurushin
2006-07-23Changed SAGA_ACTOR_H__ to SAGA_ACTOR_H etc for consistency.Torbjörn Andersson
2006-02-11Moved engines to the new engines/ directoryMax Horn