Torque3D/Engine/source/T3D/assets
Areloch 3c0c106051 Reorgs the editing of postFX so the editor settings edits the default config, and Scene > edit postFX to edit scene
Changes the saving of postfx from saving via the editor to instead save on level save
Reorganizes the core postfx folder to subfolders for better organization, as well as moving the shaders to group with the respective postFX
Changes the postfx editor so it only edits postFXs that are actively enabled in the scene, and only saves out similarly.
Adjusts the level download logic to pass asset id for both data compactness compared to the full level filename, as well as easier lookup reference for associated files like the postFX preset file or decal files from the asset def.
Updated the PostFXAsset template to provide an up-to-date starting point/template.
2020-09-11 02:28:15 -05:00
..
assetImporter.cpp Fixes issue where it would try and load a SIS file even if it doesnt exist 2020-08-26 13:40:04 -05:00
assetImporter.h Merge pull request #302 from Areloch/soundAndAnimationAssetImport 2020-08-25 00:23:05 -05:00
assetImporter_ScriptBinding.h Removes extra assetImportConfigs file 2020-08-08 13:01:50 -05:00
CppAsset.cpp Updates the rest of the asset types to utilize separate expanded path variables to avoid breaking assetDef saving 2020-08-09 01:32:27 -05:00
CppAsset.h Updates the rest of the asset types to utilize separate expanded path variables to avoid breaking assetDef saving 2020-08-09 01:32:27 -05:00
CubemapAsset.cpp 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
CubemapAsset.h Implemented proper ScriptAsset execution on load 2019-09-13 00:27:48 -05:00
ExampleAsset.cpp 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
ExampleAsset.h Asset Browser initial implementation - Asset updates. 2018-01-28 14:48:02 -06:00
GameObjectAsset.cpp Updates the rest of the asset types to utilize separate expanded path variables to avoid breaking assetDef saving 2020-08-09 01:32:27 -05:00
GameObjectAsset.h Updates the rest of the asset types to utilize separate expanded path variables to avoid breaking assetDef saving 2020-08-09 01:32:27 -05:00
GUIAsset.cpp Updates the rest of the asset types to utilize separate expanded path variables to avoid breaking assetDef saving 2020-08-09 01:32:27 -05:00
GUIAsset.h Updates the rest of the asset types to utilize separate expanded path variables to avoid breaking assetDef saving 2020-08-09 01:32:27 -05:00
ImageAsset.cpp shifts getImageFilename to getImagePath on ImageAsset 2020-08-13 01:35:24 -05:00
ImageAsset.h Updates the rest of the asset types to utilize separate expanded path variables to avoid breaking assetDef saving 2020-08-09 01:32:27 -05:00
LevelAsset.cpp Reorgs the editing of postFX so the editor settings edits the default config, and Scene > edit postFX to edit scene 2020-09-11 02:28:15 -05:00
LevelAsset.h Adds function for sceneObjects to report utilized assets 2020-08-19 18:30:42 -05:00
MaterialAsset.cpp Updates the rest of the asset types to utilize separate expanded path variables to avoid breaking assetDef saving 2020-08-09 01:32:27 -05:00
MaterialAsset.h Updates the rest of the asset types to utilize separate expanded path variables to avoid breaking assetDef saving 2020-08-09 01:32:27 -05:00
ParticleAsset.cpp Corrects lookup/in-place auto import logic for ImageAssets 2020-07-11 16:20:10 -05:00
ParticleAsset.h Asset Browser initial implementation - Asset updates. 2018-01-28 14:48:02 -06:00
PostEffectAsset.cpp Updates the rest of the asset types to utilize separate expanded path variables to avoid breaking assetDef saving 2020-08-09 01:32:27 -05:00
PostEffectAsset.h Updates the rest of the asset types to utilize separate expanded path variables to avoid breaking assetDef saving 2020-08-09 01:32:27 -05:00
ScriptAsset.cpp Updates the rest of the asset types to utilize separate expanded path variables to avoid breaking assetDef saving 2020-08-09 01:32:27 -05:00
ScriptAsset.h Updates the rest of the asset types to utilize separate expanded path variables to avoid breaking assetDef saving 2020-08-09 01:32:27 -05:00
ShapeAnimationAsset.cpp Updates the rest of the asset types to utilize separate expanded path variables to avoid breaking assetDef saving 2020-08-09 01:32:27 -05:00
ShapeAnimationAsset.h Integrates sound and shapeAnimation assets into the importer 2020-08-24 20:24:50 -05:00
ShapeAsset.cpp Adds functions to get the full path for level and shape asset files 2020-08-12 13:11:13 -05:00
ShapeAsset.h 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
SoundAsset.cpp Integrates sound and shapeAnimation assets into the importer 2020-08-24 20:24:50 -05:00
SoundAsset.h Integrates sound and shapeAnimation assets into the importer 2020-08-24 20:24:50 -05:00
stateMachineAsset.cpp Updates the rest of the asset types to utilize separate expanded path variables to avoid breaking assetDef saving 2020-08-09 01:32:27 -05:00
stateMachineAsset.h Updates the rest of the asset types to utilize separate expanded path variables to avoid breaking assetDef saving 2020-08-09 01:32:27 -05:00
TerrainAsset.cpp Adds function for sceneObjects to report utilized assets 2020-08-19 18:30:42 -05:00
TerrainAsset.h Updates the rest of the asset types to utilize separate expanded path variables to avoid breaking assetDef saving 2020-08-09 01:32:27 -05:00
TerrainMaterialAsset.cpp Updates the rest of the asset types to utilize separate expanded path variables to avoid breaking assetDef saving 2020-08-09 01:32:27 -05:00
TerrainMaterialAsset.h Updates the rest of the asset types to utilize separate expanded path variables to avoid breaking assetDef saving 2020-08-09 01:32:27 -05:00