Files
OpenRA/mods/cnc/rules
Ashley Newson 037326024b Remove floating points from map generation
Removes all use of floating point from the RaMapGenerator map generator
and its dependencies.

Floating point behavior is potentially non-portable across client
hardware. Removing them should make the map generation logic
consistent even across clients with different floating point hardware
or compiler behavior. This may be useful for sync-safe multiplayer map
generation where clients independently generate the map from settings.

Most previously fractional public-facing settings are now represented
as numbers out of 1000, with some exceptions using 1000000. Most
internal logic which relies on fixed-point concepts now uses 1024ths,
though some floating point mechanisms have been replaced with
alternative discrete approximations (e.g. gaussian to binomial).
2025-01-27 20:42:38 +02:00
..
2024-10-17 17:18:14 +01:00
2024-11-03 17:19:30 +02:00
2023-11-25 16:28:19 +01:00
2023-11-25 16:28:19 +01:00
2024-10-17 17:18:14 +01:00
2024-09-19 17:53:43 +02:00
2024-11-03 17:19:30 +02:00
2024-08-25 21:18:02 +02:00
2023-08-19 20:46:04 +03:00
2023-11-25 16:28:19 +01:00
2024-11-03 17:19:30 +02:00
2024-11-03 17:19:30 +02:00
2023-11-25 16:28:19 +01:00
2024-11-03 17:19:30 +02:00
2025-01-20 12:55:36 +02:00