Expose save-side region live directory
This commit is contained in:
parent
ddbdddc5ec
commit
fa25433216
5 changed files with 265 additions and 22 deletions
|
|
@ -9,10 +9,11 @@ Working rule:
|
|||
|
||||
## Next
|
||||
|
||||
- Reconstruct the save-side region record body on top of the newly grounded tagged region header,
|
||||
especially the pending bonus lane `[region+0x276]`, completion latch `[region+0x302]`, one-shot
|
||||
notice latch `[region+0x316]`, severity/source lane `[region+0x25e]`, and any stable region-id
|
||||
or class discriminator that can drive shellless city-connection service.
|
||||
- Reconstruct the save-side region record body on top of the newly grounded tagged region
|
||||
header-plus-directory seam, especially the pending bonus lane `[region+0x276]`, completion latch
|
||||
`[region+0x302]`, one-shot notice latch `[region+0x316]`, severity/source lane
|
||||
`[region+0x25e]`, and any stable region-id or class discriminator that can drive shellless
|
||||
city-connection service.
|
||||
- Reconstruct the save-side placed-structure collection body on top of the newly grounded
|
||||
`0x36b1/0x36b2/0x36b3` header seam so the blocked city-connection / linked-transit branch can
|
||||
stop depending on atlas-only placed-structure and local-runtime refresh notes.
|
||||
|
|
@ -43,17 +44,17 @@ Working rule:
|
|||
- Any candidate slice that requires guessing rather than rehosting owning state or real
|
||||
reader/setter families stays blocked until a better owner seam is grounded.
|
||||
- The city-connection announcement / linked-transit roster-maintenance branch is still blocked at
|
||||
the record-body level, not the header level: the runtime now has tagged region and
|
||||
placed-structure collection header seams, but it does not yet reconstruct the live region or
|
||||
placed-structure record bodies those service owners need.
|
||||
the record-body level, not the collection-identity level: the runtime now has a tagged region
|
||||
header-plus-directory seam and a tagged placed-structure header seam, but it does not yet
|
||||
reconstruct the live region or placed-structure record bodies those service owners need.
|
||||
|
||||
## Recently Done
|
||||
|
||||
- Save inspection now exposes the tagged region collection header (`0x5209/0x520a/0x520b`,
|
||||
stride `0x1d5`) and the tagged placed-structure collection header
|
||||
(`0x36b1/0x36b2/0x36b3`) as first-class owner seams, so the blocked city-connection /
|
||||
linked-transit queue now has grounded save-side collection counts and ids to build on instead of
|
||||
only atlas notes.
|
||||
stride `0x1d5`) plus the live-entry directory rooted at metadata dword `16`, and the tagged
|
||||
placed-structure collection header (`0x36b1/0x36b2/0x36b3`) as first-class owner seams, so the
|
||||
blocked city-connection / linked-transit queue now has grounded save-side collection counts,
|
||||
ids, and region payload offsets to build on instead of only atlas notes.
|
||||
- Stepped calendar progression now also refreshes save-world owner time fields, including packed
|
||||
year, packed tuple words, absolute counter, and the derived selected-year gap scalar.
|
||||
- Automatic year-rollover calendar stepping now invokes periodic-boundary service.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue