aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Serialization/CoalescedSceneObjectsSerializer.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* missed a few..UbitUmarov2018-01-091-1/+0
* fall back to a obsolete property since several monos in use (include our own)...UbitUmarov2018-01-081-1/+1
* a few more xml thingsUbitUmarov2018-01-051-0/+3
* disable some XmlResolverUbitUmarov2018-01-041-0/+1
* replace the wrong libOMV user modifiable Utils.EnUSCulture by our own no User...UbitUmarov2017-07-131-6/+6
* add more missing en-us culture on scene serializer writesUbitUmarov2017-07-131-6/+6
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-30/+30
* Better handling of invalid XML: a) prevent infinite loop on EOF; b) better lo...Oren Hurvitz2015-08-111-4/+2
* Fixed parsing of coalesced objects if the XML starts with an XML Declaration ...Oren Hurvitz2014-03-241-44/+45
* If a component of a coalesced object fails to deserialization, do not add a n...Justin Clark-Casey (justincc)2013-02-081-4/+18
* Fix bug where an avatar that had an object they owned attached through llAtta...Justin Clark-Casey (justincc)2012-05-231-2/+18
* Alter uuid gather so that it properly analyzes coalesced objects.Justin Clark-Casey (justincc)2011-04-211-18/+29
* Make all the objects in a coalescence reappears after being loaded from an IA...Justin Clark-Casey (justincc)2011-04-151-6/+41
* refactor: move code to obtain the coalescence size and object offsets into Co...Justin Clark-Casey (justincc)2011-04-131-15/+12
* Add coalesced scene objects class and serializer. This is currently only use...Justin Clark-Casey (justincc)2011-04-131-0/+117