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