mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-01 15:46:16 +00:00
d8ea401a95
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.