Torque3D/Engine/source/gui/editor/inspector
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
..
customField.cpp uninitialized variables-gui 2020-05-11 15:03:27 -05:00
customField.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
datablockField.cpp Adds logic to be able to set a search string on an inspector that will be used to filter displayed fields. 2024-02-13 20:33:14 -06:00
datablockField.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
dynamicField.cpp Merge branch 'development' into imageAsset_refactor_rev3 2025-03-24 20:07:06 +00:00
dynamicField.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
dynamicGroup.cpp Adds logic to be able to set a search string on an inspector that will be used to filter displayed fields. 2024-02-13 20:33:14 -06:00
dynamicGroup.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
field.cpp dial back nullPtr usage 2025-12-29 17:45:09 -06:00
field.h Converts the ad-hoc design of the Material Editor to utilize the same inspector interface as most everything else does. 2025-08-03 12:03:02 -05:00
group.cpp dial back nullPtr usage 2025-12-29 17:45:09 -06:00
group.h Update of Particle Editor to standardize it up and utilize inspectors rather than adhoc guis 2025-12-21 16:39:19 -06:00
variableField.cpp dial back nullPtr usage 2025-12-29 17:45:09 -06:00
variableField.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
variableGroup.cpp Console Refactor 2023-09-13 10:33:20 +02:00
variableGroup.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
variableInspector.cpp dial back nullPtr usage 2025-12-29 17:45:09 -06:00
variableInspector.h rest of virtuals removed 2024-03-18 18:40:22 +00:00