aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Serialization/External/UserInventoryItemSerializer.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-17remove those xml things no longer needed on .net >4.5.2UbitUmarov1-2/+0
2018-01-09give up on a property that old monos do compile, but then smore ok execUbitUmarov1-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
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-11/+11
2014-08-29Ignore whitespace when reading serialized XML objects.Justin Clark-Casey (justincc)1-22/+22
2014-03-24Refactored: ExternalRepresentationUtils should be the only place where the "C...Oren Hurvitz1-1/+2
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-1/+1
2012-06-30Remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
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)1-29/+4
2012-02-03Change LandDataSerializer deserialization so that in the future it won't care...Justin Clark-Casey (justincc)1-2/+1
2011-02-03Addresses mantis #5360: CreatorData was being written as long as it wasn't nu...Diva Canto1-1/+1
2010-11-29Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto1-8/+31
2010-11-27Changed the parser for InventoryItem deserialization. Moved some utility func...Diva Canto1-30/+168
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-07* minor: use system ascii encoding rather than newing up our own objectJustin Clarke Casey1-3/+1
2009-04-24* correct spelling mistake in item seiralizationJustin Clarke Casey1-2/+2
2009-04-24* minor: make inventory item deserialization code easier to readJustin Clarke Casey1-52/+26
2009-04-24* Write basic, incomplete load iar testJustin Clarke Casey1-3/+1
2009-04-23* refactor: move archive user inventory item serialization out to a separate ...Justin Clarke Casey1-0/+198