Unciv/core/src/com/unciv
Federico Luongo 0b696451ce
Map Generation Seedable (#4072)
* Map Generation Seedable
* Added Seed editable field in MapParametersTable
Previously, using the same set of parameters, one could not get the same map twice (i.e. negligible probability for it to happen). With this commit players can specify, alongside the usual map parameters, a long integer used to seed the RNG and get replicable results.

* Fixed Natural Wonder Spawn was not using MapGenerationRandomness hence giving not reproducible maps

* Translation strings
2021-06-08 06:42:27 +03:00
..
logic Map Generation Seedable (#4072) 2021-06-08 06:42:27 +03:00
models Cosmetic: Convenience shortcuts, some linting (#4067) 2021-06-07 07:26:01 +03:00
ui Map Generation Seedable (#4072) 2021-06-08 06:42:27 +03:00
Constants.kt Added the paratrooper unit (#4025) 2021-06-03 07:33:38 +03:00
JsonParser.kt Managed to load first mini mod, needs some work before this can work for users 2019-12-31 17:49:07 +02:00
MainMenuScreen.kt Unified exit game popups, removed obsolete closing handler (#4048) 2021-06-06 09:09:02 +03:00
UncivGame.kt Fix the app window changing may lead to that the app can't open in macOS (#4042) 2021-06-03 15:02:46 +03:00
UncivGameParameters.kt Follow screen rotation even to Portrait on Android with Opt-in (#3936) 2021-05-19 23:27:23 +03:00