aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Serialization/External/LandDataSerializer.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-0/+1
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-14/+14
* 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-111-3/+1
* Remove some mono compiler warningsJustin Clark-Casey (justincc)2012-06-301-1/+1
* Refactor common deserialization processor code to generic method ExternalRepr...Justin Clark-Casey (justincc)2012-02-031-68/+6
* Change LandDataSerializer deserialization so that in the future it won't care...Justin Clark-Casey (justincc)2012-02-031-60/+177
* Fix test failureMelanie2012-02-031-0/+1
* Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie2012-02-021-5/+7
* Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker2010-09-051-2/+3
* 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
|/
* adding LandDataSerializer (not connected anywhere, work-in-progress)dr scofield (aka dirk husemann)2009-09-301-0/+185