Torque3D/Templates/BaseGame/game/tools/guiEditor/scripts
JeffR dff83182e2 Added sanity check to ensure that the requested file to be scaled via saveScaledImage actually exists
Shifts integration of other modules with the OptionsMenu so other modules can inject their own options categories to a callOnModules hook
Updated ExampleModule to use new options menu integration angle to show example option
Deleted unneeded dropdown_textEdit_image asset def from baseUI
Fixed incorrect internal values for the terrainIcon_image asset def that made it present as a redundant terrain material asset
Cleaned up old, bad loadFilters calls and replaced them with the proper refresh() calls.
Removed old, bad calls for jumping through the asset browser's tree from when it was still hardcoded organization, which cuts down a lot of error spam
Cleaned up some of the asset type's preview image assignment code to be more reliable
Made terrain materials now use a similar preview proxy shape as regular materials
Fixed erroneous duplicate GuiInspectorTypeShapeAssetPtr::onControlDropped, which was breaking drag-n-drop actions of shapeAssets into inspector fields
Added proper logic for drag-n-drop actions of imageAssets into inspector fields
Add sanity check after creating new asset to avoid redundant attempts at initialization of the new asset
Fixed ConvexShape Editor tooling so you can now use the UI to apply the selected material to the selected surface
Added tools menu to the menubar with the Project Importer entry so the PI can be launched from either tool
Implemented ability to drag-n-drop imageAssets onto MaterialEditor map fields and have it work
Implemented ability to drag-n-drop imageAssets onto TerrainMaterial Editor map fields and have it work
Made the TerrainMaterial editor dialogue have a non-modal background so you can interact with the editor as normal while it's up
Add sanity check to avoid attempting to mark EditorTree items if we couldn't find it's id
renamed BaseMap references in terrain material editor to diffuseMap for consistency
2022-03-27 03:05:48 -05:00
..
EditorChooseGUI.ed.tscript lotsa fixes. 2021-05-04 21:18:15 -04:00
fileDialogs.ed.tscript Parametrize script extension, default to 'tscript' 2021-01-19 21:32:31 +01:00
guiEditor.ed.tscript Removes the Library tabs from the World and GUI editors to avoid confusion. Adjusts the creation namespace from ECreatorWindow to a dummy object ObjectCreator to handle invoking for creation 2021-12-04 22:47:10 -06:00
guiEditorCanvas.ed.tscript Added sanity check to ensure that the requested file to be scaled via saveScaledImage actually exists 2022-03-27 03:05:48 -05:00
guiEditorContentList.ed.tscript Parametrize script extension, default to 'tscript' 2021-01-19 21:32:31 +01:00
guiEditorGroup.ed.tscript Parametrize script extension, default to 'tscript' 2021-01-19 21:32:31 +01:00
guiEditorInspector.ed.tscript Parametrize script extension, default to 'tscript' 2021-01-19 21:32:31 +01:00
guiEditorNewGuiDialog.ed.tscript Adds load status to MaterialAsset for if the Script file itself has been loaded, but the material itself hasn't yet been processed. 2021-09-19 01:01:47 -05:00
guiEditorPrefsDlg.ed.tscript Parametrize script extension, default to 'tscript' 2021-01-19 21:32:31 +01:00
guiEditorProfiles.ed.tscript more torquescript template fixes. 2021-05-04 22:49:19 -04:00
guiEditorSelectDlg.ed.tscript Parametrize script extension, default to 'tscript' 2021-01-19 21:32:31 +01:00
guiEditorStatusBar.ed.tscript Parametrize script extension, default to 'tscript' 2021-01-19 21:32:31 +01:00
guiEditorToolbox.ed.tscript Parametrize script extension, default to 'tscript' 2021-01-19 21:32:31 +01:00
guiEditorTreeView.ed.tscript Parametrize script extension, default to 'tscript' 2021-01-19 21:32:31 +01:00
guiEditorUndo.ed.tscript Adds handling for drag-and-drop import of files even if asset browser is not open. If world or gui editor are the active controls, then it will injest the incoming files and prompt what their destination module and path will be via a new popup window. After clicking OK, import continues into that destination. 2021-09-12 05:32:30 -05:00