Torque3D/Engine/source/persistence/taml
JeffR 630285def6 Shifts handling of material and terrain material definitions to be written into the asset definition taml file instead of having an extra loose file
Also updates importers to correctly handle this change
Adds ability for taml XML serialization to properly assign array'd fields
Adds 'inheritFrom' field to simobjects for when objects with parent objects are serialized
AssetBase how inherits from SimGroup so it can have objects like material definitions embedded in them for save/load in the taml definition file
Updated loading/handling logic in terrain material asset to be more similar to regular material assets
2022-01-30 11:50:16 -06:00
..
binary Initial Implementation of the Taml, Asset and Modules systems. 2015-10-13 15:19:36 -05:00
json uninitialized variables-persistence 2020-05-11 15:12:50 -05:00
xml Shifts handling of material and terrain material definitions to be written into the asset definition taml file instead of having an extra loose file 2022-01-30 11:50:16 -06:00
fsTinyXml.cpp Cleanup fsTinyXml implementation 2022-01-03 21:16:34 +01:00
fsTinyXml.h Cleanup fsTinyXml implementation 2022-01-03 21:16:34 +01:00
taml.cpp Implementation of updated handling of Legacy Project importer to better seperate out importer versions as well as more explicit processing of incoming content 2022-01-20 01:14:43 -06:00
taml.h Update usage of TinyXML to use TinyXML2 2021-07-31 21:54:19 +02:00
taml_ScriptBinding.h Implementation of updated handling of Legacy Project importer to better seperate out importer versions as well as more explicit processing of incoming content 2022-01-20 01:14:43 -06:00
tamlCallbacks.h Initial Implementation of the Taml, Asset and Modules systems. 2015-10-13 15:19:36 -05:00
tamlChildren.h Initial Implementation of the Taml, Asset and Modules systems. 2015-10-13 15:19:36 -05:00
tamlCustom.cpp Use strncpy instead of strcpy because again, buffer overflows 2018-03-06 02:35:33 -05:00
tamlCustom.h Use strncpy instead of strcpy because again, buffer overflows 2018-03-06 02:35:33 -05:00
tamlParser.h Initial Implementation of the Taml, Asset and Modules systems. 2015-10-13 15:19:36 -05:00
tamlVisitor.h Initial Implementation of the Taml, Asset and Modules systems. 2015-10-13 15:19:36 -05:00
tamlWriteNode.cpp * [TAML] BugFix: Correct a delete and new[] mismatch in tamlWriteNode reported by ASAN. 2021-11-03 18:27:26 -04:00
tamlWriteNode.h As suggested, extract strlen calls from sizes into variables so it isn't called twice 2018-03-08 20:59:40 -05:00