Make site more efficient w/ script loading
authorLanius Trolling <lanius@laniustrolling.dev>
Mon, 18 Dec 2023 20:04:20 +0000 (15:04 -0500)
committerLanius Trolling <lanius@laniustrolling.dev>
Mon, 18 Dec 2023 20:04:20 +0000 (15:04 -0500)
commitf5a71ef52c77340fd043109158fc27ab5374aa22
tree3be9ddcf72d02ba8d081d267c5e1e7fdb0012dc8
parent82bc4527456b6ce971b8f73da92ecccfa504621d
Make site more efficient w/ script loading
33 files changed:
.idea/misc.xml
graphics/external-link-dark.svg [deleted file]
graphics/external-link.svg [deleted file]
graphics/faction-1-mechyrdia.png [deleted file]
graphics/faction-3-diadochi.png [deleted file]
graphics/faction-4-felinae.png [deleted file]
graphics/faction-5-fulkreykk.png [deleted file]
graphics/faction-6-vestigium.png [deleted file]
graphics/faction-7-ilkhai.png [deleted file]
graphics/factions.png [deleted file]
graphics/factions.svg [deleted file]
graphics/panel-dark.svg [deleted file]
graphics/panel.svg [deleted file]
src/main/kotlin/info/mechyrdia/Factbooks.kt
src/main/kotlin/info/mechyrdia/lore/view_map.kt
src/main/kotlin/info/mechyrdia/lore/view_tpl.kt
src/main/kotlin/info/mechyrdia/lore/views_robots.kt
src/main/resources/static/init.js
stuff/export_faction_images.py [new file with mode: 0644]
stuff/external-link-dark.svg [new file with mode: 0644]
stuff/external-link.svg [new file with mode: 0644]
stuff/faction-1-mechyrdia.png [new file with mode: 0644]
stuff/faction-3-diadochi.png [new file with mode: 0644]
stuff/faction-4-felinae.png [new file with mode: 0644]
stuff/faction-5-fulkreykk.png [new file with mode: 0644]
stuff/faction-6-vestigium.png [new file with mode: 0644]
stuff/faction-7-ilkhai.png [new file with mode: 0644]
stuff/factions.png [new file with mode: 0644]
stuff/factions.svg [new file with mode: 0644]
stuff/make_map_index_pages.py [new file with mode: 0644]
stuff/map-index.html [new file with mode: 0644]
stuff/panel-dark.svg [new file with mode: 0644]
stuff/panel.svg [new file with mode: 0644]