Files
OpenRA/OpenRA.Game/Traits
RoosterDragon 0c2d060d43 Use Array.IndexOf to speed up Shroud.Tick.
As the `touched` cell layer uses Boolean values, Array.IndexOf is able to use a fast vectorised search. Most values in the array are false, so the search is able to significantly improve the performance of finding the next true value in the array.
2023-11-04 18:46:08 +02:00
..
2023-04-08 16:51:51 +03:00
2023-10-30 23:31:33 +02:00