Commit graph

1168 commits

Author SHA1 Message Date
Azgaar
8907cd62ec fix: redraw population on change 2024-09-13 15:38:47 +02:00
Azgaar
cf5e75b561 fix: burgs overview - don't auto-show labels on hover 2024-09-13 15:33:05 +02:00
Azgaar
a3df07f5e6 fix: getColor is not defined 2024-09-13 15:31:21 +02:00
Azgaar
b142df8f0a fix: regenerate burgs to re-render layers 2024-09-13 14:02:16 +02:00
Azgaar
50c6c56461 refactor - sort layers 2024-09-10 20:25:37 +02:00
Azgaar
aa8c3ab5fe refactor - change layers 2024-09-10 12:39:29 +02:00
Azgaar
3f863a5ca3 Merge branch 'master' of https://github.com/Azgaar/Fantasy-Map-Generator into refactor-path-detection 2024-09-09 22:11:10 +02:00
Azgaar
aca4f4c5fb feat: auto-update and restore layers 2024-09-09 22:01:38 +02:00
Azgaar
3925a38de0 feat: separate labels rendering from generation process 2024-09-08 15:42:52 +02:00
Azgaar
c76a737f94 feat: detect coastline - fix issue with border feature 2024-09-07 00:28:04 +02:00
Azgaar
796eb4e8be feat: drawIce don't hide 2024-09-06 21:54:06 +02:00
Azgaar
4b071730f7 feat: drawFeatures 2024-09-06 21:14:54 +02:00
Azgaar
6d9c86ba74 refactor: features - define distance fields 2024-09-06 15:38:53 +02:00
Azgaar
b5fede560b refactor: Features module start 2024-09-06 14:22:36 +02:00
Azgaar
cea9b1a48a fix: locking options 2024-09-06 02:41:14 +02:00
Azgaar
ec236d146b refactor: drawCoastline 2024-09-06 02:37:44 +02:00
Azgaar
088faf9e26 refactor: drawCoastline and createDefaultRuler 2024-09-06 02:02:43 +02:00
Azgaar
4c6c5288a1 refactor: load.js formatting 2024-09-06 01:11:25 +02:00
Azgaar
dd35947ecd fix: version detection on load 2024-09-06 00:32:32 +02:00
Azgaar
2ebc2e9733 refactor: pump version to 1.104.00 2024-09-06 00:03:15 +02:00
Azgaar
0ea7e3a86d refactor: drawMilitary 2024-09-05 23:48:38 +02:00
Azgaar
e58cda2a5d refactor: drawScaleBar 2024-09-05 21:38:25 +02:00
Azgaar
d41928e0f5 refactor: drawScaleBar 2024-09-05 21:20:23 +02:00
Azgaar
dbea28f731 refactor: drawMarkers 2024-09-05 21:16:58 +02:00
Azgaar
849581af50 refactor: geColor 2024-09-05 20:15:02 +02:00
Azgaar
289620615f refactor: drawCells 2024-09-05 01:10:35 +02:00
Azgaar
bfc83e8f7b refactor: drawPopulation 2024-09-04 22:58:17 +02:00
Azgaar
7d461aa8f1 refactor: drawPrecipitation 2024-09-04 22:53:14 +02:00
Azgaar
0b8d3c63fc fix: 1.103.02 - parse old .map - markers data fix 2024-09-04 22:30:24 +02:00
Azgaar
637aa398bb fix: 1.103.01 - parse old .map - add patch version 2024-09-04 22:20:56 +02:00
Azgaar
b3dc8da683 refactor: drawPrec 2024-09-04 22:15:36 +02:00
Azgaar
dffe7f4774 refactor: drawBiomes 2024-09-04 22:07:38 +02:00
Azgaar
7a5b34b2c4 refactor: drawTemperature 2024-09-04 21:52:45 +02:00
Azgaar
4b32ba1256 refactor: drawHeightmap 2024-09-04 20:43:16 +02:00
Ángel Montero Lamas
168203f7da
Friendly text on latitude cell info (#1125)
* Friendly text on latitude cell info

- Added function getLatitudeDescription(latitude)
- Added the text to infoLat on cell info.

* refactored, renamed to getGeozone

* v1.103 on commonUtils.js
2024-09-04 19:18:35 +02:00
Ángel Montero Lamas
b273c77166
added icon-dot-circled to locate burg in burg editor menu (#1123)
* added icon-dot-circled to locate burg

- icon dot-circled
- function zoomIntoBurg()

* pack.burgs[id] and icons

pack.burgs[id].x and y
icon target and map pin

* Update versioning.js to 1.102.0

* Update index.html burg-editor.js to 1.102.00
2024-09-04 02:34:48 +02:00
Azgaar
3b1e993e9a refactor: drawBorders 2024-09-03 12:43:11 +02:00
Azgaar
e83726918b refactor: drawIce 2024-09-03 01:33:50 +02:00
Azgaar
39516ce782 chore: unify drawFillWithGap 2024-09-02 23:05:47 +02:00
Azgaar
6b3df6c4d8 feat: render provinces 2024-09-02 13:47:11 +02:00
Azgaar
d42fd5cf92 fix: year and era - unlock both on lock icon click 2024-09-02 12:16:51 +02:00
Azgaar
c66e6e4645 feat: render states - separate pole detection from layer render 2024-09-02 03:23:05 +02:00
Azgaar
093014088c feat: render states - use global fn 2024-09-02 02:35:50 +02:00
Azgaar
23e2484526 chore: supporters list update 2024-09-02 01:56:32 +02:00
Azgaar
4f066c6dc1 feat: letter-spacing - improve UI, refactor 2024-09-01 14:14:06 +02:00
Azgaar
2fea87344b feat: letter-spacing - update style files 2024-09-01 14:07:18 +02:00
Azgaar
6e64912e27 Merge branch 'master' of https://github.com/Azgaar/Fantasy-Map-Generator into letter-spacing 2024-09-01 13:03:23 +02:00
Oriolowsky
6ffc5a0cc5
Added the option to set letter-spacing size to individual labels. (#1116)
* Added the option to set letter-spacing size to individual labels.

* Allowed to set letter-spacing for label groups from the Style tab.
2024-09-01 13:02:07 +02:00
Azgaar
eb29c5ec5d
Zones generator update (#1113)
* feat: style - store emblem size mod in style (v1.99.10)

* fix the isOutdated function for versions past 1.99

* fix: showUploadMessage function not called correctly for isUpdated case

* feat: load - improve version detection

* feat: improve version detection and update process

* feat: Update version and use constant for VERSION in multiple files

* Update versioning.js to fix incorrect message display for stored version

* feat: zones editor - update to work with pack data

* feat: zones editor - update editor

* feat: zones editor - update editor

* chore: update version

* feat: zones - regenerate

* feat: zones - render zones as continuius line

* feat: zones - editot changes

* feat: zones - auto-update

* feat: zones - generation fixes

* feat: zones - generation fixes

* feat: zones - restore layer

* feat: zones - proselytism - check population

---------

Co-authored-by: Azgaar <azgaar.fmg@yandex.com>
2024-09-01 12:48:39 +02:00
Azgaar
e77202a08a feat: remove ALT horkeys as unused 2024-08-29 12:14:49 +02:00