Torque3D/Engine/source/ts
2021-12-10 00:01:26 -06:00
..
arch
assimp Assimp checks against lowercase extensions, so we force the extension of the file to lower before fetching the importer. 2021-11-19 23:14:06 -06:00
collada Disables generation of the materials script files by the internal shape import processor. Material script files are now only generated by the AssetImporter as part of the shape injest process. 2021-11-05 17:49:48 -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 animation clarification 2018-03-13 17:54:35 -05:00
tsCollision.cpp * BugFix: Clear some MSVC compiler warnings. 2021-10-07 00:27:39 -04:00
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 Fixes mapping of imposter images to be packed as part of the shape asset, and fixes paths to be formatted more sanely. 2021-12-10 00:01:26 -06:00
tsLastDetail.h Fixes mapping of imposter images to be packed as part of the shape asset, and fixes paths to be formatted more sanely. 2021-12-10 00:01:26 -06:00
tsMaterialList.cpp
tsMaterialList.h
tsMesh.cpp Removed unneeded duplicate of blank sky skybox 2021-08-06 01:06:36 -05:00
tsMesh.h uninitialized variables-ts 2020-05-11 15:40:55 -05:00
tsMeshFit.cpp more compiler compliant cleanups plus a full set of tsMesh::foo to tsmesh::mFoo class var conversions for consistency 2018-03-13 14:53:23 -05:00
tsMeshIntrinsics.cpp
tsMeshIntrinsics.h
tsPartInstance.cpp Code style improvement 2020-10-03 23:53:45 +02:00
tsPartInstance.h
tsRenderState.cpp
tsRenderState.h asdasd 2017-10-26 17:06:27 -05:00
tsShape.cpp Fixes mapping of imposter images to be packed as part of the shape asset, and fixes paths to be formatted more sanely. 2021-12-10 00:01:26 -06:00
tsShape.h Fixes mapping of imposter images to be packed as part of the shape asset, and fixes paths to be formatted more sanely. 2021-12-10 00:01:26 -06:00
tsShapeAlloc.cpp
tsShapeAlloc.h
tsShapeConstruct.cpp * BugFix: Clear a lot of warnings and correct a few actual programming errors along the way. 2021-10-04 20:04:21 -04:00
tsShapeConstruct.h Add getScriptPath console function to GUIAsset 2021-09-10 02:13:56 -05:00
tsShapeEdit.cpp * BugFix: Correct an ASAN memory access error in TSShapeEdit caused by reading a reference from the same vector we are pushing to at the same time. 2021-11-02 09:11:25 -04: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 Merge pull request #2236 from Azaezel/memberMess 2018-05-30 20:36:43 -05:00
tsShapeOldRead.cpp fix #365 2020-10-21 11:27:36 -05:00
tsSortedMesh.cpp more compiler compliant cleanups plus a full set of tsMesh::foo to tsmesh::mFoo class var conversions for consistency 2018-03-13 14:53:23 -05:00
tsSortedMesh.h uninitialized variables-ts 2020-05-11 15:40:55 -05:00
tsThread.cpp pos to mSeqPos to resolve a method entry vs class entry 2018-03-12 23:09:20 -05:00
tsTransform.cpp
tsTransform.h