Files
OpenRA/OpenRA.Game
atlimit8 b2c9064545 Refactored [sub-]cell availability logic in IPositionable & ActorMap
Moved the logic from IPositionable.CanEnterCell & integrated sub-cell selection.
Added IPositionable.IsMovingFrom(CPos location, int subCell = -1) - to detect transient actors
Renamed IPositionable.{GetDesiredSubcell => GetAvailableSubcell} - since it checks for available sub-cells
Reduced IPositionable.CanEnterCell to one method that usually uses IPositionable.GetAvailableSubcell
Added actor checking to ActorMap.{HasFreeSubCell, FreeSubCell, AnyUnitsAt} - used by [sub-]cell availability logic
2014-08-29 23:00:53 -05:00
..
2014-08-21 20:08:38 +01:00
2014-07-05 08:35:38 +02:00
2014-08-03 17:10:44 +02:00
2014-07-10 04:06:29 +03:00
2014-05-22 21:57:07 +03:00
2014-06-22 13:30:35 +02:00
2014-08-21 20:08:38 +01:00
2014-08-07 16:56:17 +02:00
2014-08-15 19:51:02 -06:00