-
-
Notifications
You must be signed in to change notification settings - Fork 493
Ignore testing backportage #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updated main menu version graphic.
[1.4.1] Merged Lua into client.dll for technical reasons [1.4.1] Fixed join flood problem
…the same resource multiple times)
Removed unused code.
…Server-side File:read(0) does) It is now valid to fileRead zero bytes (resulting in an empty string) Changed server fileRead implementation to use unsigned long rather than long for consistency
For testing and evaluation.
(except version.h)
Partially reverted installer changes Reverted version.h (wrong branch id) Added CEF to the credits (and removed Awesomium)
…orse) MTA traffic getting dropped
Improved buffer checks for font loading.
- Fix issue #8752 reported by Strix (Server method for xmlUnloadFile should be xmlnode.unload) - Fix marker:getType() and marker.type by renaming getMarkerType to :getMarkerType() and .markerType (this conforms to getVehicleType). This was reported by Callum.
Dutchman101
added a commit
that referenced
this pull request
Sep 29, 2025
Return a dummy buffer. Keep a static 4–8 KB vertex buffer that we can lock ourselves. When the driver hands back null, we copy/zero into that dummy memory, hand its pointer to GTA, and mark it dirty so the driver never tries to use the bogus lock. Rendering for that draw call becomes a no-op (all zeros), but GTA keeps running. (This commit and 5a5fbc5 are to do things safer and avoid access violations)
Dutchman101
added a commit
that referenced
this pull request
Sep 29, 2025
Return a dummy buffer. Keep a static 4–8 KB vertex buffer that we can lock ourselves. When the driver hands back null, we copy/zero into that dummy memory, hand its pointer to GTA, and mark it dirty so the driver never tries to use the bogus lock. Rendering for that draw call becomes a no-op (all zeros), but GTA keeps running. (This commit and 5a5fbc5 are to do things safer and avoid access violations)
Dutchman101
added a commit
that referenced
this pull request
Sep 30, 2025
MTABot
pushed a commit
that referenced
this pull request
Sep 30, 2025
Dutchman101
added a commit
that referenced
this pull request
Sep 30, 2025
MTABot
pushed a commit
that referenced
this pull request
Sep 30, 2025
Dutchman101
added a commit
that referenced
this pull request
Oct 1, 2025
Dutchman101
added a commit
that referenced
this pull request
Oct 1, 2025
Dutchman101
added a commit
that referenced
this pull request
Oct 2, 2025
Dutchman101
added a commit
that referenced
this pull request
Oct 2, 2025
MTABot
pushed a commit
that referenced
this pull request
Oct 2, 2025
f522314 Revert 68a8db6 to curb unknown camera performance regression in 1.6 (Revised changes are planned for 1.7 only) e17a7a1 Revert "Addendum to 9ff02d5" 737d587 Fix main menu memory leaks 8052d64 Addendum #2 to f2e93f2 6fd9d8b Addendum to f2e93f2 (CSettings leak): Use new cleanup helper d1f8162 Fix mem leaks in CSettings
Dutchman101
added a commit
that referenced
this pull request
Oct 4, 2025
MTABot
pushed a commit
that referenced
this pull request
Oct 4, 2025
Dutchman101
added a commit
that referenced
this pull request
Oct 5, 2025
MTABot
pushed a commit
that referenced
this pull request
Oct 5, 2025
2daba7b Update DX SDK requirement 8058af5 Addendum #1 to ca5ca19 e0933ad Rewrite Crash handler (to more reliably catch, dialog, dump and process all types of exceptions, even stack buffer overruns) Aims to reduce "MTA closed without anything", the handler was on ancient code and badly needed modernization away from deprecated API's as well. bc6e7c0 Fix GUI related crashes and regressions/bad code b596e87 Crashfix (uninitialized ptr) (#4508) 251b8ac Addendum #2 to 86ad47c & dc0fb96 2425c4c Addendum to last 37784c8 Replace ReadRegistryStringValue b162368 Addendum to 86ad47c & dc0fb96 a2d20ba GUI related safety tweaks bfd1306 Fix memory leak in main menu (News browser) ea949b2 Further improve settings window scaling on low res
Dutchman101
added a commit
that referenced
this pull request
Oct 5, 2025
MTABot
pushed a commit
that referenced
this pull request
Oct 5, 2025
Dutchman101
added a commit
that referenced
this pull request
Oct 7, 2025
Dutchman101
added a commit
that referenced
this pull request
Oct 7, 2025
Dutchman101
added a commit
that referenced
this pull request
Oct 12, 2025
MTABot
pushed a commit
that referenced
this pull request
Oct 12, 2025
Dutchman101
added a commit
that referenced
this pull request
Oct 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.