aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Serialization/External/UserInventoryItemSerializer.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* give up on a property that old monos do compile, but then smore ok execUbitUmarov2018-01-091-1/+0
* fall back to a obsolete property since several monos in use (include our own)...UbitUmarov2018-01-081-1/+1
* a few more xml thingsUbitUmarov2018-01-051-0/+3
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-11/+11
* Ignore whitespace when reading serialized XML objects.Justin Clark-Casey (justincc)2014-08-291-22/+22
* Refactored: ExternalRepresentationUtils should be the only place where the "C...Oren Hurvitz2014-03-241-1/+2
* refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2013-11-151-1/+1
* Remove some mono compiler warningsJustin Clark-Casey (justincc)2012-06-301-1/+1
* Merge branch 'master' of ssh://snoopy@opensimulator.org/var/git/opensimSnoopy Pfeffer2012-02-041-31/+5
|\
| * Refactor common deserialization processor code to generic method ExternalRepr...Justin Clark-Casey (justincc)2012-02-031-29/+4
| * Change LandDataSerializer deserialization so that in the future it won't care...Justin Clark-Casey (justincc)2012-02-031-2/+1
* | Changed save oar and save iar parameter -p|--profile to -h|--home, including ...Snoopy Pfeffer2012-02-031-2/+2
|/
* Addresses mantis #5360: CreatorData was being written as long as it wasn't nu...Diva Canto2011-02-031-1/+1
* Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto2010-11-291-8/+31
* Changed the parser for InventoryItem deserialization. Moved some utility func...Diva Canto2010-11-271-30/+168
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * minor: use system ascii encoding rather than newing up our own objectJustin Clarke Casey2009-05-071-3/+1
* * correct spelling mistake in item seiralizationJustin Clarke Casey2009-04-241-2/+2
* * minor: make inventory item deserialization code easier to readJustin Clarke Casey2009-04-241-52/+26
* * Write basic, incomplete load iar testJustin Clarke Casey2009-04-241-3/+1
* * refactor: move archive user inventory item serialization out to a separate ...Justin Clarke Casey2009-04-231-0/+198