This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-06-25 05:25:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a3f467ae4efd5349edb2df0875d1b711b34cd607
0ad
/
source
/
simulation2
/
helpers
T
History
mimo
70d5e4e318
fix the INVERTED_CIRCLE and INVERTED_SQUARE PathGoal,
fixes
#3405
...
This was SVN commit r17142.
2015-10-18 20:21:20 +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
fix the INVERTED_CIRCLE and INVERTED_SQUARE PathGoal,
fixes
#3405
2015-10-18 20:21:20 +00:00
PathGoal.h
…
Player.h
…
Position.h
…
PriorityQueue.h
…
Rasterize.cpp
…
Rasterize.h
…
Render.cpp
…
Render.h
…
Selection.cpp
…
Selection.h
…
SimulationCommand.h
…
Spatial.h
…