aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Serialization/SceneObjectSerializer.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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-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 Hurvitz1-53/+56
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-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-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
2012-07-23Change attachment handling to remove object from the scene first as perMelanie1-0/+18
2012-07-07Change semantics of FromXML on vehicle data to make the serializer a bit cleanerMelanie1-6/+5
2012-07-07Add saving vehicle physics data to the databaseMelanie1-4/+4
2012-05-16Route OAR SOG loading through the common SceneObjectSerializer.FromXml2Format...Justin Clark-Casey (justincc)1-45/+0
2012-05-15Port Avination's collision fixes to core.Melanie1-0/+7
2012-05-14Completely revamp collision handling. Now works as it is supposed to.Melanie1-0/+7
2012-03-14bug fixs, added a default physics shape estimator based on being a mesh or no...UbitUmarov1-5/+5
2012-03-13missed commit of extraphysics parameters serialization..UbitUmarov1-6/+46
2012-02-26Move KeyframeMotion from SOG to SOP because we can't persist it anyMelanie1-4/+4
2012-02-26Fix deserialization of Buoyancy, Force and Torque. Remove debug from the newMelanie1-5/+0
2012-02-26Serialize Keyframe motion for region crossingsMelanie1-1/+21
2012-02-25 changed SOP Force and Torque, adding XML (de/)serialization, also changed Bu...UbitUmarov1-1/+16
2012-02-19Uncomment serializationMelanie1-3/+3
2012-02-19Vehicle XML serialization more complete. Inactived by coments in SceneObjectS...UbitUmarov1-0/+28
2012-02-16If shape properties fail SOP parsing (e.g. due to commas instead of decimal p...Justin Clark-Casey (justincc)1-12/+22
2012-02-13On object deserialization, go back to logging errors at DEBUG level rather th...Justin Clark-Casey (justincc)1-5/+9
2012-02-03Change SceneObjectSerializer to use common ExternalRepresentationUtils.Execut...Justin Clark-Casey (justincc)1-74/+29
2012-02-02Improve reliability of script state saving by covering various savingMelanie1-4/+1
2012-02-02Improve reliability of script state saving by covering various savingMelanie1-4/+1
2012-01-28Add experimental --publish option to "save oar" so that OARs reloaded to the ...Justin Clark-Casey (justincc)1-5/+15
2012-01-12HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio...Diva Canto1-4/+4