Files
OpenRA/OpenRA.Mods.Common
Ashley Newson 19585ec7ac Fix overflow when calculating array quantile index
Fixes a crash which happens when trying to generate very large maps,
such as 256x256.

```
Exception of type `System.IndexOutOfRangeException`: Index was outside the bounds of the array.
   at OpenRA.Mods.Common.MapGenerator.MatrixUtils.CalibrateQuantileInPlace(Matrix`1 matrix, Int32 target, Int32 count, Int32 outOf) in /home/ashley/devel/OpenRA/OpenRA.Mods.Common/MapGenerator/MatrixUtils.cs:line 719
   at OpenRA.Mods.Common.Traits.RaMapGenerator.Generate(Map map, MiniYaml settings) in /home/ashley/devel/OpenRA/OpenRA.Mods.Common/Traits/World/RaMapGenerator.cs:line 755
...
```
2025-01-28 22:10:52 +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