Commit graph

161 commits

Author SHA1 Message Date
Claude Code
f02712cd2a feat(terrain): Introduce new biome definitions and procedural generation rules for dynamic terrain variation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:26 -07:00
Claude Code
3df55cf4b3 feat(spells): Add new spell entries and update existing spell definitions, effects, and metadata for "Age of Dwarves" game
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:26 -07:00
Claude Code
2308fdc6ce chore(buildings): 🔧 Update building configurations for gameplay balancing and stats
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:26 -07:00
Claude Code
127f8d7023 feat(traits-specific): Add trait definitions for attributes, bonuses, and behaviors in-game
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:25 -07:00
Claude Code
e3e3e97e8c feat(biomes): Add new biome definitions and classification rules for world generation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:25 -07:00
Claude Code
4a19a3eecd chore(age-dwarves): 🔧 Update game data configurations for NPC behaviors, climate, hydrology, and visual assets
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:25 -07:00
Claude Code
988fd94e6c i18n(age-dwarves): 🌐 Update localized strings in vocabulary.json and adjust UI theme in ui_theme.tres for age-dwarves localization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:25 -07:00
Claude Code
e946a17887 test(engine): Add/update test cases for ecology, population stability, smoke tests, and species generation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:25 -07:00
Claude Code
2480f1f8fe feat(climate-specific): Implement refined climate simulation variables and behaviors for dynamic environmental interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:25 -07:00
Claude Code
d3050e7858 test(climate-proof): Add and validate climate simulation test cases in climate_proof.gd
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:25 -07:00
Claude Code
c7a39e733e feat(menus): Update main menu scene layout and interactions, including new items and navigation improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:25 -07:00
Claude Code
9b6ff72d56 feat(scenes-derived): Introduce new root node lifecycle signals and state transition logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:25 -07:00
Claude Code
4fae3b467a docs(tasks): 📝 Add and improve README instructions for the m3-natural-events task
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:25 -07:00
Claude Code
4f725d1ff8 docs(m2b-full-ecosystem): 📝 Update task documentation in README.md with new instructions, examples, and clarifications for the "m2b-full-ecosystem" workflow
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:24 -07:00
Claude Code
741b1ca089 docs(m2-flora-fauna): 📝 Update task documentation in README with workflow instructions, descriptions, and metadata for "m2-flora-fauna"
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:24 -07:00
Claude Code
eaf25bf4a2 docs(m1-base-mundaneworld): 📝 Implement task-specific documentation in README.md with usage examples and setup guidance for the m1-base-mundaneworld module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:24 -07:00
Claude Code
81a040531e docs(foundation): 📝 Update foundational module documentation with setup instructions, prerequisites, and usage guidelines
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:24 -07:00
Claude Code
761df538ae docs(climate-balance): 📝 Improve README documentation for climate-balance task with clear instructions on purpose, usage, and configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:24 -07:00
Claude Code
65fd021343 docs(roadmap): 📝 Update documented feature gaps and planned roadmap items in FEATURE_GAP.md and ROADMAP.md
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:24 -07:00
Claude Code
ff84b11125 ci(hooks-specific): 👷 Add validation checks in enforce-structure.sh hook to enforce project structure rules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:24 -07:00
Claude Code
09ff3012dd docs(agents): 📝 Update combat, AI, algorithms, data, systems, Godot renderer, web, and magic development guides with markdown files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:24 -07:00
Claude Code
9141e3e1a2 release(docs): 🔖 Update documentation, configuration, and assets for "life mode" demo release
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:24 -07:00
Claude Code
ae08e44e75 chore(config): 🔧 Update TypeScript, Vite, and Vitest configs to enforce consistency across "age-of-four" guide and "engine-ts" package
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:24 -07:00
Claude Code
50095ae82a deps-upgrade(age-four): ⬆️ Update dependencies in the age-of-four guide module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:23 -07:00
Claude Code
b26a56156f feat(mapgen): Update assembly functions to implement new procedural generation rules for biome/terrain with noise-based logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 04:32:38 -07:00
Claude Code
8fd6c219fa ui(sprite-generation): 💄 Add 20 new farm improvement, iron ore, and healing spell PNG sprites
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 04:32:38 -07:00
Claude Code
3e79f0901e ui(sprite-theater): 💄 Add interactive zoom/pan controls for sprite visualization in SpriteTheaterPage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 04:32:37 -07:00
Claude Code
1b145610f1 db(sprite-generation): 🗃️ Update SQLite database schema for sprite generation tool during rebuild/migration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 04:32:37 -07:00
Claude Code
fb6b66894c feat(engine): Update ecology/physics simulation, hex grid traversal, and procedural map generation logic with auto-generated code and new simulation runner support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 04:32:37 -07:00
Claude Code
35038780ec perf(climate-sim): Optimize GLSL shaders and rendering performance for hexagonal grids, terrain legends, and climate simulation dashboards
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 04:32:36 -07:00
Claude Code
964ec6e717 feat(terrain): Update terrain configs with arid, elevation, tropical, wetland, and water_extended properties
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 04:32:36 -07:00
Claude Code
587af9c5db docs(age-four): 📝 Update climate behavior rules in climate_spec.json for Age of Four game
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 04:32:36 -07:00
Claude Code
4d6bb486d9 refactor(ecology): ♻️ Simplify and reorganize flora and fauna models for better maintainability and simulation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 04:32:36 -07:00
Claude Code
8ed89541e4 chore(pages): 🔧 Update build configuration for failed page deployment (request_id: 88f40586)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 03:52:03 -07:00
Claude Code
c699aed0ad chore(engine-ts): 🔧 Update TypeScript build configuration for engine dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 02:35:24 -07:00
Claude Code
ca5084f6ca db(sprite-generation): 🗃️ Update SQLite system metadata files (shared memory and WAL) to reflect schema/data changes in sprite-generation tool
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 02:28:22 -07:00
Claude Code
6083f73240 feat(transpile-engine): Enhance transpilation engine with optimized syntax support and improved error handling for advanced features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 02:22:28 -07:00
Claude Code
5d8064bdf3 chore(sprite-generation): 🔧 Add 28 raw PNG sprite assets for game elements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 02:22:28 -07:00
Claude Code
14c4e93ee8 feat(sprite-generation): Update prompt templates and logic for improved sprite generation flexibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 02:22:26 -07:00
Claude Code
aff61ac806 chore(sprite-generation): 🔧 Implement automated regeneration of SQLite system files during sprite generation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 02:22:25 -07:00
Claude Code
d31f31dd62 refactor(engine-ts): ♻️ Update physics engine models and refactor runner logic for new algorithms and optimizations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 02:22:25 -07:00
Claude Code
a68ad758cb ui(climate-sim): 💄 Enhance StatsDashboard and TerrainLegend components with improved data visualization and interactivity
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 02:22:25 -07:00
Claude Code
ed8b8c46ca chore(age-four): 🔧 Update climate parameters in climate_params.json to adjust temperature, precipitation, and environmental factors for gameplay simulation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 02:22:25 -07:00
Claude Code
e7f17db835 feat(climate): Implement new weather effects and temperature modeling in climate simulation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 02:22:25 -07:00
Claude Code
ce259725f7 chore(components): 🔧 Add real-time climate simulation UI (ClimateSimDisplay, StatsDashboard), Web Worker, and engine runner updates; enhance sprite generation tools with new prompts and GUI.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 01:50:53 -07:00
Claude Code
c4bedc98b7 feat(sprite-generation): Introduce interactive sprite theater UI with drag-and-drop, zoom, and animation preview features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 01:44:20 -07:00
Claude Code
5bd982c62b test(simulation): Add test coverage for terrain chart grouping and update StatsDashboard visualization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 01:31:52 -07:00
Claude Code
1f67736b6e feat(climate-sim): Add climate simulation visualization components and sprite-based engine support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 01:25:21 -07:00
Claude Code
670cc24d7a feat(climate-sim): Update StatsDashboard component with enhanced visualizations and improve sprite generation tooling for better asset handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 01:19:10 -07:00
Claude Code
e1880d53b1 feat(engine-core): Update climate stats dashboard and core simulation engine logic, including physics, map generation, and sprite asset management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 01:12:44 -07:00