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_walk.cpp
Age
Commit message (
Expand
)
Author
2014-05-27
ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.
Johannes Schickel
2014-02-18
SAGA: Make GPL headers consistent in themselves.
Johannes Schickel
2011-06-23
SAGA: Fix for Bug #3324850 ("ITE (SAGA): crash in dog sewers")
D G Turner
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-02-07
ALL: Fix whitespaces / indention
Max Horn
2011-01-31
SAGA: Simplified loadActorResources() and removed the unused _disabled field
Filippos Karapetis
2010-10-24
SAGA: replace Actor::_actors and _objs malloc base arrays with Common::Array
Andrew Kurushin
2010-10-23
SAGA: replace Events malloc base linked list with Common::List
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
2008-12-22
logicalWidth -> width
Filippos Karapetis
2008-12-21
- Added some stubs for the SAGA2 games dino and fta2
Filippos Karapetis
2008-12-21
Cleaned up the mess with game IDs and game types: removed game types, reduced...
Filippos Karapetis
2008-05-26
Code cleanup:
Filippos Karapetis
2008-02-23
fix bug 1900244 "ITE: Strange animation when returning to prison cell"
Andrew Kurushin
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2008-01-19
Fixed a crash in the rat maze (reported on the forum) that made the game
Torbjörn Andersson
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2007-12-21
Cleanup.
Johannes Schickel
2007-12-21
Fix compilation error on DS port (template expects parameters to be same type)
Neil Millstone
2007-12-20
Removed clamp() and used the common CLIP template instead
Filippos Karapetis
2007-11-08
Some tweaks to actorWalkTo() and actorEndWalk(). Also, moved all the actor pa...
Filippos Karapetis
2007-10-27
Added a workaround for an incorrect hitzone in IHNM, (Gorrister's chapter). ...
Filippos Karapetis
2007-09-18
Code formatting fixes
Max Horn
2007-09-16
Fix warning
Eugene Sandulenko
2007-09-15
Slight cleanup of the actor class: moved all of the actor walk code in a new ...
Filippos Karapetis