mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 08:15:44 +00:00
update openal-soft to 1.24.3
keeping the alt 87514151c4 (diff-73a8dc1ce58605f6c5ea53548454c3bae516ec5132a29c9d7ff7edf9730c75be)
This commit is contained in:
parent
12db0500e8
commit
ba32094b7b
276 changed files with 49304 additions and 8712 deletions
|
|
@ -50,6 +50,10 @@ easier to track the cause.
|
|||
ALSOFT_TRAP_ERROR
|
||||
Set to "true" or "1" to force trapping both ALC and AL errors.
|
||||
|
||||
ALSOFT_EAX_TRACE_COMMITS
|
||||
Overrides the EAX trace-commits config option. This specifies whether EAX
|
||||
property commits are logged with trace messages.
|
||||
|
||||
*** Compatibility ***
|
||||
|
||||
__ALSOFT_HALF_ANGLE_CONES
|
||||
|
|
@ -78,6 +82,18 @@ Same as for __ALSOFT_REVERSE_Z, but for Y (up/down) panning.
|
|||
__ALSOFT_REVERSE_X
|
||||
Same as for __ALSOFT_REVERSE_Z, but for X (left/right) panning.
|
||||
|
||||
__ALSOFT_VENDOR_OVERRIDE
|
||||
Overrides the value returned by alGetString(AL_VENDOR), for apps that misbehave
|
||||
without particular values.
|
||||
|
||||
__ALSOFT_VERSION_OVERRIDE
|
||||
Overrides the value returned by alGetString(AL_VERSION), for apps that
|
||||
misbehave without particular values.
|
||||
|
||||
__ALSOFT_RENDERER_OVERRIDE
|
||||
Overrides the value returned by alGetString(AL_RENDERER), for apps that
|
||||
misbehave without particular values.
|
||||
|
||||
__ALSOFT_DEFAULT_ERROR
|
||||
Applications that erroneously call alGetError prior to setting a context as
|
||||
current may not like that OpenAL Soft returns 0xA004 (AL_INVALID_OPERATION),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue