v1.5.89 - supporters update

This commit is contained in:
Azgaar 2021-03-02 15:23:49 +03:00
parent 1ca77af1dc
commit 39f2cc6f4e
2 changed files with 4 additions and 4 deletions

View file

@ -349,8 +349,7 @@ function showWelcomeMessage() {
<ul>${post} <ul>${post}
<li>River overview and River editor rework</li> <li>River overview and River editor rework</li>
<li>River generation code refactored and optimized</li> <li>River generation code refactored and optimized</li>
<li></li> <li>Rivers discharge (flux) and mouth width calculated</li>
<li>Rivers discharge (flux) properly calculated </li>
<li>Lake editor rework</li> <li>Lake editor rework</li>
<li>Lake type defined dynamically based on evaporation and river system</li> <li>Lake type defined dynamically based on evaporation and river system</li>
<li>Lake flux, inlets and outlet tracked properly</li> <li>Lake flux, inlets and outlet tracked properly</li>
@ -365,7 +364,7 @@ function showWelcomeMessage() {
$("#alert").dialog( $("#alert").dialog(
{resizable: false, title: "Fantasy Map Generator update", width: "28em", {resizable: false, title: "Fantasy Map Generator update", width: "28em",
buttons: {OK: function() {$(this).dialog("close")}}, buttons: {OK: function() {$(this).dialog("close")}},
position: {my: "center center-80", at: "center", of: "svg"}, position: {my: "center center-4em", at: "center", of: "svg"},
close: () => localStorage.setItem("version", version)} close: () => localStorage.setItem("version", version)}
); );
} }

View file

@ -89,7 +89,8 @@ function showSupporters() {
ThatGuyGW,Dee Chiu,MontyBoosh,Achillain,Jaden,SashaTK,Steve Johnson,Pierrick Bertrand,Jared Kennedy,Dylan Devenny,Kyle Robertson,Andrew Rostaing,Daniel Gill, ThatGuyGW,Dee Chiu,MontyBoosh,Achillain,Jaden,SashaTK,Steve Johnson,Pierrick Bertrand,Jared Kennedy,Dylan Devenny,Kyle Robertson,Andrew Rostaing,Daniel Gill,
Char,Jack,Barna Csíkos,Ian Rousseau,Nicholas Grabstas,Tom Van Orden jr,Bryan Brake,Akylos,Riley Seaman,MaxOliver,Evan-DiLeo,Alex Debus,Joshua Vaught, Char,Jack,Barna Csíkos,Ian Rousseau,Nicholas Grabstas,Tom Van Orden jr,Bryan Brake,Akylos,Riley Seaman,MaxOliver,Evan-DiLeo,Alex Debus,Joshua Vaught,
Kyle S,Eric Moore,Dean Dunakin,Uniquenameosaurus,WarWizardGames,Chance Mena,Jan Ka,Miguel Alejandro,Dalton Clark,Simon Drapeau,Radovan Zapletal,Jmmat6, Kyle S,Eric Moore,Dean Dunakin,Uniquenameosaurus,WarWizardGames,Chance Mena,Jan Ka,Miguel Alejandro,Dalton Clark,Simon Drapeau,Radovan Zapletal,Jmmat6,
Justa Badge,Blargh Blarghmoomoo,Vanessa Anjos,Grant A. Murray,Akirsop,Rikard Wolff,Jake Fish,teco 47,Antiroo,Jakob Siegel,Guilherme Aguiar,Jarno Hallikainen`; Justa Badge,Blargh Blarghmoomoo,Vanessa Anjos,Grant A. Murray,Akirsop,Rikard Wolff,Jake Fish,teco 47,Antiroo,Jakob Siegel,Guilherme Aguiar,Jarno Hallikainen,
Justin Mcclain,Kristin Chernoff,Rowland Kingman,Esther Busch,Grayson McClead,Austin,Hakon the Viking`;
const array = supporters.replace(/(?:\r\n|\r|\n)/g, "").split(",").map(v => capitalize(v.trim())).sort(); const array = supporters.replace(/(?:\r\n|\r|\n)/g, "").split(",").map(v => capitalize(v.trim())).sort();
alertMessage.innerHTML = "<ul style='column-count: 5; column-gap: 2em'>" + array.map(n => `<li>${n}</li>`).join("") + "</ul>"; alertMessage.innerHTML = "<ul style='column-count: 5; column-gap: 2em'>" + array.map(n => `<li>${n}</li>`).join("") + "</ul>";