Files
OpenRA/OpenRA.Mods.Common
RoosterDragon d05b07a5b0 AI uses better rally point placement
- AI places rally points at pathable locations. A pathable location isn't strictly required, but avoids the AI setting rally points at seemingly dumb locations. This is an addtional check on top of the existing buildability check.
- AI now evaluates rally points every AssignRallyPointsInterval (default 100 ticks). Invalid rally points aren't that harmful, so no need to check them every tick. Additionally we do a rolling update so rally points for multiple locations are spread across multiple ticks to reduce any potential lag spikes.
2024-08-03 20:08:03 +03:00
..
2024-08-03 13:27:18 +03:00
2023-11-19 19:28:57 +02:00
2023-06-20 17:57:40 +02:00
2024-08-03 12:10:08 +03:00
2023-01-11 11:58:54 +02:00
2024-02-07 15:18:55 +02:00
2023-03-18 12:46:10 +02:00
2023-08-02 19:42:31 +03:00