Added 'ItemInst::Serialize()' overload to make use of std::stringstream implementation

This commit is contained in:
Uleat
2016-05-11 00:30:04 -04:00
parent 3e0574630b
commit 915f22d564
3 changed files with 8 additions and 5 deletions
+1
View File
@@ -3,6 +3,7 @@ EQEMu Changelog (Started on Sept 24, 2003 15:50)
== 05/10/2016 ==
Uleat: Converted client translators' 'SerializeItem()' to recursive, single buffer methodology. Titanium SerializeItem() now adds a null term between parent items instead of the invoking function
Uleat: Converted server 'BulkSendInventoryItems()' to use single buffer methodology
Uleat: Added 'ItemInst::Serialize()' overload to make use of the above single buffer methodology
== 05/08/2016 ==
Uleat: Re-coded Titanium client translator 'SerializeItem()' to use coded property assignments over file enumerated ones