Torque3D/Engine/source/gui/worldEditor
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
..
tools
creator.cpp
creator.h
editor.cpp
editor.h
editorIconRegistry.cpp
editorIconRegistry.h
editTSCtrl.cpp - Reimplements autosave logic to handle levels, subscenes and terrains in a more consistent, reliable way. 2025-05-25 07:40:10 -05:00
editTSCtrl.h - Reimplements autosave logic to handle levels, subscenes and terrains in a more consistent, reliable way. 2025-05-25 07:40:10 -05:00
gizmo.cpp
gizmo.h
guiConvexShapeEditorCtrl.cpp dial back nullPtr usage 2025-12-29 17:45:09 -06:00
guiConvexShapeEditorCtrl.h
guiDecalEditorCtrl.cpp decal atlas support work 2025-09-19 09:09:55 -05:00
guiDecalEditorCtrl.h
guiMissionArea.cpp Update guiMissionArea.cpp 2025-06-15 17:15:59 +01:00
guiMissionArea.h remove terrain dependency from mission area 2025-06-15 12:41:47 +01:00
guiMissionAreaEditor.cpp
guiMissionAreaEditor.h
guiTerrPreviewCtrl.cpp
guiTerrPreviewCtrl.h
terrainActions.cpp simplify erosion calcs 2025-02-18 19:58:48 -06:00
terrainActions.h simplify erosion calcs 2025-02-18 19:58:48 -06:00
terrainEditor.cpp add a pasteUp and pasteDown pallet 2025-02-17 23:42:19 -06:00
terrainEditor.h add min/max tile height entrys to painter, apply those to the general isvalid check for a given tile alteration. apply that to more brushes. 2024-10-24 13:37:45 -05:00
tSelection.cpp
tSelection.h
undoActions.cpp
undoActions.h
worldEditor.cpp dial back nullPtr usage 2025-12-29 17:45:09 -06:00
worldEditor.h review notes from Az 2025-03-30 11:22:42 +01:00
worldEditorSelection.cpp
worldEditorSelection.h