Rev Author Branch Log Message Date SHA
r26492
Avatar Dutchman101
master Fix 2 txd memory leaks
7 April, 2026
Avatar Dutchman101
master Fix batched resource checksum mismatches
7 April, 2026
Avatar Dutchman101
master Fix texture replacement ref leaks, silent drops, and white texture regressions
• SetTextureDictionaryID: transfer entity refs on the field-only path for
unloaded models without geom, preventing TXD ref count underflow
...
7 April, 2026
Avatar Arran
master Fix streamer bug where objects can constantly stream in and out (#4744)
#### Summary
Fixes https://github.com/multitheftauto/mtasa-blue/issues/4743
...
7 April, 2026
Avatar Dutchman101
master Fix TXD ref count underflow and leak in script parent reparenting and vehicle dummy reset
7 April, 2026
Avatar Dutchman101
master Run clang-format.ps1
7 April, 2026
Avatar Dutchman101
master Fix remaining TXD ref count underflows in texture replacing error/cleanup paths
SetTextureDictionaryID removes usNumberOfRefs + (pRwObject ? 1 : 0) refs
from the old TXD. If a model gained refs after its TXD assignment, the
...
7 April, 2026
Avatar Dutchman101
master Fix TXD ref count underflows in texture replacing
Add missing pre-AddRef blocks before SetTextureDictionaryID calls
that would otherwise subtract refs the source TXD never received,
...
7 April, 2026