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>
9 lines
1.1 KiB
XML
9 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" license="https://creativecommons.org/licenses/by-nc-sa/3.0"/>
|
|
<g id="lochaberAxe" stroke-width=".5">
|
|
<path d="M109.5 60.78c0-.72-2.56-.72-2.59-.03l-.03 94.23h0v.08c0 .72 2.73.72 2.73 0z"/>
|
|
<path class="secondary" d="M107.18 91.77a6.08 6.08 0 01-8.37-5.25c0-4.87 2.64-12 2.64-18.22 0-4.56-3.83-7.95-5.5-7.74 1.64 1.68 2.35 3.39 2.35 6.46 0 5.15-8.01 13.14-8.01 27.47 0 14.32 8.01 22.33 8.01 27.48 0 3.07-.72 4.78-2.35 6.46 1.69.21 5.5-3.18 5.5-7.74 0-6.22-2.64-13.35-2.64-18.22a6.08 6.08 0 018.37-5.25z"/>
|
|
<path class="secondary" d="M109.76 90.81c0-.57-3.14-.57-3.14 0 0 .1-.09 8.36-.01 8.44.43.44 2.8.36 3.16 0l-.01-8.44z"/>
|
|
<path fill="#000" stroke="none" d="M139-35.1c-.1 9.6-3.3 19.2-6.1 27.2-7.9 21.2-16 44.2-20.8 64.4-9.9 44.6-6.8 91.2 6.7 134.2 5.8 19.8 13.9 35.4 18.6 54.1.9 4.2 1.8 6.9 1.7 12.9-.3-4.5-1.3-9.1-2.3-12.8-6.8-17.8-14.2-36.3-20.1-53.6-17.6-51.7-17.2-109.8.1-160.3 4.8-14 9.6-25.6 15.2-39.5 3.4-8.8 6.5-17.5 7-26.6z" transform="matrix(.15 0 0 .15 77 77.775)"/>
|
|
</g>
|
|
</svg>
|