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.8 KiB
XML
10 lines
1.8 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/5/50/Neuhoff.svg" license="https://creativecommons.org/licenses/by-nc-sa/3.0"/>
|
|
<g id="chain" stroke-width=".36">
|
|
<path d="M99.272 116.408c-2.844 0-5.616-1.416-7.776-3.996-2.508-2.976-3.9-7.032-3.9-11.4s1.38-8.424 3.9-11.4c2.172-2.58 4.932-3.996 7.776-3.996s5.616 1.416 7.776 3.996c2.508 2.976 3.9 7.032 3.9 11.4s-1.38 8.424-3.9 11.4c-2.172 2.58-4.932 3.996-7.776 3.996m0 8.232c10.992 0 19.908-10.584 19.908-23.64s-8.916-23.64-19.908-23.64S79.364 87.944 79.364 101s8.904 23.64 19.908 23.64z"/>
|
|
<path d="M90.236 79.94c-1.716-2.736-2.652-6.108-2.652-9.696 0-2.484.444-4.86 1.284-6.996a44.67 44.67 0 0 1-7.788-2.664 27.298 27.298 0 0 0-1.74 9.66c0 5.88 1.812 11.244 4.8 15.384 1.704-2.34 3.768-4.284 6.096-5.688z"/>
|
|
<path d="M117.44 60.584a45.015 45.015 0 0 1-7.788 2.664c.84 2.136 1.284 4.512 1.284 6.996 0 4.38-1.38 8.424-3.9 11.4-2.172 2.58-4.932 3.996-7.776 3.996-.18 0-.36 0-.528-.012-2.664.168-5.208 1.56-7.248 3.972-.456.54-.864 1.116-1.248 1.716 2.712 1.632 5.772 2.568 9.024 2.568 10.992 0 19.908-10.584 19.908-23.64a27.03 27.03 0 0 0-1.728-9.66z"/>
|
|
<path d="M90.248 122.072c-2.328-1.416-4.404-3.348-6.096-5.688-2.988 4.14-4.8 9.504-4.8 15.384 0 3.444.624 6.708 1.74 9.66a45.015 45.015 0 0 1 7.788-2.664c-.84-2.136-1.284-4.512-1.284-6.996 0-3.588.924-6.948 2.652-9.696z"/>
|
|
<path d="M99.272 108.128c-3.252 0-6.312.924-9.024 2.568.372.6.792 1.176 1.248 1.716 2.028 2.412 4.584 3.816 7.248 3.972.18-.012.348-.012.528-.012 2.844 0 5.616 1.416 7.776 3.996 2.508 2.976 3.9 7.032 3.9 11.4 0 2.484-.444 4.86-1.284 6.996a44.67 44.67 0 0 1 7.788 2.664 27.298 27.298 0 0 0 1.74-9.66c-.012-13.056-8.928-23.64-19.92-23.64z"/>
|
|
</g>
|
|
</svg>
|