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
/
toon
/
path.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
TOON: Make GPL headers consistent in themselves.
Johannes Schickel
2013-10-30
TOON: Fix CID 1002430, 1002431, 1002727
Strangerke
2012-06-14
TOON: Change Pathfinding weight buffers to uint16.
D G Turner
2012-06-10
TOON: Minor type fixes and cleanups in Pathfinding class.
D G Turner
2012-06-10
TOON: Migrate Pathfinding Path Buffers to Common::Point.
D G Turner
2012-06-10
TOON: Migrate Pathfinding API x,y coordinates to int16.
D G Turner
2012-06-09
TOON: Minor cleanups in Pathfinding class. No functional change.
D G Turner
2012-06-09
TOON: Replace Pathfinding retPath static buffers with Common::Array.
D G Turner
2012-06-09
TOON: Replace Pathfinding _tempPath static buffers with Common::Array.
D G Turner
2012-06-07
TOON: Further cleanup to Pathfinding Class.
D G Turner
2012-06-07
TOON: Reduce unecessary linkages in Pathfinding class.
D G Turner
2012-06-07
TOON: Minor cleanup and formatting fixes to Pathfinding class.
D G Turner
2012-06-07
TOON: Move PathFindingHeap API to use int16 for x,y coordinates.
D G Turner
2011-12-08
TOON: Replace usage of 'goto'.
D G Turner
2011-07-21
TOON: Grow size of path finding heap dynamically
Marcus Comstedt
2011-07-21
TOON: Fix off-by-one use of path heap array
Marcus Comstedt
2011-07-20
TOON: Cleanup and Memory Usage Reduction fixes in PathFinding Heap.
D G Turner
2011-06-23
TSAGE: Allocate resource decoding buffer on the heap
Julien
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
TOON: Reduced fragmentation by using a fixed value for pathfinding allocation
Bluddy
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-03-10
TOON: Cleanup
strangerke
2011-01-29
TOON: Pathfinding & walking improvements
Sylvain Dupont
2010-12-27
TOON: Path finding bug fixes
Sylvain Dupont
2010-11-13
TOON: Walk animation improved
Sylvain Dupont
2010-11-08
TOON: Further corrections to close memory leaks.
David Turner
2010-11-07
TOON: Corrections to close some memory leaks.
David Turner
2010-10-13
TOON: Updated code to build properly for WINSCW and GCCE(symbian)
Lars Persson
2010-10-12
JANITORIAL: Cleanup (mostly whitespace)
Torbjörn Andersson
2010-10-11
TOON: Fixed uninitialized var
Sylvain Dupont
2010-10-09
TOON: Ran astyle over the toon engine (+ some manual corrections).
Johannes Schickel
2010-10-08
TOON: Normalized include paths
Eugene Sandulenko
2010-10-08
TOON: Merged Toon engine to ScummVM trunk
Eugene Sandulenko