| Rev | Author | Branch | Log Message | Date | SHA |
|---|---|---|---|---|---|
| r23792 | 1.7 | Fix SA crash at 0x00331A4E |
4 February, 2026 | ||
| 1.7 | Fix SA crash at 0x0116C9C5 |
4 February, 2026 | |||
| r23790 | 1.7 | Addendum #2 to d87b4d8 (And fix other engineRequest• related issues) |
4 February, 2026 | ||
| r23789 | 1.7 | Addendum to d87b4d8 |
2 February, 2026 | ||
| r23788 | 1.7 | Fix ped skin texture mixing by storing parent ID for cloned ped models MakePedModel didnt set m_dwParentID, causing GetParentID() to return 0, making it go past TXD isolation in ModelInfoTXDAddTextures. It led to texture name collisions when multiple custom peds share the same TXD slot. ... |
2 February, 2026 | ||
| 1.7 | clang fix for e6970ee |
2 February, 2026 | |||
| r23786 | 1.7 | Add TXD texture map caching with invalidation (Performance optimization): Cache per-TXD-slot texture name lookups to avoid repeated iteration of RwTexDictionary linked lists. Parent TXDs benefit most as they're ... |
28 January, 2026 | ||
| r23785 | 1.7 | Optimize model info lookup in texture reapply path. Reduce overhead when models are filtered out early by the TXD ID check |
28 January, 2026 | ||
| 1.7 | Addendum to ba335bb: Fix texture mixing bug where replacements applied during TXD reapply went around isolation checks, causing textures to be applied to shared ... |
28 January, 2026 | |||
| r23783 | 1.7 | Fix texture mixing between engineRequestModel clones Refactor isolated TXD system from shared-per-parent to per-model slots. Previously, clones sharing a parent TXD would share one isolated TXD slot, ... |
27 January, 2026 | ||
| r23782 | 1.7 | Fix disconnect/quit crash |
26 January, 2026 | ||
| 1.7 | Align TextureReplacing between 1.6/1.7 |
26 January, 2026 | |||
| 1.7 | Fix model ref counting imbalance causing bugged deallocation FullyReleaseModel() called RemoveRef() with default bRemoveExtraGTARef=false, which only decremented MTA's m_dwReferences but left GTA's usNumberOfRefs ... |
26 January, 2026 | |||
| r23779 | 1.7 | Addendum to 573a364 (clang format) |
25 January, 2026 | ||
| 1.7 | Merge branch 'release/1.6.0' of https://github.com/multitheftauto/mtasa-blue into release/1.6.0 |
25 January, 2026 | |||
| 1.7 | Fix compiler warnings and (type) safety issues across codebase. Modernized & improved a lot of code. • Add explicit static_cast for narrowing conversions • Replace reinterpret_cast on function pointers with memcpy (fixes UB) ... |
25 January, 2026 | |||
| r23776 | 1.7 | Force rebuild |
24 January, 2026 |