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>
10 lines
1.1 KiB
XML
10 lines
1.1 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="arrow" stroke-width="0.33">
|
|
<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="0.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"/>
|
|
<path fill="#000" stroke="none" d="m100.968 126.904 2.035 4.444-2.332-4.301zm-.011 3.652 2.024 3.322-2.299-3.135zm-.011 3.157 2.112 3.212-2.376-3.014zm-1.628-6.666-2.343 4.301 2.046-4.444zm-.011 3.696-2.299 3.135 2.024-3.322zm0 3.168-2.376 3.014 2.101-3.212z"/>
|
|
</g>
|
|
</svg>
|