Files
OpenRA/OpenRA.Game/Primitives
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
..
2023-10-30 23:31:33 +02:00
2025-02-16 20:01:50 +02:00
2024-06-03 10:25:06 +02:00
2023-04-08 16:51:51 +03:00
2023-04-08 16:51:51 +03:00
2023-04-08 16:51:51 +03:00
2023-02-28 21:21:40 +02:00
2023-10-30 23:31:33 +02:00
2023-11-14 20:33:36 +02:00
2023-08-20 20:41:27 +02:00