fix(sync): TheSuperHackers upstream sync 07-20-2026#229
Merged
Conversation
…ls (TheSuperHackers#1785) Press F12 to take compressed JPEG screenshot; Ctrl+F12 to take lossless PNG screenshot Is stored in new "Screenshots" subfolder inside the user game data folder Set JpegQuality=50..95 in Options.ini to configure the Jpeg quality level; defaults to 80
…rawEntireTerrain is enabled (TheSuperHackers#2846)
Fixes errors with NetCommandMsg, interlocked_adapter, and W3DScreenshot introduced by upstream changes, and adds nasm to docker builder.
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
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.
Description
Sync
TheSuperHackersupstream (main) intoGeneralsX.Changes
Core/andGameEngineDevice/.NetCommandMsg.handinterlocked_adapter.hto use standard compiler atomics to resolve POSIX build failures caused by new upstream code.#ifdef _WIN32blocks inW3DScreenshot.cppto prevent Win32 specific screenshot directory creation code from breaking the macOS/Linux builds.nasmtoDockerfile.linuxto support vcpkg FFmpeg compilation.Testing