aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/actor.h
AgeCommit message (Expand)Author
2019-12-24SAGA: Fix Memset on Non Trivial Structure Compiler WarningsD G Turner
2014-10-27SAGA: Remove the buggy actor swapping fixup code for IHNMFilippos Karapetis
2014-02-18SAGA: Make GPL headers consistent in themselves.Johannes Schickel
2011-07-10SAGA: Use #error instead of a deliberate syntax error.eriktorbjorn
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-01-31SAGA: Simplified loadActorResources() and removed the unused _disabled fieldFilippos Karapetis
2010-11-18ENGINES: Do not use MemoryReadStream where (Seekable)ReadStream suffices; avo...Max Horn
2010-10-24SAGA: replace Actor::_actors and _objs malloc base arrays with Common::ArrayAndrew 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
2010-10-19SAGA: replace Actors "::realloc" with Common::ArrayAndrew Kurushin
2010-10-12JANITORIAL: Cleanup (mostly whitespace)Torbjörn Andersson
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