Torque3D/Engine/source/sim
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
..
actionMap.cpp Ongoing wipwork of the BaseUI update. Some bugfixes pending 2023-12-16 23:18:33 -06:00
actionMap.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
connectionStringTable.cpp rest of virtuals removed 2024-03-18 18:40:22 +00:00
connectionStringTable.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
netConnection.cpp rest of virtuals removed 2024-03-18 18:40:22 +00:00
netConnection.h dial back nullPtr usage 2025-12-29 17:45:09 -06:00
netDownload.cpp rest of virtuals removed 2024-03-18 18:40:22 +00:00
netEvent.cpp Use a strong reference instead of more manual reference counting. 2014-12-26 11:41:19 +11:00
netGhost.cpp rest of virtuals removed 2024-03-18 18:40:22 +00:00
netInterface.cpp uninitialized variables-sim 2020-05-11 15:26:52 -05:00
netInterface.h Preliminary IPV6 Support 2016-10-25 19:09:02 +01:00
netObject.cpp more stringtable leveraging 2025-05-19 12:09:21 -05:00
netObject.h virtuals removed 2024-03-18 18:13:00 +00:00
netStringTable.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
netStringTable.h uninitialized variables-sim 2020-05-11 15:26:52 -05:00