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-07-16 21:16:01 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9da482ead4ab3a22fc26201aaf9f7c9e43db021c
0ad
/
source
/
simulation2
/
helpers
T
History
leper
558d43bac5
Replace some functor structs with lambdas, closures or range-based fors.
...
This was SVN commit r16923.
2015-08-19 03:33:04 +00:00
..
Geometry.cpp
…
Geometry.h
…
Grid.h
…
HierarchicalPathfinder.cpp
Code improvements for the hierarchical pathfinder: cache hits and variable initialization.
2015-08-11 15:21:11 +00:00
HierarchicalPathfinder.h
Enhance the MakeGoalReachable algorithm to handle better non-point goals.
2015-08-11 09:47:08 +00:00
LongPathfinder.cpp
Enhance the MakeGoalReachable algorithm to handle better non-point goals.
2015-08-11 09:47:08 +00:00
LongPathfinder.h
…
Pathfinding.h
Fix the CheckLineMovement algorithm. Added some comments and a test to avoid problems.
2015-08-13 16:21:39 +00:00
PathGoal.cpp
…
PathGoal.h
…
Player.h
…
Position.h
…
PriorityQueue.h
…
Rasterize.cpp
…
Rasterize.h
…
Render.cpp
…
Render.h
…
Selection.cpp
Replace some functor structs with lambdas, closures or range-based fors.
2015-08-19 03:33:04 +00:00
Selection.h
…
SimulationCommand.h
…
Spatial.h
…