Alex Szpakowski
|
13ea750454
Added Source:setCone(innerAngle, outerAngle, outerVolume). Resolves issue #643.
|
12 years ago |
Alex Szpakowski
|
7f3cd7f044
Added Source:setRelativePosition and Source:hasRelativePosition, if enabled the Source's position will always be relative to the listener instead of absolute.
|
12 years ago |
Alex Szpakowski
|
66a773d2a7
Renamed Decoder:getBits to Decoder:getBitDepth (see issue #636)
|
12 years ago |
Bart van Strien
|
882313551c
Rename SoundData:getBits to getBitDepth (resolve #636)
|
12 years ago |
Bart van Strien
|
ad8e0da351
Fix source reset, specifically audio wasn't always updating the AL_LOOPING flag
|
12 years ago |
Bart van Strien
|
5d2b20a662
Apply patch that fixes "random" looping of streaming sources (issue #630)
|
12 years ago |
Alex Szpakowski
|
96161c66f6
Updated copyright text for the new year
|
12 years ago |
Bart van Strien
|
7793e7f02f
CRLF to LF
|
13 years ago |
rude
|
81c38e22d0
Applied the new style guidelines.
|
13 years ago |
Bart van Strien
|
f62bad6e12
Make sure processed is initialized, for when alGetSourcei errors (bug #442)
|
13 years ago |
Bill Meltsner
|
be55579a22
Happy New Year, have an enormous diff
|
13 years ago |
Jonathan Giroux
|
36a93e46c7
Add control to the sound attenuation by distance.
|
13 years ago |
Bart van Strien
|
0aae9684b3
Automated formatting fix
|
13 years ago |
Bart van Strien
|
caf46ad430
Prevent infinite loop when destroying sources (issue #250)
|
14 years ago |
Bart van Strien
|
8f9a4ef15d
Improve stop and rewind logic for openal
|
14 years ago |
Bart van Strien
|
c28659ae33
Rework source updates, do clean stopping of streaming sources once they end. (bug #295)
|
14 years ago |
Bart van Strien
|
0d174cfb81
Fix compiler warnings
|
14 years ago |
Bart van Strien
|
c47a7c563b
REALLY fix stopping sources
|
14 years ago |
Bart van Strien
|
0b0d8fe3e5
Unbreak stop (issue #250)
|
14 years ago |
Bart van Strien
|
03f60e2bf3
Unbuffer when rewinding streaming sources (bug #250)
|
14 years ago |
Bart van Strien
|
416370b595
Improve Source controls
|
14 years ago |
Bart van Strien
|
69f12bf899
Another fix for seeking in audio sources
|
14 years ago |
Bart van Strien
|
c924d17de9
Another small fix to the tell 'counting'
|
14 years ago |
Bart van Strien
|
e72f84e7fd
Don't reset song counter (for tell) when the decoder loops, but when the song does (bug #251)
|
14 years ago |
Bart van Strien
|
5192215122
Fix seek and tell on streaming sounds (bugs #250 and #251)
|
14 years ago |
Bart van Strien
|
404a3d529c
Make seek and tell thread-safe (bug #245)
|
14 years ago |
Bart van Strien
|
d215c15702
Fix memory leak in audio (bug #249)
|
14 years ago |
Bart van Strien
|
f9ec21619a
More audio fixes (bug #217)
|
14 years ago |
Bart van Strien
|
a372dcaec8
Some audio fixes (no more mp3 clicking and popping?) (issue #217)
|
14 years ago |
Bill Meltsner
|
37560e36c3
Source:seek didn't work properly for streaming sources, fixed that
|
14 years ago |