index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
OpenAL32
/
alState.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a volume-adjust config option to adjust the source output volume
Chris Robinson
2016-09-24
1
-5
/
+5
*
Add a query for the maximum source gain limit
Chris Robinson
2016-08-28
1
-0
/
+26
*
Allow sources to play while alcSuspendContext is in effect
Chris Robinson
2016-08-26
1
-6
/
+11
*
Don't pass the context's distance model as the source's
Chris Robinson
2016-08-23
1
-3
/
+3
*
Avoid resupplying unneeded source updates
Chris Robinson
2016-08-23
1
-9
/
+0
*
Avoid redundantly storing distance model settings
Chris Robinson
2016-05-17
1
-9
/
+0
*
Provide asynchronous property updates for sources
Chris Robinson
2016-05-14
1
-11
/
+37
*
Store the remaining context properties with the listener properties
Chris Robinson
2016-05-13
1
-6
/
+4
*
Use a lockless method for updating listener and context properties
Chris Robinson
2016-05-11
1
-6
/
+21
*
Remove the MIDI code
Chris Robinson
2015-10-20
1
-96
/
+0
*
Avoid the ALCdevice_Lock/Unlock wrapper in some places
Chris Robinson
2014-11-01
1
-2
/
+3
*
Make alcSuspendContext and alcProcessContext batch updates
Chris Robinson
2014-10-12
1
-72
/
+2
*
Protect alProcessUpdatesSOFT with a lock
Chris Robinson
2014-09-03
1
-2
/
+2
*
Rename activesource to voice
Chris Robinson
2014-08-21
1
-8
/
+8
*
Use an array of objects for active sources instead of pointers
Chris Robinson
2014-08-21
1
-4
/
+4
*
Use a NULL source for inactive activesources
Chris Robinson
2014-08-21
1
-6
/
+4
*
Update COPYING to the latest https://www.gnu.org/licenses/old-licenses/lgpl-2...
François Cami
2014-08-18
1
-2
/
+2
*
Explicitly pass the address of atomics and parameters that can be modified
Chris Robinson
2014-07-26
1
-9
/
+9
*
Use generic atomics in more places
Chris Robinson
2014-07-22
1
-1
/
+1
*
Add macros for generic atomic functionality
Chris Robinson
2014-07-22
1
-8
/
+8
*
Use a RWLock to help protect the source's buffer queue
Chris Robinson
2014-05-10
1
-0
/
+4
*
Add a generic vector interface and use it for the active effect slots
Chris Robinson
2014-03-21
1
-2
/
+2
*
Store some source mixing parameters in the active source struct
Chris Robinson
2014-03-19
1
-2
/
+2
*
Use a separate struct for tracking active sources
Chris Robinson
2014-03-18
1
-6
/
+10
*
Add a method to get the current MIDI state
Chris Robinson
2014-01-12
1
-0
/
+26
*
Add a method to set and get soundfonts
Chris Robinson
2013-12-27
1
-4
/
+48
*
Move the base MidiSynth to a separate file
Chris Robinson
2013-12-17
1
-1
/
+2
*
Add methods to set and get the MIDI gain
Chris Robinson
2013-11-30
1
-0
/
+12
*
Start a MIDI interface extension
Chris Robinson
2013-11-28
1
-0
/
+84
*
Rename VCALL and VCALL0 to V and V0
Chris Robinson
2013-11-02
1
-1
/
+1
*
Modify how VCALL is handled
Chris Robinson
2013-10-28
1
-1
/
+1
*
Remove al_try from alState.c
Chris Robinson
2013-10-07
1
-326
/
+283
*
Fix up the naming convention of effect methods
Chris Robinson
2013-05-29
1
-1
/
+1
*
Use generic VCALL[_NOARGS] macros instead of type-specific wrappers
Chris Robinson
2013-05-27
1
-1
/
+1
*
Simplify al_try code
Chris Robinson
2013-03-24
1
-5
/
+1
*
Use a struct to store the FPU mode
Chris Robinson
2012-09-16
1
-3
/
+3
*
Remove an unused header
Chris Robinson
2012-09-14
1
-1
/
+1
*
Change alState.c to the new error handling
Chris Robinson
2012-04-24
1
-221
/
+233
*
Remove hungarian notation from the device and context structs
Chris Robinson
2012-04-19
1
-7
/
+7
*
Use a double to store the source offset and don't use milliseconds for seconds
Chris Robinson
2012-04-16
1
-1
/
+1
*
Pass a device to the effect update functions
Chris Robinson
2012-03-13
1
-1
/
+1
*
Use inline functions to set/restore the FPU mode for mixer updates
Chris Robinson
2011-09-29
1
-15
/
+3
*
Set toward-zero rounding when updating in alDeferUpdatesSOFT
Chris Robinson
2011-09-28
1
-0
/
+16
*
Pre-apply the deferred source offset only when it's playing or paused
Chris Robinson
2011-09-12
1
-1
/
+2
*
Rename the ALEffect_ macros to ALeffectState_ to reflect what they work on
Chris Robinson
2011-09-12
1
-1
/
+1
*
Avoid locking the context while getting and setting global state
Chris Robinson
2011-08-31
1
-41
/
+41
*
Use the active effect slot list for pending updates in alDeferUpdatesSOFT
Chris Robinson
2011-08-30
1
-8
/
+8
*
Rename GetReffedContext to GetContextRef
Chris Robinson
2011-08-30
1
-2
/
+2
*
Use a generic int type to handle enum swaps
Chris Robinson
2011-08-29
1
-5
/
+5
*
Make specific functions to lock/unlock UIntMap access
Chris Robinson
2011-08-29
1
-4
/
+4
[next]