aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Serialization/External/UserInventoryItemSerializer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-11/+13
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-24/+25
|
* 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 ↵Justin Clark-Casey (justincc)2012-02-031-29/+4
| | | | | | | | ExternalRepresentationUtils.ExecuteReadProcessors()
| * Change LandDataSerializer deserialization so that in the future it won't ↵Justin Clark-Casey (justincc)2012-02-031-2/+1
| | | | | | | | | | | | care about extra elements or element order. This brings it into line with other deserializations such as object and will improve future backward compatibility.
* | Changed save oar and save iar parameter -p|--profile to -h|--home, including ↵Snoopy Pfeffer2012-02-031-2/+2
|/ | | | corresponding RemoteAdmin parameter
* Addresses mantis #5360: CreatorData was being written as long as it wasn't ↵Diva Canto2011-02-031-1/+1
| | | | null. This made iars backwards incompatible when some items had non-null foreign creators. This patch adds an explicit option (-c) to preserve foreign creator information.
* Preservation of creator information now also working in IARs. Cleaned up ↵Diva Canto2010-11-291-8/+31
| | | | usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function.
* Changed the parser for InventoryItem deserialization. Moved some utility ↵Diva Canto2010-11-271-30/+168
| | | | functions around.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * 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
file