Rev Author Branch Log Message Date SHA
r23610
Avatar Dutchman101
1.7 1.6: Don't use noexcept in crash handler
21 November, 2025
Avatar Dutchman101
1.7 Early initialize CStaticFunctionDefinitions to avoid crashes when something calls into it early.
This fixes a popular crash where LunaSVG called into OutputChatBox before core and other pointers were valid
21 November, 2025
Avatar Dutchman101
1.7m 1.6.0m: Addendum to de13e6c (Win7 compatibility fix)
22 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
f151581a7 1.6: Fix warnings in crash handler
21 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
9a1a6bd11 1.6: Don't use noexcept in crash handler
21 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
98343bbc4 Early initialize CStaticFunctionDefinitions to avoid crashes when something calls into it early. This fixes a popular crash where LunaSVG called into OutputChatBox before core and other pointers were valid
21 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
2d940e6f2 1.6: Backport "Try to fix non-functional crashfix (0x000CFCD6)" due to number of users affected
21 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
0f62917fc Reduce a specific, high-hitting crash caused by mem abuse
21 November, 2025
Avatar Dutchman101
1.7m Win7 compatibility fix: "The procedure entry point CreateFile2 could not be located in the dynamic link library KERNEL32.dll" that was brought on by VS2026 compiler
VS2026's newer SDK became more aggressive about detecting and defaulting to UWP-compatible API usage, even when targeting older Windows versions.. now we will need to explicitly declare Windows API family, not just target OS version.
21 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
89c11a249 Remove telemetry instrumentation from places
21 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
ad044dbcf Fix typo on building creator (#4501)
21 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
5235d33f9 Revert "Improve buffer management"
21 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
e4e493d7f Revert recent changes to CRenderWareSA.TextureReplacing.cpp (and related) once again after following 97c8f43 i tried to made less intrusive 'safe' changes again, but touching this stuff in any way just causes too many issues. Crash fixes also only cause the crash to relocate. It all started with a desire to avert an old crash reported by Xenius (who was using txd's with invalid/null textures), but it only relocated it and caused new ones.
21 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
0745deaa9 Addendum to last
21 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
ae48bef66 Update CEF to 142.0.15+g6dfdb28+chromium-142.0.7444.176 (#4561)
21 November, 2025
Avatar Dutchman101
1.7 1.6: Fix warnings in crash handler
21 November, 2025
r23607
Avatar Dutchman101
1.7 Remove telemetry instrumentation from places
21 November, 2025
Avatar Nicol�s Barrios
1.7 Fix typo on building creator (#4501)
1 October, 2025
Avatar Dutchman101
1.7 Revert "Improve buffer management"
This reverts commit 6112ac6409214012a95ea56ff1739940ee524798.
21 November, 2025
Avatar Dutchman101
1.7 Revert recent changes to CRenderWareSA.TextureReplacing.cpp (and related) once again after following 97c8f43 i tried to made less intrusive 'safe' changes again, but touching this stuff in any way just causes too many issues.
Crash fixes also only cause the crash to relocate. It all started with a desire to avert an old crash reported by Xenius (who was using txd's with invalid/null textures), but it only relocated it and caused new ones.
21 November, 2025
Avatar Dutchman101
1.7 Addendum to last
20 November, 2025
Avatar Dutchman101
1.7 1.6: Backport "Try to fix non-functional crashfix (0x000CFCD6)" due to number of users affected
21 November, 2025
Avatar Nico
1.7 Update CEF to 142.0.15+g6dfdb28+chromium-142.0.7444.176 (#4561)
20 November, 2025
Avatar Dutchman101
1.7 Reduce a specific, high-hitting crash caused by mem abuse
21 November, 2025
r23599
Avatar Dutchman101
1.7 1.6: Update launchers
20 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
85f753feb 1.6: Update launchers
20 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
6ccea706e Switch to VS2026 - Build server has also been updated to Visual Studio 2026 18.0.1 (11217.181) with v145, so nightly builds from now on will use the new toolchain. This means we will have to watch for UB and compiler optimization bugs for a while, as with every major upgrade.
20 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
6112ac640 Improve buffer management
19 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
ccc8485ae Fix build
19 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
be02addb0 Fix some CEF issues, and add Wine/PlayOnLinux compatibility improvements
19 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
93622c621 Fix SA crash @ 0x003F3825
19 November, 2025
r23598
Avatar Dutchman101
1.7 Switch to VS2026 - Build server has also been updated to Visual Studio 2026 18.0.1 (11217.181) with v145, so nightly builds from now on will use the new toolchain.
This means we will have to watch for UB and compiler optimization bugs for a while, as with every major upgrade.
20 November, 2025
r23597
Avatar Dutchman101
1.7 Improve buffer management
19 November, 2025
r23596
Avatar Dutchman101
1.7 Fix build
19 November, 2025
Avatar Dutchman101
1.7 Fix some CEF issues, and add Wine/PlayOnLinux compatibility improvements
19 November, 2025
Avatar Dutchman101
1.7 Fix SA crash @ 0x003F3825
19 November, 2025
r23593
Avatar Dutchman101
1.7 Fix a bunch of server list issues, including with sort and server-info button
19 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
04538e577 Fix a bunch of server list issues, including with sort and server-info button
19 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
f6cefffe7 Fix CEF to 142.0.14+gceaf578+chromium-142.0.7444.163
19 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
375a667c7 1.6: Performance tweaks for CEF AJAX
19 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
ed1955d76 1.6: Fix CEF AJAX
19 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
58d15262c Addendum to last. Downgrading seems counter-intuitive but it's to solve a netcode issue (temp solution)
17 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
b6934b033 Fix include issue
17 November, 2025
Avatar Maetro Bot
1.7m Synchronize changes from 1.6 branch [ci skip]
a8e1d84b2 Update .git-blame-ignore-revs
17 November, 2025
r23592
Avatar Dutchman101
1.7 Fix CEF to 142.0.14+gceaf578+chromium-142.0.7444.163
19 November, 2025
Avatar Dutchman101
1.7 1.6: Performance tweaks for CEF AJAX
19 November, 2025
r23590
Avatar Dutchman101
1.7 1.6: Fix CEF AJAX
19 November, 2025
r23589
Avatar Dutchman101
1.7 Addendum to last. Downgrading seems counter-intuitive but it's to solve a netcode issue (temp solution)
17 November, 2025
Avatar Dutchman101
1.7 Fix include issue
17 November, 2025
Avatar Dutchman101
1.7 Update .git-blame-ignore-revs
17 November, 2025