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
*
* 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
*
* Support RIFF files with zero length data chunks (yes they exist, and yes,
tma
2005-11-30
1
-15
/
+43
*
* Disable ccache by default. If you want it, add USE_CCACHE=1 to Makefile.local
tma
2005-11-26
1
-4
/
+4
*
make internal functions static
ludwig
2005-11-19
1
-2
/
+42
*
soname is libopenal.so.0
ludwig
2005-11-13
1
-1
/
+1
*
* OpenAL support, from BlackAura aka Stuart Dalton <badcdev@gmail.com>
tma
2005-11-13
1
-0
/
+1567