aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Serialization (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang9-73/+78
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel6-65/+297
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2-2/+2
2012-11-24Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)1-0/+5
2012-11-14A few more AssemblyInfos in a few more dlls.Diva Canto1-0/+33
2012-09-14Support multi-region OAR filesOren Hurvitz1-0/+5
2012-08-29Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder...Justin Clark-Casey (justincc)1-3/+11
2012-08-03Fix old regression that stopped saving parcel owner data in OARs.Justin Clark-Casey (justincc)2-35/+72
2012-07-13Rather than instantiating a UTF8 encoding everywhere when we want to supress ...Justin Clark-Casey (justincc)1-3/+1
2012-07-11Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)4-23/+16
2012-06-30Remove some mono compiler warningsJustin Clark-Casey (justincc)2-2/+2
2012-05-14Save the Telehub and its Spawn Points in the OAROren Hurvitz2-2/+43
2012-05-12Revert "Save the Telehub and its Spawn Points in the OAR"Justin Clark-Casey (justincc)2-43/+2
2012-05-10Save the Telehub and its Spawn Points in the OAROren Hurvitz2-2/+43
2012-02-13On object deserialization, go back to logging errors at DEBUG level rather th...Justin Clark-Casey (justincc)1-6/+13
2012-02-04Add TestRegionSettingsDeserializeJustin Clark-Casey (justincc)2-1/+135
2012-02-03Change SceneObjectSerializer to use common ExternalRepresentationUtils.Execut...Justin Clark-Casey (justincc)1-9/+28
2012-02-03Changed save oar and save iar parameter -p|--profile to -h|--home, including ...Snoopy Pfeffer1-2/+2
2012-02-03Refactor common deserialization processor code to generic method ExternalRepr...Justin Clark-Casey (justincc)3-98/+62
2012-02-03Change LandDataSerializer deserialization so that in the future it won't care...Justin Clark-Casey (justincc)4-74/+208
2012-02-03Fix test failureMelanie1-0/+1
2012-02-02Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie2-11/+13
2012-01-12HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio...Diva Canto1-4/+4
2011-06-10Save the sun's position in OARsOren Hurvitz1-2/+6
2011-04-05remove now unused individual LandData prim counts.Justin Clark-Casey (justincc)1-6/+2
2011-03-09Simplify TestLoadIarV0_1AbsentUsers() to use common IAR test setup. Make sta...Justin Clark-Casey (justincc)1-1/+18
2011-02-03Addresses mantis #5360: CreatorData was being written as long as it wasn't nu...Diva Canto1-1/+1
2010-12-01Added some comments. Better than listening to the boring speaker...Diva Canto1-0/+12
2010-11-29Fix unit test.Diva Canto1-0/+6
2010-11-29Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto3-8/+295
2010-11-27Changed the parser for InventoryItem deserialization. Moved some utility func...Diva Canto1-30/+168
2010-10-22Allow OARs and IARs to save and load meshes.Justin Clark-Casey (justincc)1-0/+2
2010-10-22Allow OARs and IARs to save and load meshes.Justin Clark-Casey (justincc)1-0/+2
2010-09-12Formatting cleanup.Jeff Ames1-10/+10
2010-09-05Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker1-2/+3
2010-06-30Add --merge switch to load iar.Justin Clark-Casey (justincc)1-2/+27
2010-05-21make oar object filename/pathname creation a helper methodJustin Clark-Casey (justincc)1-0/+33
2010-05-21add prim item and test asset save in save oar unit testJustin Clark-Casey (justincc)1-1/+6
2010-05-05* Fixes LandDataSerializerTests on Windows by stripping CR from the serializa...Teravus Ovares (Dan Olivares)1-6/+10
2010-03-31When saving an oar/iar, don't attempt to write out the data byte array if it'...Justin Clark-Casey (justincc)1-1/+3
2010-02-12Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522Justin Clark-Casey (justincc)1-12/+12
2010-01-10Forgot to remove 'using'Diva Canto1-1/+0
2010-01-10* Starting to clean the house...Diva Canto1-3/+3
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-4/+5
2009-10-19Minor formatting cleanup.Jeff Ames1-12/+12
2009-10-02- cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)2-1/+7
2009-10-01- adding new LandDataSerializer testcase to "test-xml" target as welldr scofield (aka dirk husemann)2-14/+52
2009-10-01fixing LandDataSerializer (yeah! for testcases)dr scofield (aka dirk husemann)2-19/+29
2009-10-01adding meat to the LandDataSerializerTest cases.dr scofield (aka dirk husemann)1-1/+4
2009-10-01adding testcase for LandDataSerializer; fixing LandDataSerializer ;-)dr scofield (aka dirk husemann)2-32/+118