-
Notifications
You must be signed in to change notification settings - Fork 12
Update to newer ioquake3 #11
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
Open
zturtleman
wants to merge
6
commits into
ReactionQuake3:master
Choose a base branch
from
zturtleman:update2023
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Reaction was already partically updated to 2020-09-08. Resync ioquake3 2018-12-21 to 2020-09-09.
This is the last ioq3 revision before introducing issues with new SDL library builds.
Updates SDL 2.0.8 to SDL 2.0.16. SDL build issues; mingw 64-bit is broken, macOS x86 is broken, and macOS < 10.10 crashes on touchpad scroll. The crash on touchpad scroll was an SDL bug, fixed in 2.0.18, but the others are issues specific to ioq3's SDL library builds.
Updates SDL 2.0.16 to SDL 2.24.0 and fixes issues with the SDL library builds.
7 tasks
Fix USE_OPENAL_DLOPEN=0 and memory for web port and add Reaction file list.
Updated ioquake3 to June 11, 2024 (ioq3 commits). It fixes a lot of OpenGL2 renderer issues, adds OpenGL ES 2.0+ support to the OpenGL2 renderer, and adds emscripten support for running the game in web browsers (no networking, pk3 caching, or persistent config though). |
Thanks alot @zturtleman , I got the game working again by building this branch. |
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.
(Contains 3 commits from #8 and #9.)
Update ioquake3 to 2023-02-19 (66 commits)
Project files not changed for Reaction. (The project files are optional; compiling using
make
works on Windows, Linux, and macOS.)Updates SDL from 2.0.8 to 2.24.0.