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
949f22b67dbcf42dd99a161cdcd4c970804123a9
0ad
/
source
/
simulation2
/
helpers
T
History
wraitii
001c411cc2
Remove a division by a fixed equal to one in NearestNavcell in the short-range pathfinder which was from profiling on VC2013/windows 7 responsible for about 10% of ComputeShortPath.
...
This was SVN commit r18358.
2016-06-10 22:57:28 +00:00
..
Geometry.cpp
Pathfinder optimization,
fixes
#3541
.
2015-12-18 15:05:33 +00:00
Geometry.h
Mark several CFixedVector2D as const and passed by reference in Geometry and a few other places. Mark some functions (that probably already were) inline.
2015-11-11 20:50:02 +00:00
Grid.h
…
HierarchicalPathfinder.cpp
Some style fixes reported by leper.
2016-04-10 16:57:12 +00:00
HierarchicalPathfinder.h
make const the new method introduced in
2451872731
2015-12-10 19:23:50 +00:00
LongPathfinder.cpp
Mark several CFixedVector2D as const and passed by reference in Geometry and a few other places. Mark some functions (that probably already were) inline.
2015-11-11 20:50:02 +00:00
LongPathfinder.h
…
Pathfinding.h
Remove a division by a fixed equal to one in NearestNavcell in the short-range pathfinder which was from profiling on VC2013/windows 7 responsible for about 10% of ComputeShortPath.
2016-06-10 22:57:28 +00:00
PathGoal.cpp
Mark several CFixedVector2D as const and passed by reference in Geometry and a few other places. Mark some functions (that probably already were) inline.
2015-11-11 20:50:02 +00:00
PathGoal.h
…
Player.h
…
Position.h
…
PriorityQueue.h
…
Rasterize.cpp
The over-rasterization of obstructions introduced in [17161] could in very rare cases lead to an OOS in the passability grid.
Fixes
#3612
.
2015-11-16 22:03:10 +00:00
Rasterize.h
…
Render.cpp
…
Render.h
…
Selection.cpp
Constify Spatial.h a bit.
2016-01-13 00:20:22 +00:00
Selection.h
…
SimulationCommand.h
…
Spatial.h
Constify Spatial.h a bit.
2016-01-13 00:20:22 +00:00