index
:
archive/ioquake3-aero
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
code
/
client
/
snd_openal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Change default openal lib to libopenal.so.1
thilo
2009-10-13
1
-1
/
+1
*
Improve OpenAL error handling, patch by Ben Millwood. https://bugzilla.icculu...
thilo
2009-10-13
1
-2
/
+23
*
don't modify s_alDevice and add fallback to let openAL choose the device
ludwig
2009-05-08
1
-24
/
+15
*
mark s_alDriver CVAR_LATCH
ludwig
2009-05-08
1
-1
/
+1
*
* Fix leaking OpenAL buffers (Amanieu)
tma
2009-03-15
1
-0
/
+12
*
specify alDevice instead of NULL when asking for for ALC_EXTENSIONS
ludwig
2008-11-02
1
-1
/
+1
*
* (bug 3674) Change default for s_alGain from 0.4 to 1.0
tma
2008-08-08
1
-1
/
+1
*
* Restrict OpenAL capture support test hack to OS X, where it is required; this
tma
2008-08-03
1
-6
/
+17
*
* Rename voip cvar to cl_voip
tma
2008-07-07
1
-5
/
+5
*
VoIP: Don't hardcode Speex sample rate.
icculus
2008-06-07
1
-0
/
+4
*
Changed a few VoIP cvars to be latched.
icculus
2008-06-01
1
-1
/
+1
*
Initial patch for in-game VoIP support!
icculus
2008-06-01
1
-46
/
+174
*
* Fix a bunch of compile warnings
tma
2008-05-10
1
-13
/
+25
*
* Remove work around for a 2 year old OpenAL bug that now actually causes a
tma
2007-11-11
1
-7
/
+0
*
* Move the conditional compilation of bg_lib.c from the Makefile to cpp in
tma
2007-09-22
1
-2
/
+2
*
Remove cvar s_alMaxSpeakerDistance for the same task can better be achieved w...
thilo
2007-03-17
1
-4
/
+2
*
- Fix loads of format string bugs
thilo
2007-01-24
1
-6
/
+4
*
- Fix two non-C-standard variable declarations.
thilo
2007-01-07
1
-2
/
+6
*
- tag more functions with gnu format attribute
ludwig
2006-12-30
1
-1
/
+1
*
There's still a little bug in my recent change...
thilo
2006-11-26
1
-1
/
+1
*
- Add input sanitising to various sound playing functions called from MODs.
thilo
2006-11-25
1
-3
/
+40
*
Fix bug in parameter checking. Thanks to Neil Toronto for reporting.
thilo
2006-11-23
1
-1
/
+1
*
- Explicitly set distance attenuation model.
thilo
2006-11-03
1
-64
/
+133
*
* (bug 2893) OpenAL was not tracking one-shot sound effects to the entity's
tjw
2006-10-13
1
-2
/
+1
*
looks like ALCchar is not available on older openal versions
ludwig
2006-09-05
1
-2
/
+2
*
- Fixed filehandle / filedescriptor leak in S_AL_StartBackgroundTrack introdu...
thilo
2006-08-27
1
-28
/
+70
*
- Change available device list to be displayed on sound initialization and
thilo
2006-08-19
1
-8
/
+6
*
* Compiler warning fix
tma
2006-08-19
1
-2
/
+3
*
- tweak enumeration support, remove win32 dependency
thilo
2006-08-19
1
-17
/
+4
*
- Add device enumeration support on windows and make "Generic Software" new d...
thilo
2006-08-19
1
-0
/
+75
*
bug 2747
tjw
2006-08-03
1
-1
/
+5
*
bug 2747
tjw
2006-08-03
1
-13
/
+10
*
bug 2723
tjw
2006-08-02
1
-0
/
+2
*
* OpenAL bug fix (from Josh Weisskopf)
tma
2006-06-17
1
-0
/
+1
*
* Entity sounds on the player entity are now AL_SOURCE_RELATIVE
tma
2006-02-28
1
-24
/
+89
*
* Sound related bug fixes from Thilo Schulz
tma
2006-02-26
1
-0
/
+16
*
* Change the default for s_alSpatEntOrigin. I need to think of a way to do the
tma
2006-02-23
1
-1
/
+1
*
* Fix to a woopsie
tma
2006-02-13
1
-1
/
+1
*
* OpenAL now respatializes using the player entity origin instead of the view
tma
2006-02-12
1
-5
/
+15
*
* Removed (unintentional) C99 code
tma
2006-02-07
1
-13
/
+0
*
* workaround for msvc compiler bug.
maik
2006-02-07
1
-0
/
+14
*
* Fix to an OpenAL "bug" involving Team Arena
tma
2006-01-22
1
-2
/
+15
*
* Added Q_isnan for NaN tests with -ffast-math
tma
2006-01-19
1
-9
/
+6
*
* Some sloppily coded mods call the Q3 sound API with NaNs -- sanitise this
tma
2006-01-19
1
-0
/
+29
*
* Change defaults for s_alRolloff and s_alMinDistance
tma
2006-01-15
1
-2
/
+2
*
* Increase default for s_alSources to 96
tma
2005-12-11
1
-2
/
+2
*
* Same as last revision, but I didn't forget to save this time
tma
2005-12-03
1
-3
/
+3
*
* Improved the robustity^Wrobustosity^Wrobustness of the OpenAL music and raw
tma
2005-12-03
1
-81
/
+100
*
* Fix to an OpenAL "bug"
tma
2005-12-02
1
-0
/
+5
*
* Fixed bug where if two looping sounds were added to a single entity they
tma
2005-12-01
1
-122
/
+121
[next]