Torque3D/Engine/source/gui/editor/inspector
AzaezelX fa760fa746 add numerous new validators
as well as inspector support to treat a significant chunk of the codebase as range-clmped values which can take a guisliderbarctrl with a configurable at the validator level fidelity variable
additionally adds a new addfieldV and addprotetedfieldV for further callback validated slider-presented variables
*also* adds an on additional callbacks to the inspector itself, like onPreinspectobject, onPostinspectObject, and onPostInspectorfieldModified
in addition to *that*, adds a new hidefield command to tag a given specific field not to show in inspector
2025-03-09 11:51:54 -05: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 add numerous new validators 2025-03-09 11:51:54 -05: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 add numerous new validators 2025-03-09 11:51:54 -05:00
field.h Adds handling for complex fields such as Point2, Point3 and Point4's to be able to apply value changes to only one axis across a multi-object set without affecting other axis' 2024-04-30 18:44:17 -05:00
group.cpp add numerous new validators 2025-03-09 11:51:54 -05:00
group.h add numerous new validators 2025-03-09 11:51:54 -05:00
variableField.cpp uninitialized variables-gui 2020-05-11 15:03:27 -05: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 Shift tracking of dynamicObjects from strict child objects for Scenes, to tracking the objects but keeping them in the Cleanup Group to fix prefab loading behavior 2024-10-27 20:04:13 -05:00
variableInspector.h rest of virtuals removed 2024-03-18 18:40:22 +00:00