Commit graph

6 commits

Author SHA1 Message Date
Natalie
c88e136469 fix(@projects): 🐛 update deployment and guide workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 03:38:03 -07:00
Natalie
98402e156e feat(@projects): add climate and ecology systems
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 23:19:41 -07:00
Natalie
6cd36704f7 feat(@projects/@magic-civilization): add audio & sprite rendering capabilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 12:00:30 -07:00
Natalie
38c5305787 feat(@projects/@magic-civilization): update objective completion statuses
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 01:04:52 -07:00
Natalie
629fd05c67 fix(macos): Fix GDExtension loading and class_name resolution for fresh macOS checkouts
- Add scripts/dev-setup/osx.sh for one-command macOS dev environment setup
- Add .godot/extension_list.cfg creation to enable GDExtension discovery
- Fix .gdextension to include macos.debug and macos.arm64 library entries
- Replace bare class_name self-references (e.g. BiomeModel.new()) with new()
  in static methods — fixes compilation on cold boots without import cache
- Replace bare class_name type annotations (GameMap, Unit) with RefCounted/Variant
  in pathfinder.gd, ai_turn_bridge.gd, simple_heuristic_ai.gd, rust_fauna_bridge.gd
- Add headless boot check (step 7) to ./run verify pipeline
- Add offscreen screenshot tool via SubViewport
- Wire ./run setup to dispatch to platform-specific scripts
- Source ~/.cargo/env in common.sh for Rust toolchain discovery
- Allow clippy::result_large_err in api-gdext (godot-rust macro generates large Results)
- Update .npmrc registry from Verdaccio to Forgejo and regenerate pnpm-lock.yaml

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 12:55:33 -07:00
Claude Code
c1e75bb984 chore(scripts): 🔧 Update and reorganize automation scripts for CI/CD workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 07:59:21 -07:00