From a15f60150fc209c36de5239ee4cf49d7ebba024a Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 9 Jul 2022 14:16:57 +0300 Subject: [PATCH] refactor: migrate heightmap editor --- README.md | 2 +- index.html | 5 +- src/dialogs/dialogs/burg-editor.js | 10 ++-- src/dialogs/dialogs/burgs-overview.js | 6 +-- src/dialogs/dialogs/cultures-editor.js | 1 + src/dialogs/dialogs/heightmap-editor.js | 63 ++++++++++++---------- src/dialogs/dialogs/heightmap-selection.js | 2 +- src/dialogs/dialogs/religions-editor.js | 1 + src/dialogs/dialogs/states-editor.js | 3 +- src/layers/renderers/drawHeightmap.js | 1 + src/modules/burgs-and-states.js | 6 +-- src/modules/dynamic/auto-update.js | 5 +- src/modules/io/load.js | 1 + src/modules/submap.js | 4 +- src/modules/ui/editors.js | 10 ++-- src/modules/ui/hotkeys.js | 4 +- src/modules/ui/options.js | 4 +- src/modules/ui/provinces-editor.js | 3 +- src/modules/ui/style.js | 1 + src/modules/ui/submap.js | 4 +- src/modules/ui/tools.js | 9 ++-- src/modules/ui/world-configurator.js | 9 ++-- src/modules/ui/zones-editor.js | 1 + src/scripts/generation.js | 7 +-- src/scripts/options/about.js | 2 +- src/utils/colorUtils.ts | 19 ++++--- 26 files changed, 103 insertions(+), 80 deletions(-) diff --git a/README.md b/README.md index 7369d7ed..16258554 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Refer to the [project wiki](https://github.com/Azgaar/Fantasy-Map-Generator/wiki Join our [Discord server](https://discordapp.com/invite/X7E84HU) and [Reddit community](https://www.reddit.com/r/FantasyMapGenerator) to share your creations, discuss the Generator, suggest ideas and get the most recent updates. -Contact me via [email](mailto:azgaar.fmg@yandex.by) if you have non-public suggestions. For bug reports please use [GitHub issues](https://github.com/Azgaar/Fantasy-Map-Generator/issues) or _#bugs_ channel on Discord. If you are facing performance issues, please read [the tips](https://github.com/Azgaar/Fantasy-Map-Generator/wiki/Tips#performance-tips). +Contact me via [email](mailto:azgaar.fmg@yandex.com) if you have non-public suggestions. For bug reports please use [GitHub issues](https://github.com/Azgaar/Fantasy-Map-Generator/issues) or _#bugs_ channel on Discord. If you are facing performance issues, please read [the tips](https://github.com/Azgaar/Fantasy-Map-Generator/wiki/Tips#performance-tips). Electron desktop application is available in [releases](https://github.com/Azgaar/Fantasy-Map-Generator/releases). Download archive for your architecture, unzip and run. diff --git a/index.html b/index.html index 5df0b2b5..f8ed0bfa 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ - +