mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
Urquhart routes (#1072)
* feat: routes generation * feat: routes rendering * feat: searoutes fix, changing reGraph * feat: searoute - change pathfinding algo * feat: routes - cleanup code * feat: routes - change data format * feat: routes - add routes to json export * feat: edit routes - start * feat: edit routes - main * feat: edit routes - EP * feat: edit routes - remove route * feat: route - generate names * feat: route - continue * Refactor route merging logic for improved performance * feat: routes - show name in tooltip * feat: routes - create route dialog * feat: update data on control point remove * feat: routes editor - split route * feat: add join route functionality to routes editor * feat: Add join route functionality to routes editor * feat: Update join route tooltip in routes editor * feat: routes overview - sort by length * feat: routes overview - fix distanceScale value * feat: routes overview - create route * Refactor getMiddlePoint function to getCloseToEdgePoint * feat: routes - change data format, fix issues * feat: routes - regenerateRoutes * feat: routes - add route on burg creation * chore - remove merge conflict markers * chore - remove merge conflict markers * feat: routes name - no unnamed burg names * feat: routes - lock routes * fix: routes - split routes * feat: routes - tip correction * feat: routes - auto-update part 1 * feat: routes - return old rePacj logic to not break auto-update * feat: routes - auto-update - add connections --------- Co-authored-by: Azgaar <azgaar.fmg@yandex.com>
This commit is contained in:
parent
c6dd331eb6
commit
f19b891421
47 changed files with 2462 additions and 1032 deletions
330
index.html
330
index.html
|
|
@ -138,7 +138,7 @@
|
|||
}
|
||||
</style>
|
||||
|
||||
<link rel="preload" href="index.css?v=1.98.01" as="style" onload="this.onload=null; this.rel='stylesheet'" />
|
||||
<link rel="preload" href="index.css?v=1.99.00" as="style" onload="this.onload=null; this.rel='stylesheet'" />
|
||||
<link rel="preload" href="icons.css" as="style" onload="this.onload=null; this.rel='stylesheet'" />
|
||||
<link rel="preload" href="libs/jquery-ui.css" as="style" onload="this.onload=null; this.rel='stylesheet'" />
|
||||
</head>
|
||||
|
|
@ -610,6 +610,7 @@
|
|||
id="toggleRoutes"
|
||||
data-tip="Trade routes: click to toggle, drag to raise or lower the layer. Ctrl + click to edit layer style"
|
||||
data-shortcut="U"
|
||||
class="buttonoff"
|
||||
onclick="toggleRoutes(event)"
|
||||
>
|
||||
Ro<u>u</u>tes
|
||||
|
|
@ -2119,6 +2120,9 @@
|
|||
<button id="overviewRiversButton" data-tip="Click to open Rivers Overview" data-shortcut="Shift + V">
|
||||
Rivers
|
||||
</button>
|
||||
<button id="overviewRoutesButton" data-tip="Click to open Routes Overview" data-shortcut="Shift + U">
|
||||
Routes
|
||||
</button>
|
||||
<button id="editStatesButton" data-tip="Click to open States Editor" data-shortcut="Shift + S">
|
||||
States
|
||||
</button>
|
||||
|
|
@ -2171,7 +2175,7 @@
|
|||
<button id="regenerateRivers" data-tip="Click to regenerate all rivers (restore default state)">
|
||||
Rivers
|
||||
</button>
|
||||
<button id="regenerateRoutes" data-tip="Click to regenerate all routes">Routes</button>
|
||||
<button id="regenerateRoutes" data-tip="Click to regenerate all unlocked routes">Routes</button>
|
||||
<button
|
||||
id="regenerateStates"
|
||||
data-tip="Click to select new capitals and regenerate non-locked states. Emblems and military forces will be regenerated as well, burgs will remain as they are"
|
||||
|
|
@ -2216,7 +2220,7 @@
|
|||
>
|
||||
River
|
||||
</button>
|
||||
<button id="addRoute" data-tip="Click on map to place a route" data-shortcut="Shift + 4">Route</button>
|
||||
<button id="addRoute" data-tip="Open route creation dialog" data-shortcut="Shift + 4">Route</button>
|
||||
</div>
|
||||
|
||||
<div class="separator">Show</div>
|
||||
|
|
@ -2700,7 +2704,7 @@
|
|||
data-tip="Provide a name for the new group"
|
||||
style="display: none; width: 10em"
|
||||
/>
|
||||
<span id="labelGroupNew" data-tip="Create new group for this label" class="icon-plus pointer"></span>
|
||||
<span id="labelGroupNew" data-tip="Create a new group for this label" class="icon-plus pointer"></span>
|
||||
<span
|
||||
id="labelGroupRemove"
|
||||
data-tip="Remove the Group with all labels"
|
||||
|
|
@ -2813,7 +2817,7 @@
|
|||
<div id="riverBottom">
|
||||
<button
|
||||
id="riverCreateSelectingCells"
|
||||
data-tip="Create new river selecting river cells"
|
||||
data-tip="Create a new river selecting river cells"
|
||||
class="icon-map-pin"
|
||||
></button>
|
||||
<button id="riverEditStyle" data-tip="Edit style for all rivers in Style Editor" class="icon-brush"></button>
|
||||
|
|
@ -2857,7 +2861,7 @@
|
|||
<div data-tip="Type to change lake type (group)">
|
||||
<div class="label" style="width: 4.8em">Type:</div>
|
||||
<span id="lakeGroupRemove" data-tip="Remove the group" class="icon-trash-empty pointer"></span>
|
||||
<span id="lakeGroupAdd" data-tip="Create new type (group) for the lake" class="icon-plus pointer"></span>
|
||||
<span id="lakeGroupAdd" data-tip="Create a new type (group) for the lake" class="icon-plus pointer"></span>
|
||||
<select id="lakeGroup" data-tip="Select lake type (group)"></select>
|
||||
<input
|
||||
id="lakeGroupName"
|
||||
|
|
@ -2949,35 +2953,78 @@
|
|||
</div>
|
||||
|
||||
<div id="routeEditor" class="dialog" style="display: none">
|
||||
<button id="routeGroupsShow" data-tip="Show the group selection" class="icon-tags"></button>
|
||||
<div id="routeGroupsSelection" style="display: none">
|
||||
<button id="routeGroupsHide" data-tip="Hide the group section" class="icon-tags"></button>
|
||||
<select id="routeGroup" data-tip="Select a group for this route" style="width: 12em"></select>
|
||||
<input
|
||||
id="routeGroupName"
|
||||
placeholder="new group name"
|
||||
data-tip="Provide a name for the new group"
|
||||
style="display: none; width: 12em"
|
||||
/>
|
||||
<span id="routeGroupAdd" data-tip="Create new group for this route" class="icon-plus pointer"></span>
|
||||
<span
|
||||
id="routeGroupRemove"
|
||||
data-tip="Remove all routes of this group"
|
||||
class="icon-trash-empty pointer"
|
||||
></span>
|
||||
<div id="routeBody" style="padding-bottom: 0.3em">
|
||||
<div>
|
||||
<div class="label">Name:</div>
|
||||
<input id="routeName" data-tip="Type to rename the route" autocorrect="off" spellcheck="false" />
|
||||
<span data-tip="Speak the name. You can change voice and language in options" class="speaker">🔊</span>
|
||||
<span id="routeGenerateName" data-tip="Generate route name" class="icon-globe pointer"></span>
|
||||
</div>
|
||||
|
||||
<div data-tip="Select route group">
|
||||
<div class="label">Group:</div>
|
||||
<select id="routeGroup"></select>
|
||||
<span id="routeGroupEdit" data-tip="Edit route groups" class="icon-pencil pointer"></span>
|
||||
<span id="routeEditStyle" data-tip="Edit style for the route group" class="icon-brush pointer"></span>
|
||||
</div>
|
||||
|
||||
<div data-tip="Route length in selected units">
|
||||
<div class="label">Length:</div>
|
||||
<input id="routeLength" disabled />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button id="routeEditStyle" data-tip="Edit route group style in Style Editor" class="icon-brush"></button>
|
||||
<button id="routeLength" data-tip="Route length in selected units">0</button>
|
||||
<button
|
||||
id="routeElevationProfile"
|
||||
data-tip="Show the elevation profile for the route"
|
||||
class="icon-chart-area"
|
||||
></button>
|
||||
<button id="routeSplit" data-tip="Click on a control point to split the route" class="icon-unlink"></button>
|
||||
<button id="routeLegend" data-tip="Edit free text notes (legend) for the route" class="icon-edit"></button>
|
||||
<button id="routeNew" data-tip="Create new route clicking on map" class="icon-map-pin"></button>
|
||||
<button id="routeRemove" data-tip="Remove route" data-shortcut="Delete" class="icon-trash fastDelete"></button>
|
||||
<div id="routeBottom">
|
||||
<button
|
||||
id="routeCreateSelectingCells"
|
||||
data-tip="Create a new route selecting route cells"
|
||||
class="icon-map-pin"
|
||||
></button>
|
||||
<button
|
||||
id="routeJoin"
|
||||
data-tip="Click to join the route to another route that starts or ends at the same cell"
|
||||
class="icon-link"
|
||||
></button>
|
||||
<button
|
||||
id="routeSplit"
|
||||
data-tip="Click on a control point to split the route there"
|
||||
class="icon-unlink"
|
||||
></button>
|
||||
<button
|
||||
id="routeElevationProfile"
|
||||
data-tip="Show the elevation profile for the route"
|
||||
class="icon-chart-area"
|
||||
></button>
|
||||
<button id="routeLegend" data-tip="Edit free text notes (legend) for the route" class="icon-edit"></button>
|
||||
<button id="routeLock" class="icon-lock-open" onmouseover="showElementLockTip(event)"></button>
|
||||
<button
|
||||
id="routeRemove"
|
||||
data-tip="Remove route"
|
||||
data-shortcut="Delete"
|
||||
class="icon-trash fastDelete"
|
||||
></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="routeCreator" class="dialog" style="display: none">
|
||||
<div>Click on map to add/remove route points</div>
|
||||
<div id="routeCreatorBody" class="table" style="margin: 0.3em 0"></div>
|
||||
<div id="routeCreatorBottom">
|
||||
<button id="routeCreatorComplete" data-tip="Complete route creation" class="icon-check"></button>
|
||||
<button id="routeCreatorCancel" data-tip="Cancel the creation" class="icon-cancel"></button>
|
||||
<div style="display: inline-block">
|
||||
Group:
|
||||
<select id="routeCreatorGroupSelect"></select>
|
||||
<span id="routeCreatorGroupEdit" data-tip="Edit route groups" class="icon-pencil pointer"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="routeGroupsEditor" class="dialog" style="display: none">
|
||||
<div id="routeGroupsEditorBody" class="table" style="padding: 0.3em 0; width: 100%"></div>
|
||||
<div id="routeGroupsEditorBottom">
|
||||
<button id="routeGroupsEditorAdd" data-tip="Add route group" class="icon-plus"></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="iceEditor" class="dialog" style="display: none">
|
||||
|
|
@ -3004,7 +3051,11 @@
|
|||
data-tip="Provide a name for the new group"
|
||||
style="display: none; width: 9em"
|
||||
/>
|
||||
<span id="coastlineGroupAdd" data-tip="Create new group for this coastline" class="icon-plus pointer"></span>
|
||||
<span
|
||||
id="coastlineGroupAdd"
|
||||
data-tip="Create a new group for this coastline"
|
||||
class="icon-plus pointer"
|
||||
></span>
|
||||
<span id="coastlineGroupRemove" data-tip="Remove the group" class="icon-trash-empty pointer"></span>
|
||||
</div>
|
||||
|
||||
|
|
@ -3475,10 +3526,10 @@
|
|||
<input
|
||||
id="burgInputGroup"
|
||||
placeholder="new group name"
|
||||
data-tip="Create new Group for the Burg"
|
||||
data-tip="Create a new Group for the Burg"
|
||||
style="display: none; width: 10em"
|
||||
/>
|
||||
<i id="burgAddGroup" data-tip="Create new group for the burg" class="icon-plus pointer"></i>
|
||||
<i id="burgAddGroup" data-tip="Create a new group for the burg" class="icon-plus pointer"></i>
|
||||
<i id="burgRemoveGroup" data-tip="Remove selected burg group" class="icon-trash pointer"></i>
|
||||
</div>
|
||||
|
||||
|
|
@ -3627,7 +3678,7 @@
|
|||
|
||||
<div id="regimentBottom">
|
||||
<button id="regimentAttack" data-tip="Attack foreign regiment" class="icon-target"></button>
|
||||
<button id="regimentAdd" data-tip="Create new regiment or fleet" class="icon-user-plus"></button>
|
||||
<button id="regimentAdd" data-tip="Create a new regiment or fleet" class="icon-user-plus"></button>
|
||||
<button id="regimentSplit" data-tip="Split regiment into 2 separate ones" class="icon-half"></button>
|
||||
<button
|
||||
id="regimentAttach"
|
||||
|
|
@ -5408,12 +5459,6 @@
|
|||
Population
|
||||
</div>
|
||||
<div data-tip="Click to sort by burg type" class="sortable alphabetically" data-sortby="type">Type </div>
|
||||
<div
|
||||
id="burgsInvertLock"
|
||||
style="color: #6e5e66"
|
||||
data-tip="Click to invert lock for all burgs"
|
||||
class="icon-lock pointer"
|
||||
></div>
|
||||
</div>
|
||||
|
||||
<div id="burgsBody" class="table"></div>
|
||||
|
|
@ -5460,6 +5505,47 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="routesOverview" class="dialog stable" style="display: none">
|
||||
<div id="routesHeader" class="header" style="grid-template-columns: 17em 8em 8em">
|
||||
<div data-tip="Click to sort by route name" class="sortable alphabetically" data-sortby="name">
|
||||
Route
|
||||
</div>
|
||||
<div data-tip="Click to sort by route group" class="sortable alphabetically" data-sortby="group">
|
||||
Group
|
||||
</div>
|
||||
<div data-tip="Click to sort by route length" class="sortable icon-sort-number-down" data-sortby="length">
|
||||
Length
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="routesBody" class="table"></div>
|
||||
|
||||
<div id="routesFooter" class="totalLine">
|
||||
<div data-tip="Routes number" style="margin-left: 4px">
|
||||
Total routes: <span id="routesFooterNumber">0</span>
|
||||
</div>
|
||||
<div data-tip="Average length" style="margin-left: 12px">
|
||||
Average length: <span id="routesFooterLength">0</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="routesBottom">
|
||||
<button id="routesOverviewRefresh" data-tip="Refresh the Editor" class="icon-cw"></button>
|
||||
<button
|
||||
id="routesCreateNew"
|
||||
data-tip="Create a new route selecting route cells"
|
||||
class="icon-map-pin"
|
||||
></button>
|
||||
<button
|
||||
id="routesExport"
|
||||
data-tip="Save routes-related data as a text file (.csv)"
|
||||
class="icon-download"
|
||||
></button>
|
||||
<button id="routesLockAll" data-tip="Lock or unlock all routes" class="icon-lock"></button>
|
||||
<button id="routesRemoveAll" data-tip="Remove all routes" class="icon-trash"></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="riversOverview" class="dialog stable" style="display: none">
|
||||
<div id="riversHeader" class="header" style="grid-template-columns: 9em 4em 6em 6em 5em 9em">
|
||||
<div data-tip="Click to sort by river name" class="sortable alphabetically" data-sortby="name">
|
||||
|
|
@ -5506,7 +5592,7 @@
|
|||
data-tip="Automatically add river starting from clicked cell. Hold Shift to add multiple"
|
||||
class="icon-plus"
|
||||
></button>
|
||||
<button id="riverCreateNew" data-tip="Create new river selecting river cells" class="icon-map-pin"></button>
|
||||
<button id="riverCreateNew" data-tip="Create a new river selecting river cells" class="icon-map-pin"></button>
|
||||
<button id="riversBasinHighlight" data-tip="Toggle basin highlight mode" class="icon-sitemap"></button>
|
||||
<button
|
||||
id="riversExport"
|
||||
|
|
@ -6211,7 +6297,7 @@
|
|||
Data to be copied: heightmap, biomes, religions, population, precipitation, cultures, states, provinces,
|
||||
military regiments
|
||||
</p>
|
||||
<p>Data to be regenerated: zones, roads, rivers</p>
|
||||
<p>Data to be regenerated: zones, routes, rivers</p>
|
||||
<p>Burgs may be remapped incorrectly, manual change is required</p>
|
||||
|
||||
<p>Keep data for:</p>
|
||||
|
|
@ -8073,95 +8159,101 @@
|
|||
<script src="versioning.js"></script>
|
||||
<script src="libs/d3.min.js"></script>
|
||||
<script src="libs/priority-queue.min.js"></script>
|
||||
<script src="libs/flatqueue.js"></script>
|
||||
<script src="libs/delaunator.min.js"></script>
|
||||
<script src="libs/indexedDB.js?v=1.91.01"></script>
|
||||
<script src="libs/indexedDB.js?v=1.99.00"></script>
|
||||
|
||||
<script src="utils/shorthands.js"></script>
|
||||
<script src="utils/commonUtils.js?v=1.89.29"></script>
|
||||
<script src="utils/arrayUtils.js"></script>
|
||||
<script src="utils/colorUtils.js"></script>
|
||||
<script src="utils/graphUtils.js?v=1.96.00"></script>
|
||||
<script src="utils/nodeUtils.js"></script>
|
||||
<script src="utils/numberUtils.js?v=1.89.08"></script>
|
||||
<script src="utils/polyfills.js?v=1.95.03"></script>
|
||||
<script src="utils/probabilityUtils.js?v=1.88.00"></script>
|
||||
<script src="utils/stringUtils.js"></script>
|
||||
<script src="utils/languageUtils.js"></script>
|
||||
<script src="utils/unitUtils.js?v=1.87.00"></script>
|
||||
<script src="utils/shorthands.js?v=1.99.00"></script>
|
||||
<script src="utils/commonUtils.js?v=1.99.00"></script>
|
||||
<script src="utils/arrayUtils.js?v=1.99.00"></script>
|
||||
<script src="utils/functionUtils.js?v=1.99.00"></script>
|
||||
<script src="utils/colorUtils.js?v=1.99.00"></script>
|
||||
<script src="utils/graphUtils.js?v=1.99.00"></script>
|
||||
<script src="utils/nodeUtils.js?v=1.99.00"></script>
|
||||
<script src="utils/numberUtils.js?v=1.99.00"></script>
|
||||
<script src="utils/polyfills.js?v=1.99.00"></script>
|
||||
<script src="utils/probabilityUtils.js?v=1.99.00"></script>
|
||||
<script src="utils/stringUtils.js?v=1.99.00"></script>
|
||||
<script src="utils/languageUtils.js?v=1.99.00"></script>
|
||||
<script src="utils/unitUtils.js?v=1.99.00"></script>
|
||||
<script defer src="utils/debugUtils.js?v=1.99.00"></script>
|
||||
|
||||
<script src="modules/voronoi.js"></script>
|
||||
<script src="config/heightmap-templates.js"></script>
|
||||
<script src="config/precreated-heightmaps.js"></script>
|
||||
<script src="modules/heightmap-generator.js?v=1.88.00"></script>
|
||||
<script src="modules/ocean-layers.js?v=1.98.04"></script>
|
||||
<script src="modules/river-generator.js?v=1.89.13"></script>
|
||||
<script src="modules/lakes.js?v=1.98.06"></script>
|
||||
<script src="modules/biomes.js"></script>
|
||||
<script src="modules/heightmap-generator.js?v=1.99.00"></script>
|
||||
<script src="modules/ocean-layers.js?v=1.99.00"></script>
|
||||
<script src="modules/river-generator.js?v=1.99.00"></script>
|
||||
<script src="modules/lakes.js?v=1.99.00"></script>
|
||||
<script src="modules/biomes.js?v=1.99.00"></script>
|
||||
<script src="modules/names-generator.js?v=1.87.14"></script>
|
||||
<script src="modules/cultures-generator.js?v=1.96.05"></script>
|
||||
<script src="modules/cultures-generator.js?v=1.99.00"></script>
|
||||
<script src="modules/renderers/state-labels.js?v=1.96.04"></script>
|
||||
<script src="modules/burgs-and-states.js?v=1.97.07"></script>
|
||||
<script src="modules/routes-generator.js"></script>
|
||||
<script src="modules/religions-generator.js?v=1.93.08"></script>
|
||||
<script src="modules/military-generator.js?v=1.97.14"></script>
|
||||
<script src="modules/markers-generator.js?v=1.93.04"></script>
|
||||
<script src="modules/coa-generator.js?v=1.91.05"></script>
|
||||
<script src="modules/submap.js?v=1.96.00"></script>
|
||||
<script src="modules/burgs-and-states.js?v=1.99.00"></script>
|
||||
<script src="modules/routes-generator.js?v=1.99.00"></script>
|
||||
<script src="modules/religions-generator.js?v=1.99.00"></script>
|
||||
<script src="modules/military-generator.js?v=1.99.00"></script>
|
||||
<script src="modules/markers-generator.js?v=1.99.00"></script>
|
||||
<script src="modules/coa-generator.js?v=1.99.00"></script>
|
||||
<script src="modules/submap.js?v=1.99.00"></script>
|
||||
<script src="libs/polylabel.min.js"></script>
|
||||
<script src="libs/lineclip.min.js"></script>
|
||||
<script src="libs/alea.min.js"></script>
|
||||
<script src="modules/fonts.js?v=1.89.18"></script>
|
||||
<script src="modules/ui/layers.js?v=1.96.00"></script>
|
||||
<script src="modules/ui/measurers.js?v=1.96.00"></script>
|
||||
<script src="modules/ui/stylePresets.js?v=1.96.00"></script>
|
||||
<script src="modules/fonts.js?v=1.99.00"></script>
|
||||
<script src="modules/ui/layers.js?v=1.99.00"></script>
|
||||
<script src="modules/ui/measurers.js?v=1.99.00"></script>
|
||||
<script src="modules/ui/stylePresets.js?v=1.99.00"></script>
|
||||
|
||||
<script src="modules/ui/general.js?v=1.98.01"></script>
|
||||
<script src="modules/ui/options.js?v=1.98.04"></script>
|
||||
<script src="main.js?v=1.98.07"></script>
|
||||
<script src="modules/ui/general.js?v=1.99.00"></script>
|
||||
<script src="modules/ui/options.js?v=1.99.00"></script>
|
||||
<script src="main.js?v=1.99.00"></script>
|
||||
|
||||
<script defer src="modules/relief-icons.js"></script>
|
||||
<script defer src="modules/ui/style.js?v=1.96.00"></script>
|
||||
<script defer src="modules/ui/editors.js?v=1.97.12"></script>
|
||||
<script defer src="modules/ui/tools.js?v=1.97.12"></script>
|
||||
<script defer src="modules/ui/world-configurator.js?v=1.98.01"></script>
|
||||
<script defer src="modules/ui/heightmap-editor.js?v=1.96.00"></script>
|
||||
<script defer src="modules/ui/provinces-editor.js?v=1.96.00"></script>
|
||||
<script defer src="modules/ui/biomes-editor.js?v=1.91.05"></script>
|
||||
<script defer src="modules/ui/namesbase-editor.js?v=1.95.02"></script>
|
||||
<script defer src="modules/ui/elevation-profile.js?v=1.97.10"></script>
|
||||
<script defer src="modules/ui/temperature-graph.js?v=1.90.03"></script>
|
||||
<script defer src="modules/ui/routes-editor.js?v=1.89.04"></script>
|
||||
<script defer src="modules/ui/ice-editor.js?v=1.89.08"></script>
|
||||
<script defer src="modules/ui/lakes-editor.js?v=1.87.10"></script>
|
||||
<script defer src="modules/ui/coastline-editor.js"></script>
|
||||
<script defer src="modules/ui/labels-editor.js?v=1.92.00"></script>
|
||||
<script defer src="modules/ui/rivers-editor.js"></script>
|
||||
<script defer src="modules/ui/rivers-creator.js?v=1.89.13"></script>
|
||||
<script defer src="modules/ui/relief-editor.js"></script>
|
||||
<script defer src="modules/ui/burg-editor.js?v=1.97.00"></script>
|
||||
<script defer src="modules/ui/units-editor.js?v=1.96.00"></script>
|
||||
<script defer src="modules/ui/notes-editor.js?v=1.97.09"></script>
|
||||
<script defer src="modules/ui/diplomacy-editor.js?v=1.88.04"></script>
|
||||
<script defer src="modules/ui/zones-editor.js?v=1.97.13"></script>
|
||||
<script defer src="modules/ui/burgs-overview.js?v=1.97.00"></script>
|
||||
<script defer src="modules/ui/rivers-overview.js"></script>
|
||||
<script defer src="modules/ui/military-overview.js?v=1.97.15"></script>
|
||||
<script defer src="modules/ui/regiments-overview.js?v=1.89.20"></script>
|
||||
<script defer src="modules/ui/markers-overview.js?v=1.89.38"></script>
|
||||
<script defer src="modules/ui/regiment-editor.js?v=1.97.14"></script>
|
||||
<script defer src="modules/ui/battle-screen.js"></script>
|
||||
<script defer src="modules/ui/emblems-editor.js?v=1.91.00"></script>
|
||||
<script defer src="modules/ui/markers-editor.js"></script>
|
||||
<script defer src="modules/ui/3d.js?v=1.94.03"></script>
|
||||
<script defer src="modules/ui/submap.js?v=1.96.00"></script>
|
||||
<script defer src="modules/ui/hotkeys.js?v=1.95.00"></script>
|
||||
<script defer src="modules/coa-renderer.js?v=1.94.00"></script>
|
||||
<script defer src="modules/relief-icons.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/style.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/editors.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/tools.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/world-configurator.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/heightmap-editor.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/provinces-editor.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/biomes-editor.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/namesbase-editor.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/elevation-profile.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/temperature-graph.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/routes-editor.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/routes-creator.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/route-group-editor.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/ice-editor.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/lakes-editor.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/coastline-editor.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/labels-editor.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/rivers-editor.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/rivers-creator.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/relief-editor.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/burg-editor.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/units-editor.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/notes-editor.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/diplomacy-editor.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/zones-editor.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/burgs-overview.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/routes-overview.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/rivers-overview.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/military-overview.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/regiments-overview.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/markers-overview.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/regiment-editor.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/battle-screen.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/emblems-editor.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/markers-editor.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/3d.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/submap.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/hotkeys.js?v=1.99.00"></script>
|
||||
<script defer src="modules/coa-renderer.js?v=1.99.00"></script>
|
||||
<script defer src="libs/rgbquant.min.js"></script>
|
||||
<script defer src="libs/jquery.ui.touch-punch.min.js"></script>
|
||||
<script defer src="modules/io/save.js?v=1.98.01"></script>
|
||||
<script defer src="modules/io/load.js?v=1.98.06"></script>
|
||||
<script defer src="modules/io/cloud.js?v=1.96.00"></script>
|
||||
<script defer src="modules/io/export.js?v=1.98.05"></script>
|
||||
<script defer src="modules/io/save.js?v=1.99.00"></script>
|
||||
<script defer src="modules/io/load.js?v=1.99.00"></script>
|
||||
<script defer src="modules/io/cloud.js?v=1.99.00"></script>
|
||||
<script defer src="modules/io/export.js?v=1.99.00"></script>
|
||||
|
||||
<!-- Web Components -->
|
||||
<script defer src="components/fill-box.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue