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
965 B
XML
10 lines
965 B
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="mallet" stroke-width="3">
|
|
<g stroke-width=".583">
|
|
<path d="M104.072 111.666V87.927h-7.906v23.74c0 6.06-2.251 17.022-2.251 21.5 0 4.477 2.779 6.851 6.184 6.851 3.425 0 6.184-2.374 6.184-6.851.04-4.497-2.211-15.44-2.211-21.5zm-8.415-49.215c0-1.833 2.192-2.393 4.481-2.393 2.29 0 4.482.54 4.482 2.393l-.744 9.901H96.42Z"/>
|
|
<path class="secondary" d="M100.119 66.041c-9.08 0-27.105 1.892-26.518 8.318.372 4.111 1.703 17.467 1.703 17.467.763 4.535.215 7.122 5.088 7.122 0 0 13.543-.58 19.746-.58 6.184 0 19.746.58 19.746.58 4.873 0 4.306-2.587 5.089-7.122 0 0 1.33-13.336 1.702-17.467.568-6.427-17.476-8.318-26.556-8.318z"/>
|
|
</g>
|
|
<path fill="#000" stroke="none" d="M77.1 71.8c14-4.1 33.1-4 46.7 0-13.5-3.2-32.9-3-46.7 0z"/>
|
|
</g>
|
|
</svg>
|