Torque3D/Engine/source/assets
Areloch 40dd926873 Adds function for sceneObjects to report utilized assets
Add reporting of used assets to tsStatics and TerrData
When saving a Scene, it will write static object asset dependencies to it's levelAsset
Shifted level loader logic to pass up the levelAsset rather than full level path
Made it so when level is loading, the levelAsset loads its dependencies. When the level is ended, as part of cleanup, they are unloaded
Shifts defaultEditorLevel to be an actual asset and made the ToolsModule load assets
Fixes the Save As action to correctly save out to the new level asset
Fixed the autoLoadAssets logic to be cleaner and not manually check types
Removed extra, unused DefaultEditorFile file
2020-08-19 18:30:42 -05:00
..
assetBase.cpp
assetBase.h
assetBase_ScriptBinding.h
assetDefinition.h
assetFieldTypes.cpp
assetFieldTypes.h
assetManager.cpp Adds function for sceneObjects to report utilized assets 2020-08-19 18:30:42 -05:00
assetManager.h
assetManager_ScriptBinding.h
assetPtr.h
assetQuery.cpp
assetQuery.h
assetQuery_ScriptBinding.h
assetTagsManifest.cpp
assetTagsManifest.h
assetTagsManifest_ScriptBinding.h
autoloadAssets.cpp
autoloadAssets.h
core.h
declaredAssets.cpp
declaredAssets.h
referencedAssets.cpp
referencedAssets.h
tamlAssetDeclaredUpdateVisitor.h
tamlAssetDeclaredVisitor.h
tamlAssetReferencedUpdateVisitor.h
tamlAssetReferencedVisitor.h