Files
OpenRA/OpenRA.Game
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-11-22 21:55:55 +00:00
2014-11-18 22:35:33 +01:00
2014-11-21 02:44:05 +00:00
2014-05-22 21:57:07 +03:00
2014-10-20 14:23:04 -04:00
2014-11-02 20:18:04 +00:00
2014-08-15 19:51:02 -06:00