This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
b97e56501760c2e8d9dca713ecd41e98209fe46d
0ad
/
source
/
simulation2
/
helpers
T
History
historic_bruno
4043c56518
Fixes global init order bug that caused OOS between OS X and other platforms,
fixes
#3499
. May improve pathfinding behavior in some cases, please test!
...
This was SVN commit r17132.
2015-10-15 02:51:12 +00:00
..
Geometry.cpp
…
Geometry.h
…
Grid.h
…
HierarchicalPathfinder.cpp
…
HierarchicalPathfinder.h
Code improvements and style fixes.
2015-10-03 08:27:19 +00:00
LongPathfinder.cpp
Remove an unused function (it was used by the old pathfinder).
2015-10-04 18:02:16 +00:00
LongPathfinder.h
Remove an unused function (it was used by the old pathfinder).
2015-10-04 18:02:16 +00:00
Pathfinding.h
Fixes global init order bug that caused OOS between OS X and other platforms,
fixes
#3499
. May improve pathfinding behavior in some cases, please test!
2015-10-15 02:51:12 +00:00
PathGoal.cpp
…
PathGoal.h
…
Player.h
…
Position.h
…
PriorityQueue.h
…
Rasterize.cpp
Replace the rectangle rasterization algorithm by the original version from Philip's branch.
2015-09-27 16:46:26 +00:00
Rasterize.h
…
Render.cpp
…
Render.h
…
Selection.cpp
…
Selection.h
…
SimulationCommand.h
…
Spatial.h
…