OpenSimMirror/OpenSim/Region/Framework/Scenes/Serialization
Melanie e126915bc1 Change attachment handling to remove object from the scene first as per
justincc's original work. Sample scripts before doing so. Also refactor some
crucial common code and eliminate parameters that were only ever used with
the same constant value.
2012-07-23 21:39:26 +01:00
..
CoalescedSceneObjectsSerializer.cs Fix bug where an avatar that had an object they owned attached through llAttachToAvatar() or osForceAttachToAvatar() would wrongly have next permissions come into play when they detached that object and rezzed it in scene. 2012-05-23 01:58:10 +01: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