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