* removed priority queue in favor of simple array extension as it will be easier to migrate to esm
* patch: bump version
* spacing
* moved references to globalThis
* demonstrate module interop
* added version to priority-queue and moved to utils to follow dom loading pattern
* removed PriorityQueue in favor of FlatQueue
* update index.html
* never mind that force push I don't know how to amend commits right
* missing capitalization
* priority set to 0 on 541
---------
Co-authored-by: RyanGuild <ryan.guild@us-ignite.org>
* added names of zones
added names for rebels, invasion and animals.
* deleted suggested names
- deleted siege and subjugation from zones.generator.js const subtype = rw
* fixed invationCells spelling
Fixed invationCells to invasionCells.
Is invasion with s.
* update versioning and index.html
* Friendly text on latitude cell info
- Added function getLatitudeDescription(latitude)
- Added the text to infoLat on cell info.
* refactored, renamed to getGeozone
* v1.103 on commonUtils.js
* Update grid overlay to add tilings
Added square rotated 45 degrees, truncated square tiling, tetrakis square, triangular tiling, trihexagonal tiling and rhombille tiling with rhombus. Inspired by these uniform tilings: https://en.wikipedia.org/wiki/List_of_Euclidean_uniform_tilings
* Fixed stroke width of grid tilings
The stroke width of:
- Tetrakis square.
- Truncated square.
- Triangle tiling.
- Rhombille tiling.
Now has all the same stroke width.
* Updated grid to 25 px regular
Fixed triangular and rhombic, rhombille.
* fix typo on pattern triangle index.html
fix
* added wiki link and info icon
- icon-info-circled
- wiki article scale and distance
* Center to center distance
Updated svg to adjust distance to center to center cell instead of svg side.
- Square 45 degrees
- Triangular
- Rhombille
* added icon-dot-circled to locate burg
- icon dot-circled
- function zoomIntoBurg()
* pack.burgs[id] and icons
pack.burgs[id].x and y
icon target and map pin
* Update versioning.js to 1.102.0
* Update index.html burg-editor.js to 1.102.00