Justin Clark-Casey (justincc)
|
5473c4f8cc
Route OAR SOG loading through the common SceneObjectSerializer.FromXml2Format() rather than the functionally identical but buggy Xml2ToSOG().
|
пре 12 година |
Justin Clark-Casey (justincc)
|
2b842958cc
If shape properties fail SOP parsing (e.g. due to commas instead of decimal points) print out one short message listing the failing node names rather than lots of exceptions.
|
пре 12 година |
Justin Clark-Casey (justincc)
|
189c67db95
On object deserialization, go back to logging errors at DEBUG level rather than ERROR. Restore extra log message if shape processing fails.
|
пре 12 година |
Justin Clark-Casey (justincc)
|
312e1457dd
Change SceneObjectSerializer to use common ExternalRepresentationUtils.ExecuteReadProcessors() methods.
|
пре 12 година |
Melanie
|
567f4c51f8
Improve reliability of script state saving by covering various saving
|
пре 12 година |
Justin Clark-Casey (justincc)
|
154ba0124a
Add experimental --publish option to "save oar" so that OARs reloaded to the same grid don't have the publisher as owner.
|
пре 13 година |
Diva Canto
|
8bdd80abfa
HG: normalize all externalized user ULRs to be the Home URL, i.e. the location of the user's UAS. This corrects an earlier design which had some cases pointing to the profile server. WARNING: CONFIGURATION CHANGES in both the sims (*Common.ini) and the Robust configs (Robust.HG.ini). Please check diff of the example files, but basically all vars that were pointing to profile should point to the UAS instead and should be called HomeURI.
|
пре 13 година |
Justin Clark-Casey (justincc)
|
38db874755
If deserializing a scene object fails during IAR load then ignore the object rather than halting the IAR load with an exception.
|
пре 13 година |
Dan Lake
|
0ab2289cdc
Access to these static methods to serialize objects are useful outside of serializer
|
пре 13 година |
Dan Lake
|
e2c51a977d
Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.
|
пре 13 година |
Justin Clark-Casey (justincc)
|
af7c6c5f39
stop passing FromUserInventoryItemID right down into the deserializer.
|
пре 13 година |
Justin Clark-Casey (justincc)
|
cf3ffe5bb4
Fix llAttachToAvatar()
|
пре 13 година |
Justin Clark-Casey (justincc)
|
86f45f6fe7
remove undo state storage in a few places where it's pointless
|
пре 13 година |
Justin Clark-Casey (justincc)
|
5e8900dfd0
minor: code tidy and inserted log lines for future use.
|
пре 13 година |
Justin Clark-Casey (justincc)
|
fc7e17baf7
When serializing objects, stop accidentally using the green text colour value for alpha
|
пре 13 година |
Justin Clark-Casey (justincc)
|
e9988a3728
Make sure culture is en-US when saving archive related xml.
|
пре 13 година |
Justin Clark-Casey (justincc)
|
4e4db749eb
If parsing fails in the primitive base shape (which prints out a debug log message), also print out the name and uuid of the part containing this shape.
|
пре 13 година |
Melanie
|
e398c33648
Add PayPrice to serialization format Xml2
|
пре 13 година |
Justin Clark-Casey (justincc)
|
58efd761d1
Add coalesced scene objects class and serializer. This is currently only used by the TestRezCoalescedObject() regression test.
|
пре 13 година |
Diva Canto
|
5c870fce54
Bug fix in object serialization -- sculpt data was wrong.
|
пре 13 година |
Diva Canto
|
eab0951a59
Fixes the issue of hung archives. Problem was with SceneObjectSerializer.
|
пре 14 година |
Justin Clark-Casey (justincc)
|
3d32f05cde
remove mono compiler warning: if (sop.Color != null) always returns true as sop.Color is a value type.
|
пре 14 година |
Diva Canto
|
f86c438653
Preservation of creator information now also working in IARs. Cleaned up usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function.
|
пре 14 година |
Diva Canto
|
ca8d015733
Changed the parser for InventoryItem deserialization. Moved some utility functions around.
|
пре 14 година |
Diva Canto
|
c617d658dd
Added creator info across the board -- TaskInventoryItems and InventoryItems themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being.
|
пре 14 година |
Diva Canto
|
6a9ae9e7cb
Global creator information working on MySQL DB and on load/save OARs. Creator name properly shown on the viewer as first.last @authority.
|
пре 14 година |
Melanie
|
98ba079e95
Diva needs a spanking! Serializing OldItemID breaks script state persistence in agent inventory.
|
пре 14 година |
Diva Canto
|
9f5ab3b965
Old deserialization can't deal with commas in flag fields. Making use of -version option on save oar command. Bumped archives version to 0.5; version < 0.5 generates flag fields without commas. Everything else is identical.
|
пре 14 година |
Jeff Ames
|
a331fd4e24
Formatting cleanup.
|
пре 14 година |
Diva Canto
|
627d1a42fe
Added inner exception handling in Shape deserialization processing, so that the whole Shape processing returns a valid Shape object.
|
пре 14 година |