Rev Author Branch Log Message Date SHA
r26549
Avatar lopsi
master Narrow dead-state sync side effects in CNetAPI (#4834)
#### Summary
Restrict dead-state network sync side effects to only the scenarios that
...
19 April, 2026
Avatar lopsi
master Avoid fixed camera mode on no-op setCameraMatrix calls (#4833)
#### Summary
Prevent setCameraMatrix calls that request the camera's current position
...
19 April, 2026
Avatar Arran
master In "Player packet usage" see all packet types (#4779)
#### Summary
Current in player packet usage you can only see 3 types, command, lua
...
19 April, 2026
r26546
Avatar lopsi
master Revert "Disable GPU compositing in CEF (#4825)" (#4831)
19 April, 2026
Avatar lopsi
master Fix intermittent blank CEF rendering after browser creation and tab switching (#4830)
Improvements based on user testing/feedback
19 April, 2026
Avatar lopsi
master Fix component visibility regression for single-version atomics (#4829)
Commit 62028cfec introduced a two-version-only visibility gate that
broke single-version components. These atomics would remain permanently
...
19 April, 2026
Avatar lopsi
master Refine follow-cam NaN recovery to preserve natural mouse input (#4828)
Follow up to 69cde88 based on feedback/testing.
Should resolve all cases where the camera can be hijacked due to the NaN
...
19 April, 2026
Avatar lopsi
master Resolve misleading "NETWORK TROUBLE" during death (#4827)
19 April, 2026
r26541
Avatar lopsi
master Disable GPU compositing in CEF (#4825)
Potential fix for regressions in #4634
19 April, 2026
Avatar lopsi
master Fix client spoiler upgrade placement on unsupported vehicle models (#4824)
Prevent slot-2 spoiler upgrades from being applied when the vehicle
model lacks ug_spoiler support. This avoids SA fallback frame
...
19 April, 2026
r26539
Avatar lopsi
master Further camera-follow NaN adjustments (artificial) (#4823)
18 April, 2026
Avatar lopsi
master Fix follow-car camera NaN recovery regressions & angle persistence (#4822)
18 April, 2026
r26537
Avatar lopsi
master Persist exact radio and SFX slider values across restarts (#4820)
#### Summary
This PR fixes Audio tab volume drift after restarting the client,
...
18 April, 2026
Avatar lopsi
master Fix follow-car camera NaN instability (#4818)
#### Summary
This change hardens the vehicle follow-camera path against non-finite
...
18 April, 2026
Avatar lopsi
master Adjust watchdog timeout and disable in debug (#4819)
18 April, 2026
Avatar MTABot
master Visual Studio Update
Build Tools 2022: 17.14.37203.1
Build Tools 2026: 18.5.11709.299
...
18 April, 2026
Avatar MTABot
master Visual Studio Update
Build Tools 2022: 17.14.37203.1
Build Tools 2026: 18.5.11709.299
...
16 April, 2026
Avatar MTABot
master Visual Studio Update
Build Tools 2022: 17.14.37203.1
Build Tools 2026: 18.5.11709.299
...
16 April, 2026
r26531
Avatar lopsi
master Fix onClientBrowserCreated never firing after lazy loading changes (#4813)
Lazy loading (ab0bcbf9f) removed Initialise() to defer
CefBrowserHost::CreateBrowser() until the first LoadURL() call. However,
...
15 April, 2026
r26530
Avatar lopsi
master CEF performance improvements (#4634)
# Summary
This update significantly improves the performance and memory efficiency
...
15 April, 2026
Avatar lopsi
master Fixes from 1.7 testing (#4812)
15 April, 2026
r26528
Avatar lopsi
master Revert texture streaming changes and apply stability fixes (#4807)
:shipit:
• --------
...
14 April, 2026
Avatar MTABot
master Visual Studio Update
Build Tools 2022: 17.14.37111.16
Build Tools 2026: 18.4.11626.88
...
14 April, 2026
Avatar MTABot
master Visual Studio Update
Build Tools 2022: 17.14.37111.16
Build Tools 2026: 18.4.11626.88
...
14 April, 2026
Avatar lopsi
master Fix incorrect vehicle physics for extended handling entries (Faggio, Hotring Racers, etc.) (#4800)
#### Summary
Resolves #4767
...
13 April, 2026
Avatar lopsi
master Fix uninitialized m_bDiscordRPCEnabled bypassing Discord RPC opt-out (#4802)
#### Summary
Initialize `m_bDiscordRPCEnabled` to `false` in the
...
13 April, 2026
Avatar lopsi
master Fix ring markers rendering underground (#4792) (#4801)
#### Summary
Pass a copy of the position vector to `C3dMarkers::PlaceMarker` instead
...
13 April, 2026
Avatar Speedy the Folf
master Add new nouns to nickname generator (#4810)
Expand szNouns in Client/core/CNickGen.cpp by adding five new entries:
"Tourist", "Candidate", "Basket", "Kitty", and "Puppy" to increase
...
15 April, 2026
Avatar lopsi
master Run clang-format (#4809)
15 April, 2026
Avatar lopsi
master Cherry-pick 1.6 fixes (#4808)
Co-authored-by: Dutchman101
15 April, 2026
Avatar lopsi
master Add MockBitStream and sync structure round-trip tests (#4791)
#### Summary
Introduces a MockBitStream test double and comprehensive round-trip
...
14 April, 2026
Avatar FileEX
master Fix isElementOnScreen for markers (#4771)
#### Summary
This PR adds the ability to use the `isElementOnScreen` function for
...
14 April, 2026
Avatar FileEX
master Fix jetpack behavior (#4804)
#### Summary
In GTA, when you equip a jetpack, the weapon is automatically switched
...
14 April, 2026
r26516
Avatar Pot Bot
master Update client en_US pot
[ci skip]
13 April, 2026
Avatar qaisjp
master Fix incomplete sentence in PR template (#4796)
Just noticed this was incomplete ??
12 April, 2026
Avatar qaisjp
master Fix clang-format auto-fixes (#4795)
#### Summary and motivation
Branch protections were limiting the ability for GitHub Actions to push
...
12 April, 2026
Avatar Mohamed Maatallah
master Guard recursive Lua table bitstream reads (#4798)
## Summary
• add a 64-level recursion limit when reading nested Lua tables from
...
12 April, 2026
Avatar qaisjp
master Delete .github/CODEOWNERS (#4799)
Causes GitHub notification spam whenever an open pull request is created

...
12 April, 2026
Avatar MTABot
master Visual Studio Update
Build Tools 2022: 17.14.37111.16
Build Tools 2026: 18.4.11626.88
...
12 April, 2026
Avatar Dutchman101
master Small tweak for SafeDestroyTextureWithRaster
11 April, 2026
Avatar Dutchman101
master Add g_LeakedMasterTextures cross-check to GetModelTexturesInfo
11 April, 2026
Avatar Jo�o Luis
master Fix: guiSetInputEnabled function now make the cursor visible (#4788)
Make guiSetInputEnabled show cursor when set to true.
• Fixes #4775
...
11 April, 2026
r26507
Avatar Dutchman101
master Refactor parts of texture system against white textures #4
11 April, 2026
Avatar Dutchman101
master Refactor parts of texture system against white textures #3
10 April, 2026
Avatar lopsi
master Fix typos and improve clarity in AGENTS.md (#4785)
#### Motivation

...
10 April, 2026
Avatar lopsi
master Add automated client test infrastructure (#4789)
#### Summary
Add a standalone Google Test project (`Tests_Client`) and GitHub Actions
...
10 April, 2026
Avatar MTABot
master Visual Studio Update
Build Tools 2022: 17.14.37111.16
Build Tools 2026: 18.4.11626.88
...
10 April, 2026
Avatar MTABot
master Visual Studio Update
Build Tools 2022: 17.14.37111.16
Build Tools 2026: 18.4.11626.88
...
10 April, 2026
Avatar Dutchman101
master Addendum to 8039836 & 7b07305
10 April, 2026
Avatar Dutchman101
master Refactor parts of texture system against white textures #2
10 April, 2026