commit-hygiene sweep: (1) the #170 L4STEAMNET.h contract comment never landed in 2fe58b8 -- the git add used the lowercase filename and the case-mismatch left the tracked (uppercase) path unstaged, silently; (2) the gauges-hud #172 correction was a silent no-op -- a python str.replace whose multi-line needle didn't match printed 'corrected' anyway. Both applied for real now (verified by grep, not by exit code). Note the pattern: two silent tool no-ops in one evening -- verify edits by READING the result, not by the tool's success message
This commit is contained in:
+11
-4
@@ -836,10 +836,17 @@ were three different presentation facts:
|
|||||||
authored item codes 0x80+0x87 collapse to that one lamp, mode 0xffffffff = the ALWAYS-ACTIVE
|
authored item codes 0x80+0x87 collapse to that one lamp, mode 0xffffffff = the ALWAYS-ACTIVE
|
||||||
sentinel, never mode-gated). NO MFD carries any generator-leak indicator -- binary-authentic
|
sentinel, never mode-gated). NO MFD carries any generator-leak indicator -- binary-authentic
|
||||||
(@004cc2fc). In glass surround that rail cell renders at the minimumStrip floor (~6px,
|
(@004cc2fc). In glass surround that rail cell renders at the minimumStrip floor (~6px,
|
||||||
L4RIOBANK.cpp) -- Elengil's fatal lamp FLASHED for 28.4s, effectively invisible. FIX (glass-
|
L4RIOBANK.cpp) -- Elengil's fatal lamp FLASHED for 28.4s. ~~"effectively invisible"~~
|
||||||
only deviation, #154-class): the ALERT BLOOM -- an alternating lamp paints a grown halo
|
**CORRECTED SAME DAY (user challenge upheld, bench-verified):** the strip PAINTS AND BLINKS
|
||||||
(+8px) under the surfaces in BTDrawCockpitPanels; only the outward part shows. Receipt:
|
correctly -- [lampblink] receipts show the painted shade alternating at a metronomic 125ms,
|
||||||
[lamppx] alert ON/OFF with cell size, per edge.
|
full frame rate, in a loop code-identical to 913's; Elengil's layout receipts show the stock
|
||||||
|
surround with the lamp on screen (~126px wide x ~6px strip @4Hz). The failure is
|
||||||
|
EXPECTATION, not visibility: testers watch the MFDs, and no MFD carries a generator-leak
|
||||||
|
indicator (authentic). Resolution: the handout's WHERE-TO-LOOK entry; the ALERT RING
|
||||||
|
deviation exists but is GATED OFF (BT_ALERT_RING=1) pending Friday evidence that testers
|
||||||
|
miss the lamp even knowing its location. Receipts: [lamppx] alert edges, [lampblink] shade
|
||||||
|
transitions (BT_LAMP_LOG), [seqloop] voice Start/Stop. Era question for Oracle: how
|
||||||
|
prominent was the pod's physical generator button light?
|
||||||
- **Condenser (loop) leak -> the per-loop button** (@0051d058, 1-based '2F 2E 2D 2B 2A 29';
|
- **Condenser (loop) leak -> the per-loop button** (@0051d058, 1-based '2F 2E 2D 2B 2A 29';
|
||||||
the 0x2c gap is AUTHENTIC -- 0x2c belongs to the DISTINCT coolingLoop set of the code<0x80
|
the 0x2c gap is AUTHENTIC -- 0x2c belongs to the DISTINCT coolingLoop set of the code<0x80
|
||||||
path). Also always-active. No gate, immediate flash.
|
path). Also always-active. No gate, immediate flash.
|
||||||
|
|||||||
@@ -33,9 +33,11 @@ int
|
|||||||
void
|
void
|
||||||
BTSteamNet_Pump(); // callbacks + rx drain (game thread)
|
BTSteamNet_Pump(); // callbacks + rx drain (game thread)
|
||||||
void
|
void
|
||||||
BTSteamNet_ShutdownAll(); // #163: ordered transport death for
|
BTSteamNet_ShutdownAll(); // #163/#170: transport QUIESCE for
|
||||||
// process exit -- close every
|
// process exit -- gate the seam, close
|
||||||
// connection, then SteamAPI_Shutdown
|
// every connection (linger), drain.
|
||||||
|
// NO SteamAPI_Shutdown (#170: NULL-call
|
||||||
|
// crash); caller MUST TerminateProcess
|
||||||
|
|
||||||
//
|
//
|
||||||
// The wire-seam surface (BTNet* wrappers in L4NET.CPP + the marshal).
|
// The wire-seam surface (BTNet* wrappers in L4NET.CPP + the marshal).
|
||||||
|
|||||||
Reference in New Issue
Block a user