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
a09
0ad
/
source
/
simulation2
/
helpers
T
History
vts
3c677ee425
Prevent unnecessary work, especially on maps with many actors
...
This was SVN commit r11267.
2012-03-07 19:54:54 +00:00
..
Geometry.cpp
…
Geometry.h
Corrects some Doxygen comments and adds a few others of interest.
2012-03-01 03:55:05 +00:00
Grid.h
…
Player.h
…
Position.h
Rename CELL_SIZE to TERRAIN_TILE_SIZE, to free up the term "cell" for other concepts.
2012-01-12 12:51:10 +00:00
PriorityQueue.h
…
Render.cpp
Adds safe bool operator to ICmpPtr, replacing the null() method, based on patch by leper. Also changes bool operator in AtSmartPtr to safe bool.
Fixes
#1077
.
2012-02-08 02:46:15 +00:00
Render.h
Corrects some Doxygen comments and adds a few others of interest.
2012-03-01 03:55:05 +00:00
Selection.cpp
Prevent unnecessary work, especially on maps with many actors
2012-03-07 19:54:54 +00:00
Selection.h
Corrects some Doxygen comments and adds a few others of interest.
2012-03-01 03:55:05 +00:00
SimulationCommand.h
…
Spatial.h
…