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>
15 lines
1.6 KiB
XML
15 lines
1.6 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/6/66/Luk.svg" license="https://creativecommons.org/licenses/by-nc-sa/3.0"/>
|
|
<g id="bowWithArrow" stroke-width=".33">
|
|
<path d="M97.2 96.6s-2.9-2-6.1-2c-6.1 0-10.3 3.9-14.7 6a21.4 21.4 0 0 1-8.7 2.6c-3.4 0-6-1.3-6-4.4 0-1.2.7-2.1 1.7-2.1s1.8 1 1.8 2.1c0 .5-.1 1-.4 1.4.5.3 1.4.8 2.9.8 2.5 0 6.7-2.9 9.9-4.9 5.6-3.4 8.1-5.9 13.1-5.9a12 12 0 0 1 6.5 2.2h5.6s3-2.2 6.5-2.2c5 0 7.5 2.5 13.1 6 3.2 1.9 7.4 4.8 10 4.8 1.4 0 2.3-.5 2.8-.8-.3-.4-.4-.9-.4-1.4 0-1.2.8-2.1 1.8-2.1s1.8 1 1.8 2.1c0 3.1-2.7 4.4-6 4.4-3 0-6-1.3-8.8-2.6-4.4-2.1-8.6-6-14.7-6a12 12 0 0 0-6 2h-5.7z"/>
|
|
<path d="m100.4 139.7 30.5-36c1.2-.8 2-1.7 2.5-2.6v-.4c0-.2 0-.5-.2-.6-.4-.2-.7 0-.9.3-.4.9-1 1.4-1.8 2-1.2.9-30.2 36-30.2 36"/>
|
|
<path fill="none" d="M102.8 92.4s.4 0 .4 2.1-.4 2.1-.4 2.1m-5.6 0s-.4.1-.4-2 .4-2.1.4-2.1"/>
|
|
<path d="m99.6 139.7-30.5-36c-1.2-.8-2-1.7-2.5-2.6v-.4c0-.2 0-.5.2-.6.3-.2.7 0 .9.3.4.9 1 1.4 1.8 2 1.2.9 30.2 36 30.2 36"/>
|
|
<g>
|
|
<path class="tertiary" d="M100.814 137.53a6.6 6.6 0 0 0 2.453.671c1.056 0 2.222-1.056 2.222-2.288 0-3.399-4.675-12.254-4.675-12.254zm-1.65 0s-1.331.671-2.453.671c-1.056 0-2.222-1.056-2.222-2.288 0-3.399 4.675-12.254 4.675-12.254z"/>
|
|
<path d="M99.164 69.286v70.785s.363.132.825.132.825-.209.825-.209V69.209z"/>
|
|
<ellipse cx="99.989" cy="68.923" rx="1.65" ry=".913"/>
|
|
<path class="secondary" d="m101.023 68.89-.385-5.819 2.398 4.895h3.564l-6.6-7.909-6.6 7.909h3.564l2.398-4.895-.385 5.819s.308.286 1.034.286c.704 0 1.012-.286 1.012-.286z"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|