Torque3D/Engine/source/renderInstance
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
..
forcedMaterialMeshMgr.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
forcedMaterialMeshMgr.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
renderBinManager.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
renderBinManager.h virtuals removed 2024-03-18 18:13:00 +00:00
renderDeferredMgr.cpp Update GFXTextureManager and GBitmap 2025-12-22 10:29:01 +00:00
renderDeferredMgr.h virtuals removed 2024-03-18 18:13:00 +00:00
renderFormatChanger.cpp Reverse depth & 32F buffer format 2023-04-14 20:13:28 -06:00
renderFormatChanger.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
renderImposterMgr.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
renderImposterMgr.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
renderMeshMgr.cpp Update GFXTextureManager and GBitmap 2025-12-22 10:29:01 +00:00
renderMeshMgr.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
renderObjectMgr.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
renderObjectMgr.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
renderOcclusionMgr.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
renderOcclusionMgr.h virtuals removed 2024-03-18 18:13:00 +00:00
renderParticleMgr.cpp shift glow logic to use a bool. we'll likely make that a scalar at some point, but not at the last second 2025-10-20 12:11:56 -05:00
renderParticleMgr.h fix particle glow 2025-10-20 10:56:19 -05:00
renderPassManager.cpp remove glowbin as it's own render pass 2024-05-30 17:29:42 -05:00
renderPassManager.h Update GFXTextureManager and GBitmap 2025-12-22 10:29:01 +00:00
renderPassStateToken.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
renderPassStateToken.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
renderProbeMgr.cpp dial back nullPtr usage 2025-12-29 17:45:09 -06:00
renderProbeMgr.h dial back nullPtr usage 2025-12-29 17:45:09 -06:00
renderTerrainMgr.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
renderTerrainMgr.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
renderTexTargetBinManager.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
renderTexTargetBinManager.h virtuals removed 2024-03-18 18:13:00 +00:00
renderTranslucentMgr.cpp Update GFXTextureManager and GBitmap 2025-12-22 10:29:01 +00:00
renderTranslucentMgr.h rest of virtuals removed 2024-03-18 18:40:22 +00:00