0ad/source/simulation2/helpers
RedFox 2a5ec404d1 Further reverted RangeManager sorting to stable_sort, since possibly with different STL implementations, the order of entities might change and cause OOS.
Overflowing elements in SpatialQueryArray are now reported with
debug_warn, but can be ignored and the program will continue working,
but further entities will be truncated.

This was SVN commit r13860.
2013-09-15 21:11:20 +00:00
..
Geometry.cpp Pretty unit selection overlay rings. Fixes #824. 2012-04-22 04:04:02 +00:00
Geometry.h Pretty unit selection overlay rings. Fixes #824. 2012-04-22 04:04:02 +00:00
Grid.h Fix -Wconversion warnings in simulation code. 2011-08-16 11:18:32 +00:00
Player.h warning fixes: mostly size_t vs. specialized API type and other type conversion. 2010-09-05 09:38:30 +00:00
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 # New dynamic territories design 2011-07-24 11:42:35 +00:00
Render.cpp Add support for OpenBSD. Fixes #1463. 2012-06-13 20:43:56 +00:00
Render.h Pretty unit selection overlay rings. Fixes #824. 2012-04-22 04:04:02 +00:00
Selection.cpp Avoid slightly-expensive QueryInterface() calls 2013-09-11 20:41:53 +00:00
Selection.h Wall placement. Closes #786. 2012-05-05 19:22:22 +00:00
SimulationCommand.h # Add initial basic player AI framework. 2011-01-12 12:29:00 +00:00
Spatial.h Further reverted RangeManager sorting to stable_sort, since possibly with different STL implementations, the order of entities might change and cause OOS. 2013-09-15 21:11:20 +00:00