aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Serialization/External (follow)
Commit message (Expand)AuthorAgeFilesLines
* Better handling of invalid XML: a) prevent infinite loop on EOF; b) better lo...Oren Hurvitz2015-08-111-8/+32
* Mantis #7657 and #7514. This should alleviate the problem of bad object asset...Diva Canto2015-08-011-0/+19
* Refactored some code that is used in two different dlls related to SOP rewrit...Diva Canto2015-05-051-1/+183
* It wasn't that. Revert "Mantis #7514"Diva Canto2015-05-021-3/+0
* Mantis #7514Diva Canto2015-05-021-0/+3
* Ignore whitespace when reading serialized XML objects.Justin Clark-Casey (justincc)2014-08-293-31/+31
* When saving an OAR in "Publish" mode, also discard Group informationOren Hurvitz2014-05-261-9/+9
* Refactored: ExternalRepresentationUtils should be the only place where the "C...Oren Hurvitz2014-03-242-4/+15
* refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2013-11-151-1/+1
* Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder...Justin Clark-Casey (justincc)2012-08-291-3/+11
* Fix old regression that stopped saving parcel owner data in OARs.Justin Clark-Casey (justincc)2012-08-031-2/+20
* Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2012-07-112-6/+2
* Remove some mono compiler warningsJustin Clark-Casey (justincc)2012-06-302-2/+2
* Save the Telehub and its Spawn Points in the OAROren Hurvitz2012-05-141-2/+35
* Revert "Save the Telehub and its Spawn Points in the OAR"Justin Clark-Casey (justincc)2012-05-121-35/+2
* Save the Telehub and its Spawn Points in the OAROren Hurvitz2012-05-101-2/+35
* On object deserialization, go back to logging errors at DEBUG level rather th...Justin Clark-Casey (justincc)2012-02-131-6/+13
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-02-031-2/+2
|\
| * Merge branch 'master' of ssh://snoopy@opensimulator.org/var/git/opensimSnoopy Pfeffer2012-02-044-95/+178
| |\
| * | Changed save oar and save iar parameter -p|--profile to -h|--home, including ...Snoopy Pfeffer2012-02-031-2/+2
* | | Change SceneObjectSerializer to use common ExternalRepresentationUtils.Execut...Justin Clark-Casey (justincc)2012-02-031-9/+28
| |/ |/|
* | Refactor common deserialization processor code to generic method ExternalRepr...Justin Clark-Casey (justincc)2012-02-033-98/+62
* | Change LandDataSerializer deserialization so that in the future it won't care...Justin Clark-Casey (justincc)2012-02-033-63/+182
|/
* Fix test failureMelanie2012-02-031-0/+1
* Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie2012-02-021-5/+7
* HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio...Diva Canto2012-01-121-4/+4
* Save the sun's position in OARsOren Hurvitz2011-06-101-2/+6
* Simplify TestLoadIarV0_1AbsentUsers() to use common IAR test setup. Make sta...Justin Clark-Casey (justincc)2011-03-091-1/+18
* Addresses mantis #5360: CreatorData was being written as long as it wasn't nu...Diva Canto2011-02-031-1/+1
* Added some comments. Better than listening to the boring speaker...Diva Canto2010-12-011-0/+12
* Fix unit test.Diva Canto2010-11-291-0/+6
* Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto2010-11-293-8/+295
* Changed the parser for InventoryItem deserialization. Moved some utility func...Diva Canto2010-11-271-30/+168
* Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker2010-09-051-2/+3
* Merge branch 'master' into presence-refactorMelanie2010-02-151-12/+12
|\
| * Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522Justin Clark-Casey (justincc)2010-02-121-12/+12
* | Forgot to remove 'using'Diva Canto2010-01-101-1/+0
* | * Starting to clean the house...Diva Canto2010-01-101-3/+3
* | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-4/+5
|/
* Minor formatting cleanup.Jeff Ames2009-10-191-12/+12
* - adding new LandDataSerializer testcase to "test-xml" target as welldr scofield (aka dirk husemann)2009-10-011-11/+11
* fixing LandDataSerializer (yeah! for testcases)dr scofield (aka dirk husemann)2009-10-011-15/+21
* Merge branch 'oar-parcel' into x-opensimdr scofield (aka dirk husemann)2009-10-011-32/+32
|\
| * adding testcase for LandDataSerializer; fixing LandDataSerializer ;-)dr scofield (aka dirk husemann)2009-10-011-32/+32
* | Formatting cleanup.Jeff Ames2009-10-011-1/+1
* | Formatting cleanup.Jeff Ames2009-10-012-5/+5
|/
* adding LandDataSerializer (not connected anywhere, work-in-progress)dr scofield (aka dirk husemann)2009-09-301-0/+185
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-013-3/+3
* * 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