Files
OpenRA/OpenRA.Mods.Common
Ashley Newson 1fda679b9f Refine map generator spawn placement rules
Spawn generation generally tries to place spawns:

- In spacious areas
- Away from the center (true center or mirror lines)
- Away from a symmetry-projected spawn
- Away from previously placed spawns

This commit introduces the following adjustments:

- The spacing between sequentially placed spawns is relaxed.
- Fix spawn mines contributing too much to the space reservation.
- Factor rotations into anti-center biasing calculation.
- Preserve spacing information in center space fallback decisions.
- Use a linear (instead of binary) falloff for anti-center biasing.
- Enforce that spawns have a minimum buildable area around them.
- Enforce that symmetry-projected spawns have as much separation as
  sequentially placed spawns would.
- Allow spawns on or near roads.
2025-01-31 13:58:20 +02:00
..
2025-01-15 17:29:02 +02:00
2023-11-19 19:28:57 +02:00
2025-01-20 12:55:36 +02:00
2025-01-07 18:07:13 +02:00
2024-10-23 19:08:12 +03:00
2025-01-15 17:29:02 +02:00
2024-11-15 22:28:18 +02:00
2025-01-17 18:01:20 +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