Commit graph

527 commits

Author SHA1 Message Date
Azgaar
3758b2bb09 resource styling 2022-11-27 18:16:52 -05:00
Peter
c4710de7db resource-editor ui import 2022-11-27 17:49:39 -05:00
Peter
1776fa8917 main references to resources 2022-11-27 17:18:54 -05:00
Peter
112e78f40a merge module ui 2022-11-27 16:56:11 -05:00
Peter
9d18e962ac Merge synchronizations with the master branch 2022-11-27 16:18:19 -05:00
Peter
f3396941e4 post-merge fixes 2022-11-27 14:46:31 -05:00
Peter
c24a786519 Merge economics with current 2022-11-27 14:11:46 -05:00
Azgaar
22cc273981 version info and hash update 2022-11-27 14:03:21 -05:00
Azgaar
48e36fa26c heightmap select - style fixes 2022-11-27 14:01:26 -05:00
Azgaar
17baa09a78 Fractious template 2022-11-27 14:00:13 -05:00
Azgaar
69823ceeb0 load dynamically cultures editor 2022-11-27 13:57:07 -05:00
Azgaar
6fc9b75e00 get rid of jquery for don't ask box 2022-11-27 13:54:59 -05:00
Azgaar
aae22ec1e5 V1.8 (#784)
* pump version to 1.8

* resampleDialog UI update

* don't draw markers if not required

* submapOptionsDialog style changes
2022-11-27 13:43:07 -05:00
Azgaar
365db354c9 prettify 2022-11-27 13:42:12 -05:00
Gergely Mészáros, Ph.D
26ce225071 Dev submaps (#770)
* bioms shouldn't be masked or the style selection box is useless

* fix: misleading comment

* experimental submapping feature

* burg remapping

* Submap with options

* Fix: calculating absolute flux from precipitation normal-value.

* effective distanceScale

* updated resampler

* fix: missing cell

* Fix: River automatic rerender on regeneration.

* FIX: wrong culture migration

* fixed 0 index burg bug, more accurate coast detection for burgs

* FIX: wrong burg cell id

* fix invalid feature number at burg.ports, option to disable regenerations

* Relocate submap

* update height model and scale parameters

* new menu

* Dropbox OAuth implementation and Cloud framework

* add some space

* removing uneccesary logs, defer script load

* map position on planet, fix wrong riverbed generation

* fix:riverbed generation

* better cell sampler

* Auto-Smoothing,dist fix

* FIX: incorrect province copy and minor fix of rebels

* Cleanup

* FIX: water detection bug

* Recompute centers (states, cultures, provinces)

* activating forwardmap

* FIX: port burg relocation algo

* FIX: coast detection (for burgs)

* Fix: invalid html id

* add dot

* update for FMG 1.73

* Update submap gui

* refactored submap ui options

* Copy all visible military units from the old map.

* add info text

* Add Markers.deleteMarker API.

* Lock markers and lock burgs options

* better comment

* submapper gui updates, remove feature mapping on/off

* Fix typo (thx evolvedexperiment)

* fix ugly GUI (2 digit roundoff)

* resample dialog

* Town Promotion to largetown

* don't promote to capitals.

* Fix typo

* round style settings

* do not draw removed burgs

* Fix port cell search algo

* Fix: robust error handling, no error for 0.

* submap: projection moved to options, fix double burg error

* complete rewrite of burg relocation

* findcell by coordinates

* prepare to merge, add comments, remove fluff

* replacing lodash with deepCopy implementation

Co-authored-by: Mészáros Gergely <monk@geotronic.hu>
2022-11-27 13:34:12 -05:00
Mészáros Anna Veronika
97a059bbbb Dev csv (#761)
* import cultures feature

* remove debug messages

* code cleanup
2022-11-27 13:32:27 -05:00
Ángel Montero Lamas
cf17d51910 Color picker hatches 14-60 (#726)
* Color picker hatches 14-60

Added hatches to number 14 to 60.
Updated the code of the color picker to accept multiples rows of hatches.

Changed the size of fillRectPointer from 0.9 em to 1.5 em.

Added an Update code to upgrade maps to 1.72 to have a grid of 60 svg hatches. Without the update, loaded files appeared with the rectangles for hatches 14-60 empty.

* Hatches ordered

Reworked the code to put back rows of 14 hatches. Reordered the first 14 hatches to defaault.
Made 3 rows, so 42 hatches.

* Cleaned code and fixes

Cleaned </pattern> in index.html line 152.
Put back: width=".9em" height=".9em" style="margin-bottom:-1px"> for fill.

* mouseover hatches

Fixed some typos. Changed mousemove for mouseover and moved the calling of the function tip from the each function to the original place at 519.
The arrow function changed to one that tells the id.

* Copies hatching from defElements into map svg, and hatching removed from saved map files.

* Removed haching completely from map svg

* Hatching copy for clone is now done before unused pattern removal

* Added back code that removes the unused hatching group

Co-authored-by: Evolvedexperiment <evolvedexperiment@gmail.com>
Co-authored-by: Azgaar <maxganiev@yandex.ru>
2022-11-27 13:20:03 -05:00
Azgaar
63a14764af umami - reduce track calls 2022-11-27 12:52:23 -05:00
Azgaar
86b25c7711 3d labels - don't create svg element 2022-11-27 12:50:30 -05:00
Azgaar
456ef58920 religion gen fix 2022-11-27 12:47:14 -05:00
Azgaar
26e5413090 config generate markers dialog fixes 2022-11-27 12:38:26 -05:00
Azgaar
b156f3cdf9 markers - generate from config file 2022-11-27 12:34:47 -05:00
Azgaar
83fa6a13e6 collect statistics for a short period 2022-11-27 12:32:19 -05:00
Azgaar
b3e0d5e7b1 markers - generate tool + lock tooltip 2022-11-27 12:32:02 -05:00
Azgaar
a5f4939875 menu style - grid layout 2022-11-27 12:21:05 -05:00
Azgaar
f8ee3fbc88 fix fonts load error and reword save dialog text 2022-11-27 12:20:49 -05:00
Gergely Mészáros, Ph.D
948a7ed3a1 Cloud support / Dropbox OAuth reference client (#659)
* bioms shouldn't be masked or the style selection box is useless
* fix: misleading comment
* Fix: calculating absolute flux from precipitation normal-value.
* Fix: River automatic rerender on regeneration.
* Dropbox OAuth implementation and Cloud framework
* add some space
* removing unnecessary logs, defer script load

Created by: Mészáros Gergely <monk@geotronic.hu>
2022-11-27 12:20:32 -05:00
Azgaar
e55588f313 load dropins from local folder 2022-11-27 12:18:39 -05:00
Azgaar
e49d18f5ce units editor - more width for inputs 2022-11-27 12:18:28 -05:00
Azgaar
68fade20c3 dropbox - import changes from alpha 2022-11-27 12:17:30 -05:00
Azgaar
5f3cc44ddc add resource 2022-11-27 11:43:49 -05:00
Azgaar
fa969e7907 resource styling - all 40 are done 2022-11-27 11:33:46 -05:00
Azgaar
e6e66c2e27 resource styling 2022-11-27 11:33:34 -05:00
Azgaar
1eee7cb8d5 resource styling 2022-11-27 11:33:21 -05:00
Azgaar
0373272939 resource styling 2022-11-27 11:33:07 -05:00
Azgaar
306066b9a8 new resources 2022-11-27 11:31:50 -05:00
Azgaar
217a6b6414 new resources 2022-11-27 11:31:34 -05:00
Azgaar
6fbed706db new resources 2022-11-27 11:31:18 -05:00
Azgaar
57848dace3 new resources 2022-11-27 11:30:58 -05:00
Azgaar
4421293e8e econonics - restore from feb 2022-11-27 11:30:01 -05:00
Peter
51542ac7be Import resource-editor correctly 2022-11-25 13:41:52 -05:00
Peter
2f7c74a56f burgeditor includes resource info 2022-11-23 22:14:38 -05:00
Peter
7270c8c833 Merge economics with current 2022-11-23 22:08:41 -05:00
Azgaar
d3ea2df1a2 feat: optimizeSpeed rendering (1.87.15) 2022-10-13 00:52:49 +03:00
Azgaar
7945390b2c feat: pump version to 1.87.14, new cultures correction 2022-10-10 22:48:52 +03:00
Azgaar
1e4fba3615 fix: religions reference 2022-09-25 22:33:14 +03:00
Azgaar
c9400db3b1 refactor: markers to use helper function, version pump to 1.87.12 2022-09-25 14:34:40 +03:00
Azgaar
75ae52e953 fix: 3d view - don't allow download obj for globe 2022-09-17 14:58:00 +03:00
Azgaar
60758a1532 fix: remove scroll from the export dialog 2022-09-17 14:47:17 +03:00
Azgaar
3ad8ec6285 chore: pump version to 1.87.10 2022-09-17 14:38:49 +03:00