aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Serialization (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-09Various logging fix ups.onefang2-9/+12
2019-11-23fix identationUbitUmarov1-3/+2
2019-11-23fix xml decode of kfm in single prims caseUbitUmarov1-5/+6
2019-06-04Warnings--onefang2-4/+4
2019-05-19Various logging fix ups.onefang2-6/+9
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang3-83/+278
2019-01-21another missing fileUbitUmarov1-2/+7
2018-12-31add a bit more persistence (still mysql only)UbitUmarov1-1/+30
2018-12-20remove spurius newlineUbitUmarov1-3/+3
2018-01-17remove more xml things no longer needed on .net >4.5.2UbitUmarov3-3/+0
2018-01-17remove those xml things no longer needed on .net >4.5.2UbitUmarov3-8/+1
2018-01-15shut up some pesty warningsUbitUmarov1-1/+1
2018-01-09missed a few..UbitUmarov3-4/+1
2018-01-08fall back to a obsolete property since several monos in use (include our own)...UbitUmarov3-4/+4
2018-01-05 a few more xml thingsUbitUmarov3-15/+32
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-11-22Remove zero length XML blob spam.David Walter Seikel2-6/+9
2016-11-22Various random white space clean ups.David Walter Seikel2-39/+39
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel3-270/+423
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