aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Serialization (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-09give up on a property that old monos do compile, but then smore ok execUbitUmarov4-4/+1
2018-01-08fall back to a obsolete property since several monos in use (include our own)...UbitUmarov4-4/+4
2018-01-05 a few more xml thingsUbitUmarov4-1/+8
2018-01-04disable some XmlResolverUbitUmarov1-0/+1
2017-01-05Massive tab and trailing space cleanupMelanie Thielker8-71/+71
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...Diva Canto1-1/+1
2015-10-18On to 0.8.3!Diva Canto1-1/+1
2015-10-18On to 0.8.3!Diva Canto1-1/+1
2015-08-11Better handling of invalid XML: a) prevent infinite loop on EOF; b) better lo...Oren Hurvitz1-8/+32
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto1-9/+1
2015-08-01Mantis #7657 and #7514. This should alleviate the problem of bad object asset...Diva Canto1-0/+19
2015-05-05Refactored some code that is used in two different dlls related to SOP rewrit...Diva Canto1-1/+183
2015-05-02It wasn't that. Revert "Mantis #7514"Diva Canto1-3/+0
2015-05-02Mantis #7514Diva Canto1-0/+3
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto1-1/+1
2014-08-29Ignore whitespace when reading serialized XML objects.Justin Clark-Casey (justincc)3-31/+31
2014-06-17Change assembly versions to 0.8.1Justin Clark-Casey (justincc)1-1/+1
2014-05-26When saving an OAR in "Publish" mode, also discard Group informationOren Hurvitz2-10/+11
2014-03-24Refactored: ExternalRepresentationUtils should be the only place where the "C...Oren Hurvitz2-4/+15
2014-01-20Materials module: a) Store materials as assets; b) Finalized it (removed the ...Oren Hurvitz1-0/+3
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-1/+1
2013-10-04Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)1-1/+1
2013-02-19Deleted all AssemblyFileVersion directivesDiva Canto1-1/+1
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)1-1/+1
2013-02-01Revert "Update assembly version numbers"BlueWall1-1/+1
2013-02-01Update assembly version numbersBlueWall1-1/+1
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2-2/+2
2012-11-24Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)1-0/+5
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus2-16/+3
2012-11-14A few more AssemblyInfos in a few more dlls.Diva Canto1-0/+33
2012-09-14Support multi-region OAR filesOren Hurvitz1-0/+5
2012-08-29Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder...Justin Clark-Casey (justincc)1-3/+11
2012-08-03Fix old regression that stopped saving parcel owner data in OARs.Justin Clark-Casey (justincc)2-35/+72
2012-07-13Rather than instantiating a UTF8 encoding everywhere when we want to supress ...Justin Clark-Casey (justincc)1-3/+1
2012-07-11Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)4-23/+16
2012-06-30Remove some mono compiler warningsJustin Clark-Casey (justincc)2-2/+2
2012-05-14Save the Telehub and its Spawn Points in the OAROren Hurvitz2-2/+43
2012-05-12Revert "Save the Telehub and its Spawn Points in the OAR"Justin Clark-Casey (justincc)2-43/+2
2012-05-10Save the Telehub and its Spawn Points in the OAROren Hurvitz2-2/+43
2012-02-13On object deserialization, go back to logging errors at DEBUG level rather th...Justin Clark-Casey (justincc)1-6/+13
2012-02-04Add TestRegionSettingsDeserializeJustin Clark-Casey (justincc)2-1/+135
2012-02-03Change SceneObjectSerializer to use common ExternalRepresentationUtils.Execut...Justin Clark-Casey (justincc)1-9/+28
2012-02-03Changed save oar and save iar parameter -p|--profile to -h|--home, including ...Snoopy Pfeffer1-2/+2
2012-02-03Refactor common deserialization processor code to generic method ExternalRepr...Justin Clark-Casey (justincc)3-98/+62
2012-02-03Change LandDataSerializer deserialization so that in the future it won't care...Justin Clark-Casey (justincc)4-74/+208
2012-02-03Fix test failureMelanie1-0/+1
2012-02-02Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie2-11/+13
2012-02-02Make ban, eject, freeze and the scripted versions of those work.Melanie2-11/+13
2012-01-12HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio...Diva Canto1-4/+4
2011-06-10Save the sun's position in OARsOren Hurvitz1-2/+6