Torque3D/Templates/BaseGame/game/tools
Areloch d01341708e Removes extra assetImportConfigs file
Fixes name handling when finding associated image files on materials
Makes parseImageSuffix return back the case-correct suffix given the image's filename
Fixes import session reset logic to not have infinite looping happen when activated if files are in the session still(used mainly when import config is changed)
Makes sure materials are not processed if they are found in the import config's ignoreMaterials list
Makes sure active import config is properly on importer when it's changed in the Import window
Tweaked asset browser folder filtering logic so it always rejects .git folders from displaying, and also made the core, tools, cache and shaderCache filtering behavior consistent
Fixed navigation of root-level folders if double-clicking on them through the main window
Ensured import session is reset after an import happens so no extra files are left over in the importer's list
2020-08-08 13:01:50 -05:00
..
assetBrowser Removes extra assetImportConfigs file 2020-08-08 13:01:50 -05:00
base Added/Improved some asset type icons 2020-07-11 16:49:06 -05: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 Updated path handling for loose asset files for CPP, Image, Level, Material, PostFX, Shape, Terrain, TerrainMat and StateMachine assets to be more predictable in when and how they expando the loose file path into a full, useable path 2020-02-04 01:47:28 -06:00
convexEditor Updated path handling for loose asset files for CPP, Image, Level, Material, PostFX, Shape, Terrain, TerrainMat and StateMachine assets to be more predictable in when and how they expando the loose file path into a full, useable path 2020-02-04 01:47:28 -06:00
datablockEditor Shifts the tools messageboxes to be distinct from any messageboxes in the main game 2020-07-24 00:40:03 -05:00
debugger Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
decalEditor Shifts the tools messageboxes to be distinct from any messageboxes in the main game 2020-07-24 00:40:03 -05:00
editorClasses Shifts the tools messageboxes to be distinct from any messageboxes in the main game 2020-07-24 00:40:03 -05:00
forestEditor Shifts the tools messageboxes to be distinct from any messageboxes in the main game 2020-07-24 00:40:03 -05:00
gui Separated ShapeAsset's fileName for the loose file name and the fully processed file path to avoid potential save-out problems 2020-08-07 00:24:26 -05:00
guiEditor Shifts the tools messageboxes to be distinct from any messageboxes in the main game 2020-07-24 00:40:03 -05:00
levels Updated path handling for loose asset files for CPP, Image, Level, Material, PostFX, Shape, Terrain, TerrainMat and StateMachine assets to be more predictable in when and how they expando the loose file path into a full, useable path 2020-02-04 01:47:28 -06:00
MainEditor Moved unneeded modules to Templates/Modules 2019-09-29 06:44:43 -05:00
materialEditor Shifts the tools messageboxes to be distinct from any messageboxes in the main game 2020-07-24 00:40:03 -05:00
meshRoadEditor Updated path handling for loose asset files for CPP, Image, Level, Material, PostFX, Shape, Terrain, TerrainMat and StateMachine assets to be more predictable in when and how they expando the loose file path into a full, useable path 2020-02-04 01:47:28 -06:00
missionAreaEditor Shifts the tools messageboxes to be distinct from any messageboxes in the main game 2020-07-24 00:40:03 -05:00
navEditor Shifts the tools messageboxes to be distinct from any messageboxes in the main game 2020-07-24 00:40:03 -05:00
particleEditor Shifts the tools messageboxes to be distinct from any messageboxes in the main game 2020-07-24 00:40:03 -05: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 Updated path handling for loose asset files for CPP, Image, Level, Material, PostFX, Shape, Terrain, TerrainMat and StateMachine assets to be more predictable in when and how they expando the loose file path into a full, useable path 2020-02-04 01:47:28 -06:00
roadEditor Shifts the tools messageboxes to be distinct from any messageboxes in the main game 2020-07-24 00:40:03 -05:00
shapeEditor Shifts the tools messageboxes to be distinct from any messageboxes in the main game 2020-07-24 00:40:03 -05:00
shapes noshape.dae should go inside core 2017-07-10 20:00:23 -05:00
VerveEditor Shifts the tools messageboxes to be distinct from any messageboxes in the main game 2020-07-24 00:40:03 -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 Separated ShapeAsset's fileName for the loose file name and the fully processed file path to avoid potential save-out problems 2020-08-07 00:24:26 -05: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 Updated path handling for loose asset files for CPP, Image, Level, Material, PostFX, Shape, Terrain, TerrainMat and StateMachine assets to be more predictable in when and how they expando the loose file path into a full, useable path 2020-02-04 01:47:28 -06:00
settings.xml Separated ShapeAsset's fileName for the loose file name and the fully processed file path to avoid potential save-out problems 2020-08-07 00:24:26 -05: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