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>
13 lines
1.4 KiB
XML
13 lines
1.4 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" fill="#d7374a" stroke="#000" viewBox="50 50 200 200">
|
|
<metadata source="http://wappenwiki.org/images/0/05/Hussite.svg" license="https://creativecommons.org/licenses/by-nc-sa/3.0"/>
|
|
<g id="chalice" stroke-width=".36">
|
|
<path d="M104.52 109.64c-1.08-3.84-.84-5.52-.84-12.72h-7.44c.12 7.08.36 8.88-.72 12.72-3 5.76-15.84 8.04-15.84 16.92 0 9.48 9.12 15.24 20.28 15.24s20.4-5.76 20.4-15.24c0-7.32-13.44-11.04-15.84-16.92z"/>
|
|
<path d="M70.44 66.8C72.36 87.44 95.4 87.56 95.4 97.4v4.56h9.24V97.4c0-9.84 22.44-9.96 24.96-30.72z"/>
|
|
<path d="M131.28 65.72c0 2.28-14.04 3.96-31.08 3.96s-30.96-1.92-30.96-4.08c0-.48-.24-2.16.84-2.52 4.2-1.56 17.04-2.64 30.48-2.64 13.08 0 25.2 1.08 29.76 2.64 1.2.36.96 2.16.96 2.64z"/>
|
|
<g class="secondary">
|
|
<path d="M96.84 101.12c0 2.64-.48 4.2-2.04 4.2s-3.24-1.44-3.24-4.2c0-2.4 1.56-4.2 3.24-4.2s2.04 1.56 2.04 4.2zm6.48 0c0 2.64.48 4.2 2.16 4.2s3.24-1.44 3.24-4.2c0-2.4-1.56-4.2-3.24-4.2-1.56 0-2.16 1.56-2.16 4.2z"/>
|
|
<ellipse cx="100.08" cy="101.84" rx="3.24" ry="4.44"/>
|
|
</g>
|
|
<path fill="none" stroke-width=".42" d="M102.24 95.12c1.32-2.64 2.64-5.16 7.8-7.8m-12.12 7.8c-1.32-2.64-2.64-5.16-7.8-7.8m23.28 33.6c-4.56-4.08-8.4-8.04-8.88-11.64m-18.24 11.64c4.44-2.88 8.28-6 9.36-11.4M81.12 127.4c3.84 15.48 33.6 15.48 37.8.12M120 63.56a190.18 190.18 0 0 0-38.76 0m-7.68 1.32c16.8 3.12 33.6 3.12 53.4-.12"/>
|
|
</g>
|
|
</svg>
|