aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/walking.cpp
AgeCommit message (Expand)Author
2013-10-17DRACI: Fix potential division by zero. CID 1003841Eugene Sandulenko
2011-12-08DRACI: Replace usage of 'goto'.D G Turner
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-14ALL: colour -> colorMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-07-14Changed abs() to ABS() in a few places.Torbjörn Andersson
2009-12-09DRACI: Reduce header interdependencies; some cleanupMax Horn
2009-11-12Added runWrapper() calling run() and some actions around it.Robert Špalek
2009-11-11Cleaned up searching the closest point.Robert Špalek
2009-11-10Huge refactoring of data structures.Robert Špalek
2009-11-08Updated the list of TODOsRobert Špalek
2009-11-08Do not immediately clear the path when it has just 1 vertex.Robert Špalek
2009-11-08Fixed mistake with two inner loop caused by not clearing the path.Robert Špalek
2009-11-08Renumbered path segments.Robert Špalek
2009-11-08Walking animations are fully smooth nowRobert Špalek
2009-11-08Debugged smooth walking except for 1 bug.Robert Špalek
2009-11-07Gradual walking implemented.Robert Špalek
2009-11-07Debugged updating the position of the hero during walking.Robert Špalek
2009-11-07Add helper functions to retrieve dragon position from the animation.Robert Špalek
2009-11-07The hero turns the right direction after walkingRobert Špalek
2009-11-07Implemented relative animations.Robert Špalek
2009-11-05Fixed several gross walking bugs.Robert Špalek
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