-
Notifications
You must be signed in to change notification settings - Fork 66
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
Urbanterror with not sound on FreeBSD 12.2 what can be the problem ?. #82
Open
gnubsdguy
wants to merge
17
commits into
FrozenSand:master
Choose a base branch
from
lonkamikaze:master
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.
Conversation
This file contains 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
See ioquake/ioq3 4876413
Also make USE_SDL obligatory on FreeBSD. Because, who wants to deal with the pain of a non-SDL build?
This fixes the issues mentioned in CVE-2017-6903 and adds more general security improvements as well. - Don't load q3config.cfg or autoexec.cfg from any pk3 file - Don't load QVMs from untrusted pk3 files in the download directory (this was previously detected but not actually blocked) - Disallow loading of DLL/so/dylib with a .pk3 extension - Add FS_CheckFilenameIsMutable from ioquake3 - Ensure condump can only write to .txt files - Ensure writeconfig can only write to .cfg files - Improve malicious pk3 reporting (and add check for .cfg files as well) Fixes FrozenSand#71
This fixes -O0/-O1 builds (e.g. for debugging) with clang39 or later and gcc5 or later. See http://clang.llvm.org/compatibility.html#inline for an explanation.
Retrieved from [email protected]:mickael9/ioq3-for-UrbanTerror-4.git
If I'm not wrong, you've to either enable SDL_sound or OpenAL as an audio backend in the makefile before compiling it. |
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.
Hi hello, i recently compiled and linked your fork of Urbanterror for FreeBSD successfully but i have just one small problem, sound seems not be working and I don't know what can be the problem. What could be the problem that i don't have the sound working ?, i tried another compiled program (openarena) and it works fine.