Age | Commit message (Expand) | Author |
2014-10-27 | SAGA: Remove the buggy actor swapping fixup code for IHNM | Filippos Karapetis |
2014-02-18 | SAGA: Make GPL headers consistent in themselves. | Johannes Schickel |
2011-07-10 | SAGA: Use #error instead of a deliberate syntax error. | eriktorbjorn |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-01-31 | SAGA: Simplified loadActorResources() and removed the unused _disabled field | Filippos Karapetis |
2010-11-18 | ENGINES: Do not use MemoryReadStream where (Seekable)ReadStream suffices; avo... | Max Horn |
2010-10-24 | SAGA: replace Actor::_actors and _objs malloc base arrays with Common::Array | Andrew Kurushin |
2010-10-22 | SAGA: replace Actor::_pathCell, Anim::*, Converse::text, IsoMap::*, Music::_s... | Andrew Kurushin |
2010-10-19 | SAGA: SAGA: replace SpriteList "::realloc" with Common::Array | Andrew Kurushin |
2010-10-19 | SAGA: replace Actors "::realloc" with Common::Array | Andrew Kurushin |
2010-10-12 | JANITORIAL: Cleanup (mostly whitespace) | Torbjörn Andersson |
2009-08-18 | Applied agent-q's patch to the SAGA pathfinding code for all platforms - x an... | Filippos Karapetis |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
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 |
2009-04-11 | Got rid of SortedList | Filippos Karapetis |
2008-12-23 | Enumerated the different actor directions and fixed spelling | 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-27 | Disabled a debug function which throws warnings in older versions of GCC (e.g... | Filippos Karapetis |
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert |
2007-09-23 | Moved MemoryStreamEndian from Saga to Common. | Eugene Sandulenko |
2007-09-15 | Slight cleanup of the actor class: moved all of the actor walk code in a new ... | Filippos Karapetis |
2007-08-25 | Removed the showactors flag and substituted it with RF_DISABLE_ACTORS | Filippos Karapetis |
2007-07-31 | Cleanup: removed dead code, fixed some comments and did some layout changes | Filippos Karapetis |
2007-07-13 | Oops, deactivated the actor debug flag again, which was incorrectly activated... | Filippos Karapetis |
2007-07-13 | Rewrote and greatly simplified the SAGA detector, removing many duplicate and... | Filippos Karapetis |
2007-07-07 | When loading a scene, start showing actors only after the scene background ha... | Filippos Karapetis |
2007-06-19 | More updates for the save/load system in IHNM | Filippos Karapetis |
2007-06-15 | Forced text is now handled correctly. It's now possible to interact with the ... | Filippos Karapetis |
2007-06-09 | fix IHNM protagonist state loading routine. now Ellen's animations are showin... | Andrew Kurushin |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-29 | Corrected actor walk speed in IHNM | Filippos Karapetis |
2007-05-09 | speedup SAGA::Actor::pathLine & SAGA::Actor::scanPathLine calculation | Andrew Kurushin |
2007-05-08 | small pathfind speedup: validate coords only with debug definition | Andrew Kurushin |
2006-07-23 | Changed SAGA_ACTOR_H__ to SAGA_ACTOR_H etc for consistency. | Torbjörn Andersson |
2006-02-11 | Moved engines to the new engines/ directory | Max Horn |