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
2017-08-06
JANITORIAL: Silence more GCC 7 warnings
Torbjörn Andersson
2014-05-03
DRACI: Silence warning
Matthew Hoops
2014-04-28
DRACI: Inventory opening after finished callback.
lukaslw
2014-04-28
DRACI: Opening inventory during movements and actions.
lukaslw
2014-02-18
DRACI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-10-17
DRACI: Fix potential division by zero. CID 1003841
Eugene Sandulenko
2011-12-08
DRACI: Replace usage of 'goto'.
D G Turner
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-14
ALL: colour -> color
Max Horn
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2010-07-14
Changed abs() to ABS() in a few places.
Torbjörn Andersson
2009-12-09
DRACI: Reduce header interdependencies; some cleanup
Max Horn
2009-11-12
Added runWrapper() calling run() and some actions around it.
Robert Špalek
2009-11-11
Cleaned up searching the closest point.
Robert Špalek
2009-11-10
Huge refactoring of data structures.
Robert Špalek
2009-11-08
Updated the list of TODOs
Robert Špalek
2009-11-08
Do not immediately clear the path when it has just 1 vertex.
Robert Špalek
2009-11-08
Fixed mistake with two inner loop caused by not clearing the path.
Robert Špalek
2009-11-08
Renumbered path segments.
Robert Špalek
2009-11-08
Walking animations are fully smooth now
Robert Špalek
2009-11-08
Debugged smooth walking except for 1 bug.
Robert Špalek
2009-11-07
Gradual walking implemented.
Robert Špalek
2009-11-07
Debugged updating the position of the hero during walking.
Robert Špalek
2009-11-07
Add helper functions to retrieve dragon position from the animation.
Robert Špalek
2009-11-07
The hero turns the right direction after walking
Robert Špalek
2009-11-07
Implemented relative animations.
Robert Špalek
2009-11-05
Fixed several gross walking bugs.
Robert Špalek
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