Torque3D/Engine/source/ts
Areloch 48e994f7bd Shift file handling in importer to a standardized function
Added santizing of strings to filenames, object names and asset names for the importer process
Added sanitizeString console function for above
Added processing of terrainBlock object's fields for importer
Added check to avoid updateTSShapeLoadProgress spam
Adjusted folderPrefix logic to walk up directory to find assetName that isn't already in use.
2021-08-15 03:07:40 -05:00
..
arch
assimp Added getShapeConstructorFilePath console function on shapeAsset 2021-08-02 04:20:27 -05:00
collada wrap all the things! 2021-08-09 22:40:41 -05:00
loader Shift file handling in importer to a standardized function 2021-08-15 03:07:40 -05:00
instancingMatHook.cpp
instancingMatHook.h
tsAnimate.cpp
tsCollision.cpp
tsDecal.cpp
tsDecal.h
tsDump.cpp Various misc. tweaks and fixes based on static code analysis to minimize/fix memleaks, crashes, or other performance impacting code. 2020-09-19 18:25:10 -05:00
tsIntegerSet.cpp
tsIntegerSet.h
tsLastDetail.cpp fix for diffuse map mangling in several cases, filter imposters out of real time lighting (for now?) fix the blankskybox via a resave, and filter "badfilereference" and "failed" assets out of variable replacement for the project converter 2021-07-25 17:18:55 -05:00
tsLastDetail.h
tsMaterialList.cpp
tsMaterialList.h
tsMesh.cpp Removed unneeded duplicate of blank sky skybox 2021-08-06 01:06:36 -05:00
tsMesh.h
tsMeshFit.cpp
tsMeshIntrinsics.cpp
tsMeshIntrinsics.h
tsPartInstance.cpp Code style improvement 2020-10-03 23:53:45 +02:00
tsPartInstance.h
tsRenderState.cpp
tsRenderState.h
tsShape.cpp Parametrize script extension, default to 'tscript' 2021-01-19 21:32:31 +01:00
tsShape.h
tsShapeAlloc.cpp
tsShapeAlloc.h
tsShapeConstruct.cpp wrap to remove ambiguity 2021-08-09 22:24:20 -05:00
tsShapeConstruct.h Added getShapeConstructorFilePath console function on shapeAsset 2021-08-02 04:20:27 -05:00
tsShapeEdit.cpp Merge pull request #342 from lukaspj/fix/replace-dstrcmp 2020-10-03 17:01:12 -05:00
tsShapeInstance.cpp Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. 2020-10-03 14:37:55 +02:00
tsShapeInstance.h
tsShapeOldRead.cpp fix #365 2020-10-21 11:27:36 -05:00
tsSortedMesh.cpp
tsSortedMesh.h
tsThread.cpp
tsTransform.cpp
tsTransform.h