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
/
draci
/
walking.cpp
Age
Commit message (
Expand
)
Author
2009-11-05
Implemented proper walking.
Robert Špalek
2009-11-05
Added helper functions for dragon animations
Robert Špalek
2009-11-04
Implemented and debugged the walking framework.
Robert Špalek
2009-11-03
Created walking-callback infrastructure and converted the code to use it
Robert Špalek
2009-11-03
Let setPath() store path with pixel precision, and update the map sprite when...
Robert Špalek
2009-11-03
Run the path obliqueing process repeatedly until it converges.
Robert Špalek
2009-11-03
Greatly improved the quality of obliqueing the shortest path.
Robert Špalek
2009-11-01
Small bugfix in path-finding
Robert Špalek
2009-11-01
One more clean-up of the path-finding code
Robert Špalek
2009-11-01
Cleaned up the walking code.
Robert Špalek
2009-11-01
Debugged computation and displaying of optimal walking paths
Robert Špalek
2009-11-01
Add methods to draw computed walking paths.
Robert Špalek
2009-11-01
Get rid of doubling memory allocation and a lot of copying.
Robert Špalek
2009-11-01
Implemented some utility functions for path-finding.
Robert Špalek
2009-10-30
Move drawing of walking map to walking.cpp
Robert Špalek
2009-10-30
Fixed svn:keywords
Robert Špalek
2009-10-30
Move WalkingMap into new module.
Robert Špalek