aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Serialization (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-199-73/+78
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-036-65/+297
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-242-2/+2
* Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)2012-11-241-0/+5
* A few more AssemblyInfos in a few more dlls.Diva Canto2012-11-141-0/+33
* Support multi-region OAR filesOren Hurvitz2012-09-141-0/+5
* 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-032-35/+72
* Rather than instantiating a UTF8 encoding everywhere when we want to supress ...Justin Clark-Casey (justincc)2012-07-131-3/+1
* Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2012-07-114-23/+16
* 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-142-2/+43
* Revert "Save the Telehub and its Spawn Points in the OAR"Justin Clark-Casey (justincc)2012-05-122-43/+2
* Save the Telehub and its Spawn Points in the OAROren Hurvitz2012-05-102-2/+43
* On object deserialization, go back to logging errors at DEBUG level rather th...Justin Clark-Casey (justincc)2012-02-131-6/+13
* Add TestRegionSettingsDeserializeJustin Clark-Casey (justincc)2012-02-042-1/+135
* 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-045-106/+204
| |\
| * | 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-034-74/+208
|/
* Fix test failureMelanie2012-02-031-0/+1
* Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie2012-02-022-11/+13
* 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
* remove now unused individual LandData prim counts.Justin Clark-Casey (justincc)2011-04-051-6/+2
* 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
* Allow OARs and IARs to save and load meshes.Justin Clark-Casey (justincc)2010-10-221-0/+2
* Formatting cleanup.Jeff Ames2010-09-121-10/+10
* Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker2010-09-051-2/+3
* Add --merge switch to load iar.Justin Clark-Casey (justincc)2010-06-301-2/+27
* make oar object filename/pathname creation a helper methodJustin Clark-Casey (justincc)2010-05-211-0/+33
* add prim item and test asset save in save oar unit testJustin Clark-Casey (justincc)2010-05-211-1/+6
* * Fixes LandDataSerializerTests on Windows by stripping CR from the serializa...Teravus Ovares (Dan Olivares)2010-05-051-6/+10
* When saving an oar/iar, don't attempt to write out the data byte array if it'...Justin Clark-Casey (justincc)2010-03-311-1/+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
* - cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)2009-10-022-1/+7
* - adding new LandDataSerializer testcase to "test-xml" target as welldr scofield (aka dirk husemann)2009-10-012-14/+52
* fixing LandDataSerializer (yeah! for testcases)dr scofield (aka dirk husemann)2009-10-012-19/+29