aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Serialization (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-04disable some XmlResolverUbitUmarov2-0/+2
2017-07-16fix placement of xml ReadEndElement()UbitUmarov1-2/+1
2017-07-16store kfm on inventory. this may still be a bit confusing on rezUbitUmarov1-0/+23
2017-07-13replace the wrong libOMV user modifiable Utils.EnUSCulture by our own no User...UbitUmarov2-41/+41
2017-07-13add more missing en-us culture on scene serializer writesUbitUmarov2-31/+32
2017-06-09still losing time with of halcyon incompatibile oars... cathch exceptions of ...UbitUmarov1-8/+6
2017-06-08Another attempt at parsing MOAP <Media> elements in OAR files.Robert Adams1-1/+22
2017-06-08 revert fa5bf4fd0bb6a855eacdb7b5eec9cd71ad9bf606 for testUbitUmarov1-2/+1
2017-06-04Correct parsing of 'Media' XML element in PrimitiveBaseShape when reading an ...Robert Adams1-1/+2
2017-05-04 move deep effective permissions aggregation to first time use and not on cha...UbitUmarov2-3/+3
2017-04-01 store the physics inertia override in Mysql and add it to serializer. run p...UbitUmarov1-1/+22
2017-01-17add more calls to effective permissions aggregation, some paths may still be ...UbitUmarov2-2/+4
2017-01-05Massive tab and trailing space cleanupMelanie Thielker2-44/+44
2016-12-04The new Constant: integer OBJECT_REZZER_KEY = 32;Mandarinka Tasty1-0/+9
2016-11-26mantis 7656, partialy apply patch, changing the start scripts for nowUbitUmarov1-0/+1
2016-06-22Can't do it do it this low in the stack. Attachments on teleports apparently ...Diva Canto1-6/+1
2016-06-21Mantis #7932: Some objects were being serialized with PCode=9 and State != 0 ...Diva Canto1-1/+6
2015-10-20 add axis locks to sop serializer. Now they are also saved to inventoryUbitUmarov1-0/+8
2015-09-02seems to compile ( tests comented out)UbitUmarov1-34/+14
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto1-1/+1
2015-08-30Renamed the namespaces tooDiva Canto1-1/+1
2015-08-24try to implement core load oar optionsUbitUmarov1-0/+65
2015-08-11Better handling of invalid XML: a) prevent infinite loop on EOF; b) better lo...Oren Hurvitz2-57/+58
2015-08-01Mantis #7657 and #7514. This should alleviate the problem of bad object asset...Diva Canto1-3/+4
2015-01-09Added GetDisplayNames capability. For now, we don't actually use display name...Diva Canto1-0/+1
2014-11-03 always write physicsShapeType on sop serialization since default valueUbitUmarov1-2/+1
2014-08-29Ignore whitespace when reading serialized XML objects.Justin Clark-Casey (justincc)1-149/+150
2014-08-28On code section that rezzes single objects and attachments, reduce CPU use by...Justin Clark-Casey (justincc)1-33/+34
2014-07-27remove forgotten linesUbitUmarov1-7/+0
2014-07-27serialize sound parameters for llLoopSoundUbitUmarov1-1/+48
2014-05-26When saving an OAR in "Publish" mode, also discard Group informationOren Hurvitz1-3/+10
2014-03-28Better skipping of "SculptData" when parsing XMLOren Hurvitz1-7/+1
2014-03-28Removed "SculptData" from the serialized XML format of primsOren Hurvitz1-11/+3
2014-03-24Fixed parsing of coalesced objects if the XML starts with an XML Declaration ...Oren Hurvitz1-44/+45
2014-03-24Refactored Load IAR: created a generic mechanism to modify the SOG's as they ...Oren Hurvitz1-0/+67
2014-03-24Refactored: ExternalRepresentationUtils should be the only place where the "C...Oren Hurvitz1-2/+2
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-2/+2
2013-09-22Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood1-0/+14
2013-06-27Make the concept of namespaces explicit in dynamic attributesJustin Clark-Casey (justincc)1-1/+1
2013-06-06Hook up Keyframe motion to almost everything. Failing to cross a sim borderMelanie1-0/+16
2013-02-08If a component of a coalesced object fails to deserialization, do not add a n...Justin Clark-Casey (justincc)1-4/+18
2013-02-07Rename Bounciness to RestitutionMelanie1-3/+3
2013-02-07Rename Bounciness to RestitutionMelanie1-3/+3
2013-02-07Rename "Bounciness" to "Restitution"Melanie1-3/+3
2013-02-06Partial port of Avination's support for the new physics parameters.Melanie1-0/+43
2013-01-25Added DynAttrs to the serialized XML format of prims. When copying prims, use...Oren Hurvitz1-0/+14
2012-08-29 A few more changes to keyframesUbitUmarov1-1/+1
2012-08-28[possible still very broken] mess around keyframes. timer eventsUbitUmarov1-1/+1
2012-08-21Add Camera Offsets to serializationMelanie1-0/+14
2012-07-23Change attachment handling to remove object from the scene first as perMelanie1-0/+18