Torque3D/Engine/source/sfx
AzaezelX 5ffa3b81f1 dial back nullPtr usage
while it still remains a good idea to port as many NULL compares and assignments over to nullPtr as feasable, we do still need to sort out how to better support scripted empty, false, and zero assigns for things like objectIDs.

this means we'll need to both fully convert the backend of the parser to support that kind of thing, but also alter most if not all exisiting NULLs. up to and including things like SAFE_DELETE. while that's certainly feasable, given there's aproximatel 400 nullptr assigns/checks prior to this commit, and roughly 1800 of the prior, if it terminates in a script call and not an aip one direct, we'll be dialing that back until such time as fork fully fopcused on converting and resolving any lingering mismatches is completed.
2025-12-29 17:45:09 -06:00
..
dsound Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
media dial back nullPtr usage 2025-12-29 17:45:09 -06:00
null rest of virtuals removed 2024-03-18 18:40:22 +00:00
openal Adjusts the OpenAL device listing query to ensure more reliable results. 2025-01-30 15:18:51 -06:00
xaudio kills off the last vestiges of xenon support 2017-07-09 15:05:56 -05:00
sfxAmbience.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
sfxAmbience.h virtuals removed 2024-03-18 18:13:00 +00:00
sfxBuffer.cpp clang: constructor initialization order 2016-10-14 18:16:55 -05:00
sfxBuffer.h virtuals removed 2024-03-18 18:13:00 +00:00
sfxCommon.h fix out of bound initializations 2020-07-27 10:22:39 -05:00
sfxController.cpp Sfx playlist asset working (#1109) 2023-10-21 17:19:02 -05:00
sfxController.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
sfxDescription.cpp further validator cleanups 2025-03-18 14:06:33 -05:00
sfxDescription.h virtuals removed 2024-03-18 18:13:00 +00:00
sfxDevice.cpp Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess 2018-04-23 10:08:14 -05:00
sfxDevice.h remove FMODex from Torque3D 2021-09-11 16:29:32 -04:00
sfxEnvironment.cpp further validator cleanups 2025-03-18 14:06:33 -05:00
sfxEnvironment.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
sfxFileStream.cpp replace other classes 2024-03-24 12:06:03 +00:00
sfxFileStream.h replace other classes 2024-03-24 12:06:03 +00:00
sfxInternal.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
sfxInternal.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
sfxMemoryStream.cpp clean up malformed stream conversion 2024-01-01 20:42:43 -06:00
sfxMemoryStream.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
sfxModifier.cpp uninitialized variables-sfx 2020-05-11 15:24:49 -05:00
sfxModifier.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
sfxParameter.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
sfxParameter.h virtuals removed 2024-03-18 18:13:00 +00:00
sfxPlayList.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
sfxPlayList.h fill in the validated variables 2025-03-09 11:53:23 -05:00
sfxProfile.cpp sfxSndStream 2024-03-24 11:33:42 +00:00
sfxProfile.h virtuals removed 2024-03-18 18:13:00 +00:00
sfxProvider.cpp Reordering initialization methods #1912 2017-04-19 14:02:45 -04:00
sfxProvider.h uninitialized and unused value cleanups 2023-05-01 10:40:02 -05:00
sfxResource.cpp SFXResource multi read 2024-03-24 15:39:58 +00:00
sfxResource.h SFXResource multi read 2024-03-24 15:39:58 +00:00
sfxSound.cpp if we have no description, the sounds is never 3d 2022-11-28 00:10:32 -06:00
sfxSound.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
sfxSoundscape.cpp Add an alternate allocator for DecalManager; Also fix SFX weirdness. 2024-02-04 23:27:31 +00:00
sfxSoundscape.h Add an alternate allocator for DecalManager; Also fix SFX weirdness. 2024-02-04 23:27:31 +00:00
sfxSource.cpp prelim refactor 2024-02-05 14:23:11 -06:00
sfxSource.h virtuals removed 2024-03-18 18:13:00 +00:00
sfxState.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
sfxState.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
sfxStream.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
sfxSystem.cpp replace other classes 2024-03-24 12:06:03 +00:00
sfxSystem.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
sfxTrack.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
sfxTrack.h virtuals removed 2024-03-18 18:13:00 +00:00
sfxTypes.cpp Initial Implementation of the Taml, Asset and Modules systems. 2015-10-13 15:19:36 -05:00
sfxTypes.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
sfxVoice.cpp clang: constructor initialization order 2016-10-14 18:16:55 -05:00
sfxVoice.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
sfxWorld.h virtuals removed 2024-03-18 18:13:00 +00:00