Files
OpenRA/OpenRA.Game/Map
RoosterDragon f01f8d92b3 Cache the initial path layer for faster path search startups.
Reinitializing the initial cell info layer for the path search took a fair bit of time. We cache this initial setup so it only has to be done each time the map size changes. A CopyValuesFrom method in CellLayer is provided which copies values between layers by just copying the internal arrays for super speed.

This speeds up InitCellInfo 10x.
2014-12-13 21:44:32 +00:00
..
2014-07-07 17:34:31 +01:00
2014-11-07 18:18:41 +13:00
2014-11-07 19:18:34 +13:00