feat: random encounters

This commit is contained in:
Azgaar 2023-09-24 00:45:09 +04:00
parent b2241b1cd3
commit fbe5f4ad55
5 changed files with 35 additions and 19 deletions

View file

@ -1,7 +1,7 @@
"use strict";
// version and caching control
const version = "1.93.03"; // generator version, update each time
const version = "1.93.04"; // generator version, update each time
{
document.title += " v" + version;
@ -28,6 +28,7 @@ const version = "1.93.03"; // generator version, update each time
<ul>
<strong>Latest changes:</strong>
<li>Random encounter markers (integration with <a href="https://deorum.vercel.app/" target="_blank">Deorum</a>)</li>
<li>Auto-load of the last saved map is now optional (see <i>Onload behavior</i> in Options)</li>
<li>New label placement algorithm for states</li>
<li>North and South Poles temperature can be set independently</li>