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
/
parallaction
/
walk.h
Age
Commit message (
Expand
)
Author
2014-02-18
PARALLACTION: Make GPL headers consistent in themselves.
Johannes Schickel
2012-09-27
PARALLACTION: Clean up global variables a bit.
Alyssa Milburn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-01-17
PARALLACTION: Minor Whitespace and code complexity reduction in walk.*
David Turner
2011-01-17
PARALLACTION: Some Improvements To Big Red Adventure Walk Code.
David Turner
2010-04-02
Fix whitespace
Willem Jan Palenstijn
2009-03-07
Whitespace cleanup: Convert space followed by tab to just tab
Max Horn
2009-02-26
Merged walk code for NS, and simplified handling.
Nicola Mettifogo
2009-02-24
Implemented follower support, except that:
Nicola Mettifogo
2009-02-24
Changed interface to walk code, to better handle the differences between game...
Nicola Mettifogo
2008-12-17
Reduced code duplication when manipulating Animations, and cleanup.
Nicola Mettifogo
2008-07-27
Added rudimental support for location changes when walking through doors. The...
Nicola Mettifogo
2008-07-27
Doug from BRA can now walk in his hotel room. He still stops in bizarre poses...
Nicola Mettifogo
2008-07-26
More cleanup.
Nicola Mettifogo
2008-07-26
Cleanup.
Nicola Mettifogo
2008-07-26
* Added walk calculations to BRA (doesn't walk yet, though).
Nicola Mettifogo
2008-07-26
BRA now parses path data from the scripts.
Nicola Mettifogo
2008-07-25
Changed the remaining references to Nodes into Points.
Nicola Mettifogo
2008-07-25
* Changed walk code to use Common::Point instead of the clumsy WalkNode.
Nicola Mettifogo
2008-04-17
Fixed usage of SharedPtr, so that reference counting is proper and there are ...
Nicola Mettifogo
2008-04-06
Replaced custom ManagedList with Common::SharedPtr.
Nicola Mettifogo
2008-01-28
Move low level background management into Gfx.
Nicola Mettifogo
2008-01-28
Removed all job routines. Stubs have been left for future reference in the co...
Nicola Mettifogo
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2007-11-18
Cleanup.
Nicola Mettifogo
2007-08-07
MaskBuffer and PathBuffer are now correctly freed before they are deallocated...
Nicola Mettifogo
2007-08-06
- Renamed BitBuffer to MaskBuffer
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-13
cleanup
Nicola Mettifogo
2007-04-23
Fixed walking bug: random nodes aren't inserted in the walk path anymore.
Nicola Mettifogo
2007-04-09
- moved walk code to List<>
Nicola Mettifogo
2007-04-07
Reduced dependency between project files, and prepared defs.h for deletion as...
Nicola Mettifogo
2007-03-12
oops forgot to add a file
Nicola Mettifogo