Commit graph

  • f2fc42799b
    refactor: migrate resample module (#1351) master Marc Emmanuel 2026-03-18 17:51:53 +01:00
  • cb2ab1a1dc
    Merge 5b98f55bc7 into 3f9a7702d4 Lupus 2026-03-15 02:29:41 +01:00
  • 5b98f55bc7 feat: add optional AI-based name generation for map entities Lupus 2026-03-15 02:22:15 +01:00
  • 87128fad59 refactor: reorder exports in index.ts for consistency Marc Emmanuel 2026-03-14 20:11:23 +01:00
  • fd31f4c38c fix: reorder polyfills import in index.ts Marc Emmanuel 2026-03-14 20:08:15 +01:00
  • 064e4d83e3 fix: type issues Marc Emmanuel 2026-03-14 20:05:47 +01:00
  • bff49d364b
    Merge 0b69c1882b into 3f9a7702d4 Blipz 2026-03-13 14:29:29 +01:00
  • 0b69c1882b Translations POC Blipz 2026-03-13 14:22:02 +01:00
  • a1aa9f49c0
    Merge 256f36015b into 3f9a7702d4 Azgaar 2026-03-12 20:51:20 +00:00
  • 256f36015b refactor: Update relief icon handling and streamline texture atlas integration relief-webgl-renderer Azgaar 2026-03-12 21:46:22 +01:00
  • b17b417d1b refactor: Update RELIEF_SYMBOLS structure and utilize RELIEF_ATLASES for terrainLayer Azgaar 2026-03-12 20:39:17 +01:00
  • c7793d2578 refactor: Remove lastDrawnIcons tracking to simplify terrainLayer drawing logic Azgaar 2026-03-12 20:24:23 +01:00
  • 70e3eea4d1 feat: Introduce TextureAtlasLayer for efficient texture management and rendering refactor: Streamline WebGL2LayerClass methods and remove unused code refactor: Consolidate relief icon rendering logic and remove benchmarks Azgaar 2026-03-12 20:17:17 +01:00
  • dc6ff785ba refactor: Simplify texture loading and disposal in draw-relief-icons renderer Azgaar 2026-03-12 19:36:25 +01:00
  • ae6d105bf1 refactor: Remove debug logging from WebGL2LayerClass initialization and syncTransform methods Azgaar 2026-03-12 19:29:58 +01:00
  • 744dbb154c feat: Optimize WebGL2LayerClass initialization and improve camera synchronization Azgaar 2026-03-12 19:29:45 +01:00
  • 9e00d69843 refactor: replace webgl-layer-framework with webgl-layer module Azgaar 2026-03-12 19:15:49 +01:00
  • d1d31da864 feat: Improve camera synchronization and add null check for camera instance Azgaar 2026-03-12 18:35:57 +01:00
  • 8560c131eb feat: Enhance WebGL2LayerFramework initialization and improve global variable handling Azgaar 2026-03-12 18:25:08 +01:00
  • 2dae325d05 feat: Update sprint status to mark retrospectives as done for Epic 1 and Epic 3 Azgaar 2026-03-12 15:48:19 +01:00
  • 1c1d97b8e2 feat: Update sprint status and complete Epic 2 tasks Azgaar 2026-03-12 15:43:19 +01:00
  • a285d450c8 feat: refactor draw-relief-icons renderer to utilize WebGL2LayerFramework Azgaar 2026-03-12 15:04:37 +01:00
  • 30f74373b8 feat: Refactor draw-relief-icons.ts to integrate with WebGL2LayerFramework Azgaar 2026-03-12 14:28:33 +01:00
  • 8c78fe2ec1 Refactor code structure for improved readability and maintainability Azgaar 2026-03-12 14:14:29 +01:00
  • 769ef9eff0 feat: implement WebGL2 layer framework with core functionalities including init, resize observation, and D3 zoom subscription Azgaar 2026-03-12 13:44:23 +01:00
  • 42b92d93b4 feat: update sprint status to reflect in-progress development for WebGL Layer Framework module Azgaar 2026-03-12 05:15:54 +01:00
  • 6b7029a05b Add sprint status and implementation readiness documents for Fantasy-Map-Generator Azgaar 2026-03-12 05:09:46 +01:00
  • 1503d18e06 feat: enhance WebGL layer framework with improved registration API and rendering callbacks Azgaar 2026-03-12 04:25:20 +01:00
  • 610d6aee78 feat: update architecture document with detailed project context and functional requirements for WebGL layer framework Azgaar 2026-03-12 04:15:16 +01:00
  • 21d76c4881 feat: add architecture and product requirements documents for WebGL layer framework Azgaar 2026-03-12 03:50:25 +01:00
  • dc212eed8a brainstorm Azgaar 2026-03-12 03:04:03 +01:00
  • 3047aefd40 bmad-init Azgaar 2026-03-12 01:05:55 +01:00
  • 967e8897ed simplify generateStateLabels method and removed removeStateLabel method StempunkDev 2026-03-12 00:13:00 +01:00
  • b6484a783f fix: clean up .gitignore by removing unnecessary entries Azgaar 2026-03-11 23:17:10 +01:00
  • 94da8fa0bd fix: no foright object Azgaar 2026-03-11 23:14:56 +01:00
  • fae0bd1085 fix: improve comments for clarity and update type imports for consistency Azgaar 2026-03-11 01:17:36 +01:00
  • 3c7b6fffef
    Merge branch 'master' into relief-webgl-renderer Azgaar 2026-03-11 01:03:23 +01:00
  • ffe350bca8 fix: update type definitions and improve renderer initialization in draw-relief-icons Azgaar 2026-03-11 00:51:56 +01:00
  • 828534ebd9 fix: clean up drawWebGl and drawSvg functions for improved readability Azgaar 2026-03-11 00:21:48 +01:00
  • ab7baf83fd feat: update relief rendering logic and version to 1.114.0 Azgaar 2026-03-11 00:11:15 +01:00
  • dc06f3d65c fix: streamline texture loading and preload logic in WebGL renderer Azgaar 2026-03-10 22:55:08 +01:00
  • 4515232e93 fix: update relief icon hover transition and click selection logic Azgaar 2026-03-10 22:44:07 +01:00
  • 54ba228fb6 Merge branch 'master' into refactor/migrate-resample-module Marc Emmanuel 2026-03-10 11:39:46 +01:00
  • 3b74674a09 refactor: resampling functionality Marc Emmanuel 2026-03-10 11:34:32 +01:00
  • bf22c5eaf6 Refactor relief rendering and generation logic Azgaar 2026-03-10 03:05:07 +01:00
  • 3f9a7702d4 docs: update contribution guidelines and clarify project architecture Azgaar 2026-03-10 00:59:41 +01:00
  • 6ea53eb6f9 chore: bump version to 1.113.6 and update resample.js reference Azgaar 2026-03-10 00:00:01 +01:00
  • cbed9af783 fix: update .gitignore to include additional directories and files Azgaar 2026-03-09 23:11:32 +01:00
  • 1116cc5e0f refactor: replace deepCopy with structuredClone Azgaar 2026-03-09 23:05:27 +01:00
  • 8d092e235e fix: set color space to SRGB for loaded textures Azgaar 2026-03-09 04:49:43 +01:00
  • 62e27a7168 fix: replace preloadTextures with loadTexture in SVG edit mode Azgaar 2026-03-09 02:54:32 +01:00
  • 7481a2843e feat: relief three.js renderer Azgaar 2026-03-09 02:47:13 +01:00
  • 5f3592412b refactor: update label indexing to use current length for state and custom labels StempunkDev 2026-03-08 01:31:11 +01:00
  • 7a49098425 fix: update issue templates for consistency and clarity Azgaar 2026-03-07 18:32:40 +01:00
  • c7978d9d64 chore: bump version to 1.113.5 github-actions[bot] 2026-03-07 17:29:58 +00:00
  • 9a8744170e
    test: add a test change comment in options.js (#1350) Azgaar 2026-03-07 18:29:46 +01:00
  • 4e69edb93a test: add a test change comment in options.js Azgaar 2026-03-07 18:29:09 +01:00
  • ccd0b451ea fix: update permissions to include models read access Azgaar 2026-03-07 18:28:31 +01:00
  • 48a3513ef2 chore: bump version to 1.113.4 github-actions[bot] 2026-03-07 17:23:52 +00:00
  • afe89eff43
    Fix: add getPin function and improve code formatting in draw-markers (#1349) Azgaar 2026-03-07 18:23:42 +01:00
  • df56e188db style: improve code formatting in draw-markers.ts for better readability Azgaar 2026-03-07 18:21:15 +01:00
  • 74952a1071 feat: add getPin function and improve code formatting in draw-markers Azgaar 2026-03-07 18:19:31 +01:00
  • 6e26f49423 fix: improve token handling in version bump workflow Azgaar 2026-03-07 18:18:07 +01:00
  • d7555ff1b2
    Auto versioning (#1344) Azgaar 2026-03-07 18:15:18 +01:00
  • b1dbac0c4a
    Auto versioning (#1348) Copilot 2026-03-07 18:03:41 +01:00
  • 70fe74615a fix: add ref to checkout step and stage public/**/*.js in bump workflow copilot-swe-agent[bot] 2026-03-07 16:53:04 +00:00
  • f2d666f31b Initial plan copilot-swe-agent[bot] 2026-03-07 16:49:45 +00:00
  • f6837c09fa refactor: enhance version bump detection using AI analysis of PR diffs Azgaar 2026-03-07 17:49:11 +01:00
  • 8b9849aeed refactor: streamline dynamic import hash updates for public JS files Azgaar 2026-03-07 17:32:14 +01:00
  • 9a92a481d8
    Extend bump-version.js to update ?v= cache-busting hashes in public/**/*.js dynamic imports (#1347) Copilot 2026-03-07 17:21:15 +01:00
  • 218e617149
    Merge branch 'auto-versioning' into copilot/sub-pr-1344-another-one Azgaar 2026-03-07 17:21:06 +01:00
  • 30665ff4c5
    Update scripts/bump-version.js copilot/sub-pr-1344-another-one Azgaar 2026-03-07 17:16:35 +01:00
  • ff42f711f4
    Update scripts/bump-version.js Azgaar 2026-03-07 17:16:27 +01:00
  • af84dfe9ed chore: merge base branch changes (package-lock.json sync, RELEASE_BOT_TOKEN, node 24.x, comment fix) copilot-swe-agent[bot] 2026-03-07 16:12:07 +00:00
  • 0e43af6c62 feat: extend bump-version.js to update ?v= hashes in public/**/*.js dynamic imports copilot-swe-agent[bot] 2026-03-07 16:06:07 +00:00
  • ab445d910e
    Fix branch name in versioning.js comment: 'main' → 'master' (#1346) Copilot 2026-03-07 17:03:50 +01:00
  • 7b49802004
    fix: sync package-lock.json version fields during automated version bump (#1345) Copilot 2026-03-07 17:03:34 +01:00
  • 2eeb016c9e
    Update .github/workflows/bump-version.yml Azgaar 2026-03-07 17:02:58 +01:00
  • bf2f47687f fix: update package-lock.json version fields during version bump copilot-swe-agent[bot] 2026-03-07 16:02:23 +00:00
  • 037c882de8 fix: update branch name in versioning.js comment from 'main' to 'master' copilot-swe-agent[bot] 2026-03-07 16:01:49 +00:00
  • f43fd9af3c
    Update .github/workflows/bump-version.yml Azgaar 2026-03-07 17:00:33 +01:00
  • 4269fd6e1c Initial plan copilot-swe-agent[bot] 2026-03-07 16:00:06 +00:00
  • bc986d2a7d Initial plan copilot-swe-agent[bot] 2026-03-07 15:59:52 +00:00
  • 12fef7b7df Initial plan copilot-swe-agent[bot] 2026-03-07 15:59:34 +00:00
  • 71ad41b4fc chore: enhance version bump process with base version check Azgaar 2026-03-07 16:59:08 +01:00
  • 274e992799 chore: bump version to 1.113.3 and update versioning process Azgaar 2026-03-07 16:37:31 +01:00
  • bbd3a907c2 chore: bump version to 1.113.10 Azgaar 2026-03-07 16:10:43 +01:00
  • a8d27c19bb chore: bump version to 1.113.9 Azgaar 2026-03-07 16:10:17 +01:00
  • 0889fd7dff chore: bump version to 1.113.8 Azgaar 2026-03-07 16:07:27 +01:00
  • a7ad7055e0 chore: bump version to 1.113.7 Azgaar 2026-03-07 16:07:00 +01:00
  • d92aab82ff chore: bump version to 1.113.6 Azgaar 2026-03-07 16:06:47 +01:00
  • 87a9d7cc0a chore: bump version to 1.113.5 Azgaar 2026-03-07 16:06:25 +01:00
  • 1f81dd2395 feat: implement version bumping script and pre-push hook Azgaar 2026-03-07 16:06:18 +01:00
  • a66b60b5a7 style: make machine save option more visible Azgaar 2026-03-07 15:32:44 +01:00
  • 6f920cd787
    Merge 85f52e81a6 into 634c7dba4b Blipz 2026-03-07 10:20:46 +00:00
  • 85f52e81a6 Fix formatting Blipz 2026-03-07 11:11:37 +01:00
  • ac187b2bbc Externalize emblem rendering Blipz 2026-03-07 10:59:33 +01:00
  • 634c7dba4b
    fix: enhance emblem rendering for states and burgs in the editor (#1343) Marc Emmanuel 2026-03-05 11:57:53 +01:00
  • c2cf0cd8ed
    Update src/index.html Marc Emmanuel 2026-03-05 10:14:48 +01:00
  • e0d02f7f8e fix: update tools.js version to 1.112.0 for improved functionality Marc Emmanuel 2026-03-05 09:27:41 +01:00