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
1.2 KiB
XML
6 lines
1.2 KiB
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="crossCeltic2" stroke-width=".5">
|
|
<path d="M99.99 59.85c-4.86.02-10.1.95-14.21 2.72.6 2.64 1.27 5.26 1.96 7.87A32 32 0 0070.4 87.87c-2.64-.7-5.28-1.43-7.92-2.18a39.37 39.37 0 00-2.67 14.3c.02 4.85.95 10.1 2.72 14.2 2.65-.6 5.28-1.28 7.9-1.97a32 32 0 0017.43 17.39c-.7 2.63-1.42 5.25-2.17 7.87 4.4 1.76 9.4 2.66 14.3 2.68 4.85-.02 10.1-.96 14.2-2.72-.6-2.64-1.27-5.25-1.96-7.86a32 32 0 0017.38-17.43c2.65.71 5.29 1.43 7.93 2.19 1.76-4.4 2.66-9.4 2.67-14.3-.02-4.86-.95-10.1-2.72-14.2-2.64.6-5.27 1.27-7.9 1.97a32 32 0 00-17.47-17.43c.7-2.62 1.42-5.24 2.17-7.86a39.37 39.37 0 00-14.3-2.67zM110 78.22c5.2 2.4 9.2 6.4 11.77 11.7l-11.37 2.9c.2 3.4-1.79 4.81-4 4.8a4 4 0 01-4-4c-.15-2.43 1.8-4.2 4.6-4zm-20.16.03l2.9 11.37c3.4-.2 4.82 1.79 4.8 4a4 4 0 01-4 4c-2.42.15-4.2-1.8-4-4.6l-11.4-3c2.4-5.2 6.4-9.2 11.7-11.77zm3.75 24.15a4 4 0 014 4c.15 2.43-1.8 4.2-4.6 4l-3 11.4c-5.2-2.4-9.2-6.4-11.77-11.7l11.37-2.9c-.2-3.4 1.78-4.8 4-4.8zm13.01.06c2.31-.02 3.97 1.9 3.78 4.6l11.4 3c-2.4 5.2-6.4 9.2-11.7 11.78l-2.9-11.37c-3.4.2-4.82-1.79-4.8-4a4 4 0 014.22-4z"/>
|
|
</g>
|
|
</svg>
|