Commit Graph
21 Commits
Author SHA1 Message Date
anth64 c7e3f97a85 feat: implement claimlink unlink 2026-07-12 19:06:43 +02:00
anth64 0914d55d9a refactor: extract guard-clause helpers for group/link resolution 2026-07-12 19:05:27 +02:00
anth64 ac79d2ac94 feat: implement claimlink link 2026-07-12 19:00:10 +02:00
anth64 3b6a44a779 chore: bump version to 0.0.3 2026-07-12 18:50:20 +02:00
anth64 deafd98f40 feat: implement claimlink new 2026-07-12 18:49:54 +02:00
anth64 3b63c5b4af refactor: group member's claim indices into one list per player 2026-07-12 18:41:51 +02:00
anth64 cf17697a5e feat: add member claims to the ClaimLink model
Each ClaimLinkMember stores an owner player uid plus that player's
local claim index (resolved fresh at use, not trusted as stable) so
a claim link can reference existing vanilla claims without copying
their data. Buffer claim is intentionally not referenced here; it
resolves on demand via group ownership.
2026-07-12 18:38:09 +02:00
anth64 02c9a22bf1 feat: add ClaimLink persistence via savegame-backed registry
Adds a ClaimLink data model and ClaimLinkRegistry that loads from
and writes to the savegame's keyed data store (protobuf-net, via
WorldManager.SaveGame), so claim link state survives restarts
without touching vanilla claim data. Also silences nullable
warnings on statics that are guaranteed set by StartServerSide
before any use, and on TryGetValue out-params guarded by the if.
2026-07-12 18:31:21 +02:00
anth64 a470456dcc refactor: revert claimlink admin info to a plain stub 2026-07-12 16:23:34 +02:00
anth64 1baa20022b feat: stub out full /land command surface as hook points
Table-drives dispatch for every vanilla /land subcommand (free,
info, list, adminfree, claim's new/grant/revoke/grow/shrink/etc.)
so each has a named hook to fill in.
2026-07-12 16:16:25 +02:00
anth64 5c7fa58ea2 feat: hook /land claim load/cancel and dump claim info via admin info
Intercepts vanilla /land claim load|cancel to track a per-player
pending claim selection, and wires LandClaimAPI/Logger through
ModSystem so admin info can dump full claim state for debugging.
2026-07-12 16:13:06 +02:00
anth64 9206ecd6a9 refactor: add aliases for claim link and admin sub commands 2026-07-12 09:43:31 +02:00
anth64 7d5deb5bdf refactor: drive subcommand registration from a data table 2026-07-11 17:55:32 +02:00
anth64 28a89056e6 feat: add admin management surface 2026-07-01 20:04:00 +02:00
anth64 72b59c93ed feat: build /claimlink command tree stubbed 2026-07-01 19:12:10 +02:00
anth64 a668e56622 chore: make build.sh executable 2026-06-29 07:31:58 +02:00
anth64 ba9d4d992b feat: hook into land claim commands via CommandHook 2026-06-29 07:31:51 +02:00
anth64 a46c0ea8a8 chore: declare commandhook dependency, mark server-side 2026-06-29 07:31:41 +02:00
anth64 6b72350dfe build: reference CommandHook assembly 2026-06-29 07:31:34 +02:00
anth64 e435e61a45 chore: initialize project 2026-06-27 09:50:34 +02:00
anth64 ac43d3f302 Initial commit 2026-06-24 01:52:12 -04:00