Extract VM runtime settings handler

This commit is contained in:
gamer147
2026-08-03 09:54:45 -04:00
parent 243341c0c0
commit 0c3d23d09f
4 changed files with 50 additions and 13 deletions

View File

@@ -216,6 +216,8 @@ string comparison/concatenation/conversion/move, native byte-length and CP932 op
fullwidth string editor; shared operand storage, addressing, and native-string encoding remain in the coordinator.
`engine/Age.Engine/Vm/VirtualMachine.Diagnostics.cs` owns diagnostic value/newline accumulation and synchronous
show-and-clear opcode dispatch; shared diagnostic state and native-context formatting remain in the coordinator.
`engine/Age.Engine/Vm/VirtualMachine.RuntimeSettings.cs` owns message-window alpha and system-menu enable/show
delay opcode dispatch; reset/default initialization, public menu-state accessors, and host state remain centralized.
The disposable `build/page-map-<SCENE>.jsonl` files are produced by editor/development Godot runs and map
runtime ADV page ordinals to their authoritative script offsets for `tools/locate_page.py`. Packaged exports