mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-04 17:41: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>
12 lines
838 B
XML
12 lines
838 B
XML
<svg xmlns="http://www.w3.org/2000/svg" fill="#d7374a" stroke="#000" viewBox="50 50 200 200">
|
|
<metadata author="Gaeser" source="https://commons.wikimedia.org/wiki/File:Georgian_heraldry_motto.svg" license="https://creativecommons.org/licenses/by-sa/3.0"/>
|
|
<g id="ribbon3" stroke-width=".19">
|
|
<path d="M77.83 97.5a74.3 74.3 0 0 0 44.26 0l-1.16-4.01c4.91-1 9.12-3.2 12.12-5l6.9 9.37a42.68 42.68 0 0 1-7.64 3.58l2.06 3.27c-22.23 9.47-45.38 10-69 0l2.14-3.3c-2.95-.88-5.17-2.25-7.56-3.5l6.81-9.28c3.74 2.1 7.74 3.79 12.08 5l-1.01 3.86z"/>
|
|
<path fill="none" d="m132.32 101.44-4.12-6.38"/>
|
|
<path fill="none" d="m67.45 101.49 4.25-6.38"/>
|
|
<g fill="#000" fill-opacity=".5" stroke-linejoin="round">
|
|
<path d="m78.84 93.62-1.01 3.87-6.13-2.38z"/>
|
|
<path d="m120.95 93.53 1.14 3.96 6.16-2.36z"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|