Torque3D/Engine/source/core/util
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
..
journal virtuals removed 2024-03-18 18:13:00 +00:00
test 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
zip Fix memory leak in ZipSubRStream 2025-02-19 15:06:02 +03:00
autoPtr.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
byteBuffer.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
byteBuffer.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
byteswap.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
commonSwizzles.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
delegate.h Simple pass over the codebase to standardize the platform types. 2013-08-04 16:26:01 -05:00
dxt5nmSwizzle.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
endian.h * Adjustment: Utilize native compiler intrinsics for endian swapping when available. 2021-10-07 09:59:03 -04:00
FastDelegate.h Fixed some minor compiler warnings on Linux 2015-06-28 22:29:23 +02:00
fourcc.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
hashFunction.cpp clang: register type modifier deprecated 2016-10-14 17:37:00 -05:00
hashFunction.h * BugFix: Clear a lot of warnings and correct a few actual programming errors along the way. 2021-10-04 20:04:21 -04:00
md5.cpp clang: register type modifier deprecated 2016-10-14 17:37:00 -05:00
md5.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
namedSingleton.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
noncopyable.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
path.cpp Merge remote-tracking branch 'smally/platform_type_consistency' into platform-type-consistency 2014-04-04 13:43:25 +11:00
path.h Compilation fixes for C++20 2022-11-28 21:39:06 -05:00
preprocessorHelpers.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
rawData.h Fixed some random Worder warnings 2015-07-03 15:52:38 +02:00
refBase.h dial back nullPtr usage 2025-12-29 17:45:09 -06:00
rgb2luv.cpp Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 2017-06-23 11:36:20 -05:00
rgb2luv.h Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 2017-06-23 11:36:20 -05:00
rgb2xyz.cpp Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 2017-06-23 11:36:20 -05:00
rgb2xyz.h Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 2017-06-23 11:36:20 -05:00
safeCast.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
safeDelete.h add extra safeties to safe_delete macros 2025-06-06 10:45:05 -05:00
safeRelease.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
str.cpp Compilation fixes for C++20 2022-11-28 21:39:06 -05:00
str.h fixes for linux 2025-01-24 08:44:57 +00:00
swizzle.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
swizzleSpec.h Simple pass over the codebase to standardize the platform types. 2013-08-04 16:26:01 -05:00
systemInterfaceList.h Shifted to the static-list arrangement for probe instance tracking to help performance as well as drastically streamline the data submission/material instance flow for probe rendering. 2018-10-07 17:32:23 -05:00
tAlignedArray.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
tDictionary.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
tDictionary.h dial back nullPtr usage 2025-12-29 17:45:09 -06:00
tFixedSizeDeque.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
tFixedSizeVector.h Merge pull request #635 from just-bank/engine-fixes 2014-05-23 14:09:00 +02:00
timeClass.cpp * BugFix: When querying against root with Torque::FS::DumpDirectories, correctly return directories with their path. 2021-12-20 19:26:32 -05:00
timeClass.h * BugFix: When querying against root with Torque::FS::DumpDirectories, correctly return directories with their path. 2021-12-20 19:26:32 -05:00
timeSource.h virtuals removed 2024-03-18 18:13:00 +00:00
tList.h Compilation fixes for C++20 2022-11-28 21:39:06 -05:00
tNamedFactory.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
tSignal.cpp tsignal::order to ::mOrder. yet another potential conflict with a class member vs a method input 2018-03-13 14:22:51 -05:00
tSignal.h virtuals removed 2024-03-18 18:13:00 +00:00
tSingleton.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
tUnmanagedVector.h Fixed some random Worder warnings 2015-07-03 15:52:38 +02:00
tVector.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
tVector.h overflow avoidance 2025-05-26 15:16:18 -05:00
tVectorSpecializations.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
uuid.cpp Update uuid.cpp 2024-07-23 13:36:49 +01:00
uuid.h uninitialized and unused value cleanups 2023-05-01 10:40:02 -05:00