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
Age
Commit message (
Expand
)
Author
2009-11-08
Removed old hack for cyclic animations.
Robert Špalek
2009-11-08
Items put into inventory are placed correctly.
Robert Špalek
2009-11-08
Fix running clearing IsReloaded().
Robert Špalek
2009-11-08
Silence gcc warning by putting parentheses around an && expression nested in ...
Johannes Schickel
2009-11-08
Fix enabling mouse cursor when entering a room.
Robert Špalek
2009-11-08
Implement QuickHero walking.
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
Tuned Z-coordinate of the dragon.
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-07
Done research on ignored animation flags and commented the code
Robert Špalek
2009-11-06
Add safe-guard against collision of animation IDs.
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
Brought back one old line, just to be sure.
Robert Špalek
2009-11-04
Properly animate the last phase of the walk before running callbacks
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
Removed an old FIXME
Robert Špalek
2009-11-03
Implement properly stayOn instead of using walkOn
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-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-11-02
Little clean-up after the refactoring.
Robert Špalek
2009-11-02
Split loop() into several cleaned helper methods
Robert Špalek
2009-11-02
Refactored running loop().
Robert Špalek
2009-11-01
Commented the rest of the loop() logic
Robert Špalek
2009-11-01
Fix SIGSEGV when quitting the game during playing sounds
Robert Špalek
2009-11-01
Commented on loop() before refactoring.
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
Fix mistakenly ordered flushing revealed by the last commit
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
Moved all one-line getters/setters to the header files
Robert Špalek
2009-10-30
Fixed svn:keywords
Robert Špalek
2009-10-30
Move WalkingMap instance to Game, and clean up parameters
Robert Špalek
[next]