fix(physics): use predicted magnetic gate bounds
Correct the readable 1000:9b69 reconstruction to read DGROUP 07db/07df and name the helper for its predicted-position role. Rust magnetic rectangles now enter only from an old position inside the record and deactivate when the recomputed prediction exits any edge, replacing the prior swept approximation. Test Plan: - bash original/tools/test_reconstructed_c.sh - python3 original/tools/audit_reconstruction.py --require-complete - cargo test --all-targets - cargo clippy --all-targets --all-features -- -D warnings - rumdl check original/C_RECONSTRUCTION_FINAL_AUDIT.md tdkpin-rs/CHANGELOG.md tdkpin-rs/RECONSTRUCTION.md tdkpin-rs/README.md - git diff --check
This commit is contained in:
@@ -10,6 +10,9 @@ and this project adheres to
|
||||
|
||||
### Fixed
|
||||
|
||||
- Match rectangular type-4 magnetic gates to raw `1000:9b69`: enter only when
|
||||
the previous position is inside, then deactivate when the newly predicted
|
||||
position exits any edge, replacing a swept-intersection approximation.
|
||||
- Decay the 16-bit tilt counter once per selected 50/40/30/20/10 ms detail
|
||||
callback, replacing an invented independent 30 ms accumulator.
|
||||
- Match the multiball nudge path's saved-slot behavior: consume the active
|
||||
|
||||
Reference in New Issue
Block a user