Commit graph

72 commits

Author SHA1 Message Date
Claude Code
d548a4e9cc types(guide): 🏷️ Update TypeScript guide data interfaces for game metadata validation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 21:31:39 -07:00
Claude Code
28fb30a340 feat(climate-sim): Refactor climate simulation engine with hexagonal grid rendering, event controls, and real-time data visualization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 21:31:39 -07:00
Claude Code
5ab530858f arch(engine-specific): 🏗️ restructure engine initialization order and dependency injection for better modularity
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 21:31:39 -07:00
Claude Code
4a25f6097d deps-upgrade(vite-plugins): ⬆️ Update Vite plugins to latest versions for improved build performance and compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 21:31:39 -07:00
Claude Code
197e3414e0 test(simulation-specific): Add comprehensive test cases for abiotic biome checks, water cycles, and terrain grouping in planetary simulation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 21:31:39 -07:00
Claude Code
f1e11842bf perf(simulation): Optimize simulation performance by improving cache handling and worker task distribution
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 21:31:39 -07:00
Claude Code
011bda3da3 ui(pages): 💄 Add interactive climate simulation and population data visualization components with updated charts, event handlers, and responsive layouts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 21:31:38 -07:00
Claude Code
4a691fa29d perf(age-dwarves): Optimize Web Worker task scheduling for simulation tasks to improve responsiveness and reduce resource usage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 21:31:38 -07:00
Claude Code
5342e55b6d chore(config): 🔧 Update configuration defaults for new environment variables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 21:31:35 -07:00
Claude Code
20881cb76d feat(climate-sim): Add LayerPanel UI component and optimized hexGLShaders for climate simulation with enhanced sprite generation tooling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-27 00:19:58 -07:00
Claude Code
de80b094b6 refactor(climate-sim): ♻️ Refactor visualization components (HexGLRenderer, ClimateSimDisplay, StatsDashboard, LayerPanel, TerrainLegend, BiomeReference, and shaders) for performance and new visualization features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 14:03:34 -07:00
Claude Code
c1f9cdb3b7 refactor(engine): ♻️ Implement cleaner initialization and modularize main engine class
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 14:03:34 -07:00
Claude Code
e454640de1 perf(simulation): Optimize background simulation worker logic for faster execution and reduced resource consumption
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 14:03:34 -07:00
Claude Code
2c10e94c1a perf(climate-sim): Optimize climate simulation rendering and engine runtime by refactoring WebGL shaders, terrain legend, and stats dashboard for faster performance; improve engine runner task processing and enhance sprite generation tooling with new prompts and database optimizations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 12:58:50 -07:00
Claude Code
f7f5d3feb3 docs(guide): 📝 Add comprehensive guide section on dwarven aging mechanics
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:31 -07:00
Claude Code
d7c5e6885f refactor(climate-sim): ♻️ Improve StatsDashboard performance and maintainability with optimized statistical rendering logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:31 -07:00
Claude Code
eb89317d41 build(guide-documentation): 📦️ Optimize Vite build process for documentation site with plugins and asset configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:31 -07:00
Claude Code
65a42bf96a style(theme): 🎨 Update TypeScript theme configuration with fantasy theme styling adjustments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:31 -07:00
Claude Code
a92d105a11 test(simulation): Add comprehensive test coverage for ecology vectors, polar hex grid logic, terrain grouping, and transpiler verification
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:31 -07:00
Claude Code
d65f68e10a feat(simulation): Add new Web Worker-based simulation mechanics and optimize computation efficiency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:31 -07:00
Claude Code
c1936d3f29 feat(age-four): Add comprehensive guide pages for age-of-four simulation mechanics, including climate systems, ecosystem interactions, and combat/tech tree explanations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:31 -07:00
Claude Code
60200d8dbf test(hooks): Add unit tests for usePlayerPreferences hook to verify player preference handling and edge cases
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:30 -07:00
Claude Code
5cf65efd2f feat(age-four): Add TypeScript types and optimize core game simulation hooks for performance and type safety
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:30 -07:00
Claude Code
07a368e4f6 refactor(data): ♻️ Restructure derived state logic, ecological systems, and game rules for "Age of Four" guide; update auto-generated names data and optimize module exports
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:30 -07:00
Claude Code
3d2aa625e6 feat(age-four): Refactor PreferencesContext to support dynamic user preference state management with save/load capabilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:30 -07:00
Claude Code
a043b4cca0 ui(welcome-modal): 💄 Enhance welcome modal with new interactive elements and refined styling for improved onboarding flow
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:30 -07:00
Claude Code
3e8d82b702 ui(toc): 💄 Refactor TOC components to add smooth transitions, enhance entry styling, and improve hover/click animations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:30 -07:00
Claude Code
3290eb523d style(layout): 🎨 Refactor GuideLayout and MobileNav components for the "age-of-four" guide to improve visual consistency and UX
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:30 -07:00
Claude Code
f1b17f998c feat(encyclopedia-specific): Implement EncyclopediaModal with dynamic content loading and improved entry display for enhanced user interaction
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:30 -07:00
Claude Code
673a2dccae ui(age-four): 💄 Update root component rendering to use React 18’s createRoot and enhance Vite environment variable typing for compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:30 -07:00
Claude Code
68ab6d6dc1 ui(age-four): 💄 Replace 128 icon PNGs (16x16–512x512) in the "Age of Four" guide's resource bundle
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:30 -07:00
Claude Code
106f0980fb deps-upgrade(guide): ⬆️ Update compiled assets for React and styled-components dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:29 -07:00
Claude Code
dd5d83c938 chore(age-four): 🔧 Update dependency management configurations in .npmrc
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 11:38:29 -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
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
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
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
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
Claude Code
278d02373a ui(climate-sim): 💄 Refactor and enhance climate simulation visualization components with updated layer controls in LayerPanel, improved stats visualization in StatsDashboard, and optimized display logic in ClimateSimDisplay
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 01:06:56 -07:00
Claude Code
157feac4fd refactor(engine): ♻️ Clean up and optimize Engine class initialization logic in index.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 01:06:56 -07:00
Claude Code
3247080b15 docs(ecology): 📝 Update ecology data examples and documentation in the "age-of-four" guide
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 01:06:56 -07:00
Claude Code
084c610adf test(ecology-simulation): Update golden test vectors to validate ecological simulation outputs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 01:06:56 -07:00
Claude Code
1bc7fa9349 perf(simulation): Optimize worker thread logic for faster simulation updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 01:06:56 -07:00
Claude Code
b89f9b98e0 style(guide): 🎨 Update educational guide layouts, styling, and responsive behavior for improved visual consistency and UX
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 01:06:56 -07:00
Claude Code
9abb30f2b6 feat(toc): Add collapsible sections and dynamic update capabilities to TableOfContents with updated props, state, and rendering logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 01:06:56 -07:00
Claude Code
180ee91e1c ui(age-four): 💄 Update root component with age-specific UI elements and interactions for improved user experience
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-26 01:06:56 -07:00