Torque3D/Engine/source/gui/utility
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
..
guiBubbleTextCtrl.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiBubbleTextCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiInputCtrl.cpp dial back nullPtr usage 2025-12-29 17:45:09 -06:00
guiInputCtrl.h Make sure to actually remove the signal registration too 2025-08-11 00:09:54 -05:00
guiMouseEventCtrl.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
guiMouseEventCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiRenderTargetVizCtrl.cpp dial back nullPtr usage 2025-12-29 17:45:09 -06:00
guiRenderTargetVizCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
messageVector.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
messageVector.h rest of virtuals removed 2024-03-18 18:40:22 +00:00