qccgui: reworked compile prints to split the screen instead of being some other window that's hidden when fullscreened etc.
splitscreen: split spectator setting into a per-seat setting. scoreboards are now also per-seat. added parm_string global for richer map change stuff. dpp7: fixed and reinstated. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5110 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
0fad8fe37d
commit
025aeff8a4
50 changed files with 1150 additions and 813 deletions
|
@ -4,10 +4,9 @@
|
|||
This is based on Jogi's OpenAL support.
|
||||
Much of it is stripped, to try and get it clean/compliant.
|
||||
|
||||
Missing features:
|
||||
FIXME: listener velocity calculations (currently ugly).
|
||||
FIXME: does not track entity velocities, so no dopler (awkward, quake doesn't move playing sounds at all).
|
||||
FIXME: a capture device would be useful (voice chat).
|
||||
Emscripten/WebAudio is buggy or limited.
|
||||
This means we force distance models and use hacks to avoid bugs in browsers.
|
||||
We also have no doppler with WebAudio.
|
||||
*/
|
||||
|
||||
#ifdef AVAIL_OPENAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue