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>
12 lines
1.2 KiB
XML
12 lines
1.2 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" fill="#d7374a" stroke="#000" viewBox="50 50 200 200">
|
|
<metadata source="http://www.wappenwiki.org/images/0/00/Scali.svg" license="https://creativecommons.org/licenses/by-nc-sa/3.0"/>
|
|
<g id="ladder" stroke-width=".33">
|
|
<g>
|
|
<path d="M87.23 61.42c.06-.64 4.15-1.65 4.08-1-.06.64-4.67 75.37-4.74 76-.06.64-5.92 4.01-5.84 3.37.05-.63 6.42-77.73 6.5-78.37z"/>
|
|
<path d="M84.34 126.94h33.3v-3.7h-33.3s-.56.25-.56 1.85.56 1.85.56 1.85zm1.4-17.8h29.95v-3.7H85.73s-.55.25-.55 1.85.55 1.85.55 1.85zm1.5-17.8H112v-3.7H87.25s-.56.25-.56 1.85.56 1.85.56 1.85zm1.63-17.81h22.16v-3.7H88.87s-.55.25-.55 1.85.55 1.85.55 1.85z"/>
|
|
<path d="M112.9 61.08c-.06-.64-4.15-1.3-4.08-.65.06.64 4.68 75.37 4.74 76 .07.65 5.92 4.01 5.84 3.37-.05-.64-6.42-78.08-6.5-78.72z"/>
|
|
</g>
|
|
<path d="M115.77 123.24s.56.26.56 1.86-.56 1.85-.56 1.85m-1.4-21.5s.55.26.55 1.85-.55 1.85-.55 1.85m-1.52-21.52s.56.26.56 1.86-.56 1.85-.56 1.85m-1.3-21.5s.56.25.56 1.85-.56 1.85-.56 1.85"/>
|
|
<path fill="none" d="M115.7 123.24s-.55.26-.55 1.86.56 1.85.56 1.85m-1.43-21.5s-.56.26-.56 1.85.56 1.85.56 1.85m-1.54-21.52s-.55.26-.55 1.86.55 1.85.55 1.85m-1.32-21.5s-.55.25-.55 1.85.55 1.85.55 1.85"/>
|
|
</g>
|
|
</svg>
|