Commit graph

18 commits

Author SHA1 Message Date
Natalie
2fd9eced63 feat(@projects/@magic-civilization): add combat system components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-26 16:08:21 -07:00
Natalie
2e6b0fdefe feat(@projects/@magic-civilization): add designs server subcommand
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-26 15:11:35 -07:00
Natalie
2d9554d9ff feat(@projects): update wasm build and guide deployment workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 13:06:14 -07:00
Natalie
ad4fb44390 fix(@projects/@magic-civilization): 🐛 update forgejo runner installation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 12:35:54 -07:00
Natalie
33b52e078b feat(@projects/@magic-civilization): mark localization audit as complete
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 11:55:27 -07:00
Natalie
36db3a2d5e feat(@projects/@magic-civilization): add oos objectives and test vectors
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 00:29:27 -07:00
Natalie
e6a2a067aa feat(@projects/@magic-civilization): add objectives dashboard tracking
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 00:19:20 -07:00
Natalie
9bf2e4d1b1 feat(@projects/@magic-civilization): implement turn-based simulation engine
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-16 17:51:27 -07:00
autocommit
0bbb4df2ed feat(run): Add autoplay command for single-seed game execution and report generation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-15 07:37:00 -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
autocommit
d87998f93f wip: travel backup — arena fixes, happiness system, items, spells 2026-04-12 11:24:17 -07:00
Claude Code
d25d2fe37e refactor(scripts): ♻️ Simplify and improve error handling in dev.sh by reorganizing log paths and updating success/failure conditions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 18:33:54 -07:00
Claude Code
8c365cf63d feat(dev-scripts): Add automated stability test to dev.sh by booting the game, navigating to the world map, and capturing a screenshot after 20 seconds
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 18:28:27 -07:00
Claude Code
fad1257db6 scripts(scripts): 🔨 Add logging and error handling to game execution script for debugging and crash reporting
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 18:22:41 -07:00
Claude Code
1395bd4cae refactor(scripts): ♻️ Replace inline arithmetic in dev.sh with explicit if-else logic for clearer conditional flow
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 15:39:55 -07:00
Claude Code
a839a9d237 feat(scripts-script): Add timing metrics and failure handling to dev.sh verification steps
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 15:25:07 -07:00
Claude Code
50ebb0c0a9 chore(dev-script): 🔧 Update dev.sh script for improved local workflows with environment variables, service commands, and dependency management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-31 22:47:32 -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