OpenSimMirror/OpenSim/Region/Framework/Scenes/Serialization
Justin Clark-Casey (justincc) 689da0f14d If a component of a coalesced object fails to deserialization, do not add a null where the object should be.
This prevents a later load IAR failure.
This code is currently only used by IAR loading.
2013-02-08 21:33:08 +00:00
..
CoalescedSceneObjectsSerializer.cs If a component of a coalesced object fails to deserialization, do not add a null where the object should be. 2013-02-08 21:33:08 +00:00
SceneObjectSerializer.cs Change attachment handling to remove object from the scene first as per 2012-07-23 21:39:26 +01:00
SceneXmlLoader.cs Route OAR SOG loading through the common SceneObjectSerializer.FromXml2Format() rather than the functionally identical but buggy Xml2ToSOG(). 2012-05-16 00:10:42 +01:00