Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | give up on a property that old monos do compile, but then smore ok exec | UbitUmarov | 2018-01-09 | 1 | -1/+0 |
| | |||||
* | fall back to a obsolete property since several monos in use (include our ↵ | UbitUmarov | 2018-01-08 | 1 | -1/+1 |
| | | | | own) do not suporte the proper .net4.0 one | ||||
* | a few more xml things | UbitUmarov | 2018-01-05 | 1 | -0/+3 |
| | |||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -11/+11 |
| | |||||
* | Ignore whitespace when reading serialized XML objects. | Justin Clark-Casey (justincc) | 2014-08-29 | 1 | -22/+22 |
| | | | | | | This was previously effectively being done by XmlDocument in the multiple passes through the XML. This change tells XmlReader to ignore whitespace. This also means changing arguments to use XmlReader instead of XmlTextReader (a descendent of XmlReader) directly. XmlReader.Create() has been the recommend way to create XML readers since .NET 2.0 as per MS SDK and is the only way to specific ignore whitespace settings. | ||||
* | Refactored: ExternalRepresentationUtils should be the only place where the ↵ | Oren Hurvitz | 2014-03-24 | 1 | -1/+2 |
| | | | | | | "CreatorData" field is calculated, to ensure uniformity Resolves http://opensimulator.org/mantis/view.php?id=6933 | ||||
* | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 2013-11-15 | 1 | -1/+1 |
| | | | | Thanks to Kira for this patch from http://opensimulator.org/mantis/view.php?id=6845 | ||||
* | Remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2012-06-30 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of ssh://snoopy@opensimulator.org/var/git/opensim | Snoopy Pfeffer | 2012-02-04 | 1 | -31/+5 |
|\ | |||||
| * | Refactor common deserialization processor code to generic method ↵ | Justin Clark-Casey (justincc) | 2012-02-03 | 1 | -29/+4 |
| | | | | | | | | ExternalRepresentationUtils.ExecuteReadProcessors() | ||||
| * | Change LandDataSerializer deserialization so that in the future it won't ↵ | Justin Clark-Casey (justincc) | 2012-02-03 | 1 | -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 Pfeffer | 2012-02-03 | 1 | -2/+2 |
|/ | | | | corresponding RemoteAdmin parameter | ||||
* | Addresses mantis #5360: CreatorData was being written as long as it wasn't ↵ | Diva Canto | 2011-02-03 | 1 | -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 Canto | 2010-11-29 | 1 | -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 Canto | 2010-11-27 | 1 | -30/+168 |
| | | | | functions around. | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | * minor: use system ascii encoding rather than newing up our own object | Justin Clarke Casey | 2009-05-07 | 1 | -3/+1 |
| | |||||
* | * correct spelling mistake in item seiralization | Justin Clarke Casey | 2009-04-24 | 1 | -2/+2 |
| | |||||
* | * minor: make inventory item deserialization code easier to read | Justin Clarke Casey | 2009-04-24 | 1 | -52/+26 |
| | |||||
* | * Write basic, incomplete load iar test | Justin Clarke Casey | 2009-04-24 | 1 | -3/+1 |
| | |||||
* | * refactor: move archive user inventory item serialization out to a separate ↵ | Justin Clarke Casey | 2009-04-23 | 1 | -0/+198 |
file |