mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-04 09:31:23 +01:00
* chore: add npm + vite for progressive enhancement * fix: update Dockerfile to copy only the dist folder contents * fix: update Dockerfile to use multi-stage build for optimized production image * fix: correct nginx config file copy command in Dockerfile * chore: add netlify configuration for build and redirects * fix: add NODE_VERSION to environment in Netlify configuration * remove wrong dist folder * Update package.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: split public and src * migrating all util files from js to ts * feat: Implement HeightmapGenerator and Voronoi module - Added HeightmapGenerator class for generating heightmaps with various tools (Hill, Pit, Range, Trough, Strait, etc.). - Introduced Voronoi class for creating Voronoi diagrams using Delaunator. - Updated index.html to include new modules. - Created index.ts to manage module imports. - Enhanced arrayUtils and graphUtils with type definitions and improved functionality. - Added utility functions for generating grids and calculating Voronoi cells. * chore: add GitHub Actions workflow for deploying to GitHub Pages * fix: update branch name in GitHub Actions workflow from 'main' to 'master' * chore: update package.json to specify Node.js engine version and remove unused launch.json * Initial plan * Update copilot guidelines to reflect NPM/Vite/TypeScript migration Co-authored-by: Azgaar <26469650+Azgaar@users.noreply.github.com> * Update src/modules/heightmap-generator.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/utils/graphUtils.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/modules/heightmap-generator.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat: Add TIME and ERROR variables to global scope in HeightmapGenerator * fix: Update base path in vite.config.ts for Netlify deployment * fix: Update Node.js version in Dockerfile to 24-alpine --------- Co-authored-by: Marc Emmanuel <marc.emmanuel@tado.com> Co-authored-by: Marc Emmanuel <marcwissler@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Azgaar <26469650+Azgaar@users.noreply.github.com>
9 lines
1.5 KiB
XML
9 lines
1.5 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" fill="#d7374a" stroke="#000" viewBox="50 50 200 200">
|
|
<metadata author="Eugenio Hansen, OFS" source="https://commons.wikimedia.org/wiki/File:Listel_3.svg" license="https://creativecommons.org/licenses/by-sa/4.0"/>
|
|
<g id="ribbon2" stroke-width=".19">
|
|
<path d="m67.38 98.31-1.75 2.33 2.46 3.4 7.09 1.62 2.75-4.97-10.55-2.39zm65.28 0-10.55 2.38 2.75 4.97 7.08-1.62 2.46-3.4-1.74-2.33z"/>
|
|
<path fill="#111" fill-opacity=".5" d="m67.38 98.31-1.75 2.33 2.46 3.4 7.09 1.62 2.75-4.97-10.55-2.39zm65.28 0-10.55 2.38 2.75 4.97 7.08-1.62 2.46-3.4-1.74-2.33z"/>
|
|
<path d="M64.52 96.33c-2.04.03-3.76 1.13-4.35 4.4 1.1-1.2 2.46-1.69 4.37-.6-2.52.16-3.58 1.8-3.6 4.47.97-1.15 2.28-1.4 3.82-1.07l4.46 1.84c2.3 1.17 5.19 1.5 5.96.28 1.03-1.62-7.8-1.61-7.8-4.03v-1.5l6.39.59c.48 1.62 4.93.68 4.23 1.76 1.13-1.56.7-1.26-3.68-3.91l-5.1-.99a11.4 11.4 0 0 0-4.7-1.24zm70.83 0c-1.45.03-3.05.56-4.53 1.24l-5.1.99c-4.38 2.65-4.81 2.35-3.7 3.91-.69-1.08 3.77-.14 4.24-1.76l6.4-.59v1.5c0 2.42-8.84 2.4-7.81 4.03.77 1.22 3.66.89 5.97-.28l4.46-1.84c1.53-.33 2.84-.08 3.81 1.07-.01-2.68-1.07-4.3-3.6-4.48 1.9-1.08 3.27-.6 4.37.6-.6-3.35-2.4-4.42-4.52-4.39z"/>
|
|
<path d="M68.29 91.44c-.59.01-.91.34-.91 1.16v8.88c.12-2.22 6.28.54 11.92 2.78a58.89 58.89 0 0 0 20.72 4c6.48 0 14.16-1.4 20.72-4 5.64-2.24 11.81-5 11.92-2.76v-8.9c0-3.48-6 1.83-12.37 3.95-2.55.85-9.73 3.57-20.27 3.57s-17.73-2.72-20.28-3.57c-4.88-1.63-9.54-5.11-11.45-5.1zm64.37 10.06zm-65.3-.02v.14z"/>
|
|
</g>
|
|
</svg>
|