mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-04 09:31: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>
6 lines
679 B
XML
6 lines
679 B
XML
<svg xmlns="http://www.w3.org/2000/svg" fill="#d7374a" stroke="#000" viewBox="50 50 200 200">
|
|
<metadata author="Azgaar" license="https://creativecommons.org/publicdomain/zero/1.0"/>
|
|
<g id="crossBurgundy" stroke-width=".4">
|
|
<path d="M73 65v3l-5-5h-5v5l2 2v3l5 5v-3l4 4v3l5 5v-3l7 7v3l5 5v-3l2.53 2.55L89 103h3l-7 7h-3l-6 6h3l-5 5h-3l-5 5h3l-6 6v5h5l2-2h3l5-5h-3l5-5h3l5-5h-3l6-6h3l5-5h-3l2-2.6 5.54 5.53.46-2.93 6 6v3l6 6v-3l4 4v3l6 6v-3l6 6h5v-6l-2.07-1.5.07-2.5-2-2-4-4v3l-5-5v-3l-6-6v3l-4-4v-3l-6-6 .13 3.08-1.85-1.87L112 96h-3l6-6h3l5-5h-3l5-5h3l6-6h-3l6-6v-5h-5l-2 2h-3l-5 5h3l-5 5h-3l-6 6h3l-5 5h-3l-6 6h3l-1.52 1.49L95 87v3l-6-6v-3l-5-5v3l-6-6v-3z"/>
|
|
</g>
|
|
</svg>
|