Torque3D/Templates/BaseGame/game/tools
Areloch c0dd314c12 Changed default terrain paths to go into data/terrains if nothing is set
Added default terrianmat definition for warning_material
Corrected separator-h image path for a few GUI controls
Corrected SelectAssetPathWindow reference so it focuses the window right
Changed new asset window to work with new Select Path window and address system
Added call to force AssetBrowser to load/initialize when the tools are initialized(ensures anything utilizing assets in other tools don't have reference issues)
Standardized drag-n-drop move behavior in the Asset browser so dragging onto the folder tree and a folder in the browser both behave more predictably
If import config is set to not allow importing with errors, then the Done button is disabled when errors are detected
Updated the example assettype file for the AB
Fixed up move/delete/rename behavior for folders in AB
Begun full standardization of move/delete/rename actions for other asset types in AB
Added standardized call for New Asset field fillouts by letting the asset types populate them
Moved terrain block creation to the standard create call so it can accept other normal fields like resolution
Updated the 'Do you want to create' terrain block prompts to generate the asset if yes, and if no it'll prompt to go find an existing terrain asset
Added placeholder image for terrain material asset for preview
Updated refresh behavior for terrain material assets so they properly populate on creation now
Added standardized functions to the directoryHandling class for folder/file manipulation
Corrected some warnMat image references
2019-12-23 12:37:55 -06:00
..
assetBrowser Changed default terrain paths to go into data/terrains if nothing is set 2019-12-23 12:37:55 -06:00
base From @rextimmy was missing the stateblock handling for the Transparency mode Sub 2019-11-19 01:25:24 -06:00
classIcons Removed unneeded deletion of asset definition in various asset deconstructors - was causing crash on shutdown when a new asset was made 2019-12-03 00:09:18 -06:00
componentEditor Changed default terrain paths to go into data/terrains if nothing is set 2019-12-23 12:37:55 -06:00
convexEditor Moved unneeded modules to Templates/Modules 2019-09-29 06:44:43 -05:00
datablockEditor Moved unneeded modules to Templates/Modules 2019-09-29 06:44:43 -05:00
debugger Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
decalEditor Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
editorClasses GFX card profile config file logging moved to debug only 2019-06-17 02:30:45 -05:00
forestEditor Fix forest editor failing to load forest because of space after object ID 2017-11-14 11:57:13 +00:00
gui Updated move folder behavior to better update the module and asset databases of changes 2019-12-08 15:54:37 -06:00
guiEditor Utilizes old method to clean up tree items in GuiTreeViewCtrl to resolve guiEditor crashes 2019-09-18 01:41:57 -05:00
levels Moved unneeded modules to Templates/Modules 2019-09-29 06:44:43 -05:00
MainEditor Moved unneeded modules to Templates/Modules 2019-09-29 06:44:43 -05:00
materialEditor Merge branch 'alpha40_premul' of https://github.com/Azaezel/Torque3D into Preview4_0 2019-11-22 21:27:52 -06:00
meshRoadEditor Moved unneeded modules to Templates/Modules 2019-09-29 06:44:43 -05:00
missionAreaEditor Initial implementation of the Scene object for handling scenes/levels in a more consistent and deliberate way. 2019-02-23 15:55:28 -06:00
navEditor Changed default terrain paths to go into data/terrains if nothing is set 2019-12-23 12:37:55 -06:00
particleEditor Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
physicsTools Fixes a crash that comes from toggling the editors on and off, then clicking a menubar item 2019-03-16 02:38:40 -05:00
resources Force proper update of box probe when attenuation changes 2019-08-19 01:14:34 -05:00
riverEditor Moved unneeded modules to Templates/Modules 2019-09-29 06:44:43 -05:00
roadEditor Changed default terrain paths to go into data/terrains if nothing is set 2019-12-23 12:37:55 -06:00
shapeEditor Changed default terrain paths to go into data/terrains if nothing is set 2019-12-23 12:37:55 -06:00
shapes noshape.dae should go inside core 2017-07-10 20:00:23 -05:00
VerveEditor WIP updated UI 2019-05-09 00:11:49 -05:00
VPathEditor Changed default terrain paths to go into data/terrains if nothing is set 2019-12-23 12:37:55 -06:00
worldEditor Changed default terrain paths to go into data/terrains if nothing is set 2019-12-23 12:37:55 -06:00
glb.sis Import Options gui Update 2019-05-21 01:19:35 -04:00
gltf.sis Import Options gui Update 2019-05-21 01:19:35 -04:00
main.cs Removed redundant 'load last edited level' startup mode to editor. 2019-11-20 01:39:12 -06:00
settings.xml WIP corrections for drag-n-drop handling for cubemap and shape asset types 2019-11-24 06:52:34 -06:00
Tools.cs Adds isSRGB and invertSmoothness checkboxes to terrain material editor 2019-11-11 01:40:55 -06:00
Tools.module Merge branch 'ModernEditorLayoutWIP' of https://github.com/Areloch/Torque3D into development 2019-05-13 00:28:23 -05:00