From b3e2aa00e705b91ce70cd8d2dd540fab0429cb16 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sun, 6 Aug 2023 22:59:33 +0400 Subject: [PATCH] Independent North and South Poles temperature (#972) * Poles to have Different Temperature (Ref: Axial Tilt suggestion) (#964) * Initial Idea * Changed Names: Currently still only on NorthTemperature reliant, compadible version * Restored Generation of Temperature * Temperature Function found * Version Bump * Scuffed Saving solution * Current Version(without the save changes) * Globe Temperature Display * Individual Regeneration of Temperatures * Fixed Loading and Saving New Maps save a Dummy 0 at settings[17] * Final Version Bump (currently no description for the Update) --------- Co-authored-by: Azgaar * chore: formatting * refactor: temperature inputs * feat: rework temperature generation alg * style: respore winds button * refactor: update options on load, don't update temperature UI * refactor: no need to keep compatibility here * fix: load temp setting from .map file --------- Co-authored-by: Leo --- index.html | 181 ++++++++++++++++++------------- main.js | 63 +++++++---- modules/dynamic/export-json.js | 2 - modules/io/load.js | 15 +-- modules/io/save.js | 4 +- modules/ui/options.js | 25 ++--- modules/ui/world-configurator.js | 94 +++++++++++----- utils/unitUtils.js | 3 +- versioning.js | 8 +- 9 files changed, 240 insertions(+), 155 deletions(-) diff --git a/index.html b/index.html index 9e1cf078..e719c1bf 100644 --- a/index.html +++ b/index.html @@ -2346,29 +2346,58 @@