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
/
cge
/
walk.h
Age
Commit message (
Expand
)
Author
2011-11-28
CGE: Add to the console a function to display boundaries
Strangerke
2011-09-17
CGE: Move some more globals to CGEEngine
Strangerke
2011-09-16
CGE: Get rid of some more global functions and static members
Strangerke
2011-09-05
CGE: Replace Couple by Common::Point (thanks Fingolfin for pointing that out)
Strangerke
2011-09-01
CGE: Take fingolfin's remark into account: suppress the two leading underscor...
Strangerke
2011-08-19
CGE: Mass re-style/cleanup.
Alyssa Milburn
2011-08-19
CGE: Revert previous commit of flags synchronisation
Paul Gilbert
2011-08-12
CGE: Cleanup: remove useless classes
Strangerke
2011-08-07
CGE: Fix a couple of warnings reported by cppcheck
Strangerke
2011-07-31
CGE: Rename some class members, various clean up
Strangerke
2011-07-24
CGE: Remove DrvInfo, rename some enums
Strangerke
2011-07-21
CGE: Rename some more constants, remove some useless ones
Strangerke
2011-07-15
CGE: Fix some errors in the pathfinder setup
Paul Gilbert
2011-07-14
CGE: In progress work on pathfinder
Paul Gilbert
2011-07-13
CGE: Split pathfinding related code into walk.cpp
Paul Gilbert