Files
OpenRA/OpenRA.Mods.Common
RoosterDragon ce3ad6fbb3 Some improvements for SpatiallyPartitioned.
- Tweak the Update and Remove methods to reduce the number of dictionary lookups required.
- Change the Update method to an indexer, this allows simplifying callers who wanted to AddOrUpdate a value.
- Implement IDictionary<T, Rectangle>, since the class already implements these semantics by providing a backing store of the bounds for each item.
- Clean up some naming to use the generic `item` instead of `actor`.
- Make the MutateBins action methods static.
2025-02-22 14:50:15 +02:00
..
2025-02-16 12:45:19 +01:00
2025-01-15 17:29:02 +02:00
2023-11-19 19:28:57 +02:00
2025-02-16 20:01:50 +02:00
2025-01-07 18:07:13 +02:00
2025-02-16 12:45:19 +01:00
2025-01-15 17:29:02 +02:00
2023-01-11 11:58:54 +02:00
2024-11-15 22:28:18 +02:00
2024-02-07 15:18:55 +02:00
2024-10-20 15:04:25 +03:00
2023-03-18 12:46:10 +02:00
2023-08-02 19:42:31 +03:00