Rev Author Branch Log Message Date SHA
r23820
Avatar Dutchman101
1.7 clang fix
7 February, 2026
Avatar Dutchman101
1.7 Add missing file from 9c28883
7 February, 2026
Avatar Dutchman101
1.7 clang fix (Addendum to 9c28883)
7 February, 2026
Avatar Dutchman101
1.7 D3D-proxy system improvements: fix state cache corruption, vtable crashes, and device-loss recovery
Fix graphics corruption and crashes in the D3D9 proxy layer.
Architecture: Route state-mutating operations through the proxy instead of the raw device. Previously, some stuff received the raw device pointer and bypassed the proxy's state cache entirely. Now OnDirect3DDeviceCreate passes the proxy to all subsystems (CGraphics, batchers, render item managers)), and event handlers use a dual-pointer pattern: pDevice for draw calls, pStateDevice for state changes. This ensures the proxy's shadow cache stays synced with actual GPU state.
...
7 February, 2026
Avatar FileEX
1.7 Fix fake freeze crash when debugging (#4685)
7 February, 2026
Avatar Dutchman101
1.7 Fix crash at 0x003C51B9 in RpHAnimIDGetIndex for peds with missing animation hierarchy
7 February, 2026