Commit graph

224 commits

Author SHA1 Message Date
Azgaar
d40cab2e28 fix: clean cultures on regeneration, v1.89.07 2023-02-19 18:11:07 +04:00
Azgaar
8288335514 fix: erase data before regeneration on heightmap erase mode to avoid lock state, v1.89.06 2023-02-19 14:05:36 +04:00
Azgaar
eb5d924cbd fix: state expansion to reset on re-generation 2023-02-05 00:49:05 +04:00
Azgaar
7d500b1598 feat: routes - increase space between contol points 2023-01-23 00:17:00 +04:00
Azgaar
16e0aef2fb fix: notes editor shows up halfway off the screen 2023-01-23 00:11:20 +04:00
Azgaar
660316e4bf fix: culture data change must not ignore lock status 2023-01-22 22:37:18 +04:00
Azgaar
9064ffb388 fix: define religions array even if religions count is 0, v1.89.01 2023-01-13 01:53:23 +04:00
Azgaar
dada419f20
Add the ability to lock states, provinces, cultures, and religions: refactoring (#910)
* Add the ability to lock states, provinces, cultures, and religions (#902)

* Add the basis for locking everything, code and test the culture locking

* Got the religion generator working, but not the tree. There are cycles being generated

* Religions work now, including the tree view

* Got the states and provinces working as well, all good and ready

* Refresh the province editor when regenerating

* Implement the versioning steps

* Fix the state naming and color changing even when locked

* The fix did not work with loaded maps, fix that too

* Fix a few more bugs and address the PR feedback

* Fix the state expanding event when they're locked bug

* Implement some logic to ignore state being locked when regenerating provinces directly.

* refactor(#902): start with states regenertion

* refactor(#902): locked states cells to be assigned on start

* refactor(#902): lock state - keep label

* refactor(#902): lock provinces

* refactor(#902): regenerate states - update provinces

* refactor(#902): regenerate cultures

* refactor(#902): regenerate religions

Co-authored-by: Guillaume St-Pierre <gstpierre01@gmail.com>
Co-authored-by: Azgaar <maxganiev@yandex.com>
2023-01-08 03:38:52 -08:00
Azgaar
4ab0311d01 fix: hierarchy-tree - make sure nodes have parents not removed 2023-01-02 16:21:13 +03:00
Azgaar
3883933385 fix(#905): make sure burg0 is not getting locked [v.1.88.05] 2022-12-15 15:43:40 +03:00
Azgaar
ce07c20fff feat(#891): edit diplomatic relations in bulk 2022-12-11 01:37:30 +03:00
Azgaar
f20029eac5 feat(#901): ability to lock seed in templates editor 2022-12-10 19:55:23 +03:00
Azgaar
425325888e fix: regenerate grid if seed is manually changed (1.88.02) 2022-12-10 19:29:37 +03:00
Azgaar
0b1a2048a7 fix: add integrity check if burg is linked to removed state (1.88.01) 2022-12-04 14:51:27 +03:00
Azgaar
4a96c24cf3 feat: heightmap brushes - linear edit option (1.88.00) 2022-10-31 00:24:54 +03: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
3ad8ec6285 chore: pump version to 1.87.10 2022-09-17 14:38:49 +03:00
Leo
409681d89d
Fix: min zoom extent is allowed to be negative. (#860)
* Fix: min zoom extent is allowed to be negative.
Min and Max Zoom fields are now bound by 0.01 and 200

* Fixed comparison

* Version bump

* Hash set in index.html
2022-08-25 09:16:02 -07:00
Azgaar
e632274d5d chore: push version 2022-07-01 18:10:16 +03:00
Azgaar
acf18d7324 fix: cultures upload cache 2022-06-29 02:15:24 +03:00
Azgaar
a617dda3ad fix: cultures upload 2022-06-28 22:11:32 +03:00
Azgaar
6e95ee1be8 fix: remove corrupted burg of load 2022-06-25 14:46:26 +03:00
Azgaar
ba0a7516ef feat(names): name colonies using New constuct 2022-06-24 18:34:32 +03:00
Azgaar
1ad0b9dd51 fix: charts dialog to be stable 2022-06-24 17:47:35 +03:00
Azgaar
db519c40c8 fix: don't throw error in rulers if map file is corrupted 2022-06-24 17:44:36 +03:00
Azgaar
6cd2419f10 feat(charts): remove on dialog close 2022-06-24 15:51:10 +03:00
Azgaar
03b556ae86 feat(charts): pump version to 1.87.00 2022-06-23 23:11:57 +03:00
Azgaar
be5589daeb feat(charts): add basic data collection and rendering 2022-06-15 02:47:32 +03:00
Azgaar
a7cb464b55 fix(hierarchy tree): unselect node on exit 2022-06-12 23:04:51 +03:00
Azgaar
434907fa9e feat(hierarchy tree): animate on update 2022-06-12 22:21:34 +03:00
Azgaar
4f4729c866 fix: bypass issue if burg has no states assigned 2022-06-12 15:45:07 +03:00
Azgaar
182c6d558d fix: religions and cultures are not highlightable from editor 2022-06-08 21:12:31 +03:00
Azgaar
9215a01548 fix: religion editor toggles culture layer on 2022-06-08 11:53:30 +03:00
Azgaar
9f32bb258c fix: cults origins if max is 0 2022-06-07 11:04:01 +03:00
Azgaar
510f3dfe33 perf(about): lazy-load images, remove Tumblr 2022-06-06 23:27:47 +03:00
Azgaar
221079321f refactor: load religions editor dynamically 2022-06-06 02:09:38 +03:00
Azgaar
f4ef859af8 feat: multi-parental tree 2022-06-05 01:27:58 +03:00
Azgaar
1142be65c6 fix(#781): add vertices data to full json export 2022-06-04 23:12:31 +03:00
Azgaar
d54a6a44b1 fix(#819): diplomacy editor to be re-enterable after being cleared 2022-06-04 22:18:15 +03:00
Azgaar
44e98d853f feat: change load from cloud format and order 2022-06-04 20:10:23 +03:00
Azgaar
00ced6260b fix: improve adjectives generation rules 2022-06-04 19:48:17 +03:00
Azgaar
ac063d4f07 perf: load jszip dynamically 2022-06-04 00:42:16 +03:00
Azgaar
8735ca8a3e fix: submap to map old-new grids correctly 2022-06-03 01:27:07 +03:00
Azgaar
1a3ebe5b99 refactor - create types array to have named attributes 2022-06-03 00:18:18 +03:00
Azgaar
6737501c5d chore: supporters update 2022-06-01 23:08:56 +03:00
Azgaar
dec09e4bf2 refactor: remove CodeQL action 2022-06-01 22:53:22 +03:00