mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 13:53:57 -07:00
Introduce a LOS_TILE_SIZE, to replace usage of TERRITORY_TILE_SIZE in the LOS code. This makes it possible to change the resolution of LOS/Terrain without affecting the other component. Additional refactoring: - LosTile has been renamed LosRegion (it's more comparable to the hierarchical pathfinder regions/spatial subdivisions) - LosState explicitly refers to "los vertices" instead of terrain vertices. Refs #5566 Differential Revision: https://code.wildfiregames.com/D3076 This was SVN commit r24980. |
||
|---|---|---|
| .. | ||
| components | ||
| docs | ||
| helpers | ||
| scripting | ||
| serialization | ||
| system | ||
| tests | ||
| MessageTypes.h | ||
| Simulation2.cpp | ||
| Simulation2.h | ||
| TypeList.h | ||