Claude Code
|
a1c72d97e7
|
deps-upgrade(mc-compute): ⬆️ Pin or upgrade mc-compute dependency for performance/stability improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 22:47:33 -07:00 |
|
Claude Code
|
e1a5bc319e
|
test(simulator): ✅ Add unit/integration tests for climate simulation logic in mc-climate crate
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 22:47:33 -07:00 |
|
Claude Code
|
1414f1e7f0
|
feat(climate): ✨ Implement new climate simulation algorithms for ecological and physical process modeling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 22:47:33 -07:00 |
|
Claude Code
|
132ee92bcc
|
feat(simulator): ✨ Add WASM module import/export and execution control for simulator API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 22:47:32 -07:00 |
|
Claude Code
|
e938e27079
|
refactor(simulator-api): ♻️ Improve internal structure and performance of the lib.rs module in the simulator API extension by optimizing core functions like Simulator::run and ApiExtension::handle_request.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 22:47:32 -07:00 |
|
Claude Code
|
a7424b597a
|
chore(simulator): 🔧 Update linter and formatter configs for Rust in simulator module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 22:47:32 -07:00 |
|
Claude Code
|
c6534acfcf
|
chore(climate-specific): 🔧 Update climate parameter values in climate_params.json for Earth simulations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 22:47:32 -07:00 |
|
Claude Code
|
2e1a0d9bbc
|
ui(climate-sim): 💄 Improve climate data visualization and scenario tab navigation in ClimateSimDisplay and ScenarioTabs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 22:47:32 -07:00 |
|
Claude Code
|
6753e8666d
|
chore(engine-ts): 🔧 Update simulation config parameters for time steps, environment settings, and modes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 22:47:32 -07:00 |
|
Claude Code
|
10696440f6
|
feat(engine-ts): ✨ Add event-driven execution system with new Runner class and EventSystem integration to enable task execution and event processing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 22:47:32 -07:00 |
|
Claude Code
|
dd9a27155c
|
deps-upgrade(simulator): ⬆️ Update Rust and JavaScript dependencies in Cargo.toml/package.json for simulator and guide modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 22:47:30 -07:00 |
|
Claude Code
|
a60006170d
|
deps-add(simulator): ➕ Add or update Rust/Cargo dependencies for simulator module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:59:21 -07:00 |
|
Claude Code
|
c3936ac2fa
|
feat(api-wasm): ✨ Introduce WebAssembly API bindings for simulator execution
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:59:20 -07:00 |
|
Claude Code
|
171d69bdb6
|
feat(api-gdext): ✨ Introduce new extension API endpoints for simulator core interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:59:20 -07:00 |
|
Claude Code
|
324ccf93c9
|
docs(khazad-prime): 📝 Update Khazad Prime development and gameplay documentation with markdown content in dev-notes.md and gameplay-notes.md
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:59:20 -07:00 |
|
Claude Code
|
7b0d2cc88e
|
docs(earth): 📝 Update Earth world developer notes and gameplay guidelines with mechanics, design considerations, and implementation details
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:59:20 -07:00 |
|
Claude Code
|
293e7c86ba
|
feat(marine-harvest): ✨ Add new marine harvest event logic with special harvest types and improved yield calculations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:59:20 -07:00 |
|
Claude Code
|
7fbfc0629a
|
feat(empire): ✨ Add throne room profile display for empire insignia and stats
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:59:20 -07:00 |
|
Claude Code
|
09649e7339
|
refactor(ecology): ♻️ Simplify and enhance ecosystem rules by restructuring fauna/flora interactions and introducing seasonal behaviors
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:59:20 -07:00 |
|
Claude Code
|
3b9b8f9560
|
feat(climate): ✨ Add sophisticated atmosphere pressure calculations and ecological event simulation utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:59:20 -07:00 |
|
Claude Code
|
8614a7c65a
|
refactor(world): ♻️ Improve world generation logic and enhance fauna behavior with new types and unique behaviors
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:59:20 -07:00 |
|
Claude Code
|
ae97397a9d
|
perf(map): ⚡ Optimize neighbor coordinate calculations in hex grid utilities for faster pathfinding and movement
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:59:19 -07:00 |
|
Claude Code
|
84ba7e8217
|
refactor(generation): ♻️ Refactor procedural generation algorithms for hydrology, map placement, and start positions to enhance efficiency and variety
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:59:19 -07:00 |
|
Claude Code
|
002c64eb50
|
refactor(engine): ♻️ Implement modular autoload systems for world data, game state, and sprite manifest management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:59:19 -07:00 |
|
Claude Code
|
8f32a385bd
|
refactor(game): ♻️ Optimize game resource loading pipeline with modular caching and asset management improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:59:19 -07:00 |
|
Claude Code
|
edc8af666e
|
deps-upgrade(simulator): ⬆️ Update build toolchains and WebAssembly dependencies for Godot Engine compatibility and performance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:01:35 -07:00 |
|
Claude Code
|
84b4aa7f03
|
feat(climate-sim): ✨ Refactor climate simulation UI with interactive event controls, enhanced hex-grid rendering, and high-fidelity GLSL shaders for improved performance and visualization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:01:33 -07:00 |
|
Claude Code
|
b02993f7bb
|
feat(game-engine): ✨ Add support for new game-engine add-ons like physics, AI, or rendering plugins
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:01:33 -07:00 |
|
Claude Code
|
667670a656
|
ui(gut-gut): 💄 Replace gut-gut UI assets with modern visuals including Folder, HSplitContainer, VSplitContainer icons and color-coded status indicators
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:01:33 -07:00 |
|
Claude Code
|
804e5469f7
|
feat(gut-gui): ✨ Refactor and redesign all GUI components in Gut addon with modern components, improved UIDs, and updated scene files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:01:33 -07:00 |
|
Claude Code
|
1854902941
|
ui(gut-specific): 💄 Add and replace TTF fonts (AnonymousPro, CourierPrime, LobsterTwo) and update license documentation for the gut addon
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:01:32 -07:00 |
|
Claude Code
|
a5510ff888
|
refactor(gut): ♻️ Standardize template generation patterns in double_templates for functions, data, init scripts, and singletons to improve maintainability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:01:32 -07:00 |
|
Claude Code
|
cca1e83fee
|
feat(cli-command): ✨ Improve warning handling and option parsing in CLI tool
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:01:31 -07:00 |
|
Claude Code
|
1803fb96dd
|
feat(gut-addon/module): ✨ Implement advanced plugin logic with enhanced analysis, JUnit XML testing, diff tools, VSCode debugger integration, and improved editor UI components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:01:31 -07:00 |
|
Claude Code
|
1bf2394c80
|
deps-upgrade(guide): ⬆️ Update dependencies in the guide package and simulator component to resolve vulnerabilities and enhance compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 07:01:27 -07:00 |
|
Claude Code
|
06b98393a2
|
chore(age-dwarves): 🔧 Update TypeScript compiler options in tsconfig.json for the "age-of-dwarves" guide
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-31 05:51:56 -07:00 |
|