Torque3D/Engine/source/sfx
Brian Roberts d50f1f0b81
Merge pull request #342 from lukaspj/fix/replace-dstrcmp
Replace uses of dStrCmp with new String::compare
2020-10-03 17:01:12 -05:00
..
dsound
fmod
media uninitialized variables-sfx 2020-05-11 15:24:49 -05:00
null
openal Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. 2020-10-03 14:37:55 +02:00
xaudio
sfxAmbience.cpp
sfxAmbience.h
sfxBuffer.cpp
sfxBuffer.h
sfxCommon.h fix out of bound initializations 2020-07-27 10:22:39 -05:00
sfxController.cpp uninitialized variables-sfx 2020-05-11 15:24:49 -05:00
sfxController.h uninitialized variables-sfx 2020-05-11 15:24:49 -05:00
sfxDescription.cpp
sfxDescription.h
sfxDevice.cpp
sfxDevice.h
sfxEnvironment.cpp
sfxEnvironment.h
sfxFileStream.cpp
sfxFileStream.h
sfxInternal.cpp
sfxInternal.h uninitialized variables-sfx 2020-05-11 15:24:49 -05:00
sfxMemoryStream.cpp
sfxMemoryStream.h
sfxModifier.cpp uninitialized variables-sfx 2020-05-11 15:24:49 -05:00
sfxModifier.h uninitialized variables-sfx 2020-05-11 15:24:49 -05:00
sfxParameter.cpp
sfxParameter.h
sfxPlayList.cpp SFX Player fixes #74 SFX Playlist currently writes an absurd amount of data into the bitstream. 2020-10-03 11:11:34 +02:00
sfxPlayList.h
sfxProfile.cpp
sfxProfile.h
sfxProvider.cpp
sfxProvider.h
sfxResource.cpp
sfxResource.h
sfxSound.cpp Various misc. tweaks and fixes based on static code analysis to minimize/fix memleaks, crashes, or other performance impacting code. 2020-09-19 18:25:10 -05:00
sfxSound.h
sfxSoundscape.cpp
sfxSoundscape.h
sfxSource.cpp Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. 2020-10-03 14:37:55 +02:00
sfxSource.h
sfxState.cpp
sfxState.h
sfxStream.h
sfxSystem.cpp
sfxSystem.h
sfxTrack.cpp
sfxTrack.h
sfxTypes.cpp
sfxTypes.h
sfxVoice.cpp
sfxVoice.h
sfxWorld.h adress #203 2020-06-12 13:25:53 -05:00