mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-24 16:47:57 +00:00
e6dafe9efc
6aeb5c64deforgot to add a LosIsOffWorld check in ExploreTerritories (aka UpdateTerritoriesLos) and thus marked tiles outside of the world as explored.f5e60157bftransformed the bug into a non-simulation desynchronization, causing rejoined players to see a different score, as they excluded off-world tiles when filling the cache in ResetDerivedData upon rejoin.4a0673e44etransformed the bug into an actual simulation OOS by serializing that map exploration percentage based on that cache. Also tiles at the map border in square maps are not rendered as expected, so this commit hides refs #4267. Differential Revision: https://code.wildfiregames.com/D630 Fixes #4598 Proofread by: Itms Tested By: Imarok This was SVN commit r19790.