aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Serialization (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'oar-parcel' into x-opensimdr scofield (aka dirk husemann)2009-10-011-1/+4
|\
| * adding meat to the LandDataSerializerTest cases.dr scofield (aka dirk husemann)2009-10-011-1/+4
| |
* | Merge branch 'oar-parcel' into x-opensimdr scofield (aka dirk husemann)2009-10-012-32/+118
|\ \ | |/
| * adding testcase for LandDataSerializer; fixing LandDataSerializer ;-)dr scofield (aka dirk husemann)2009-10-012-32/+118
| |
* | 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
| | | | [hi, there, justin!]
* Thank you kindly, dslake, for a patch that:Charles Krinke2009-08-021-0/+4
| | | | | | | | | | The region dearchive module assumes extra null bytes will be appended to the end of every OAR file. This may be due to the block nature of storage but it seems like an unsafe assumption. When streaming region archives over a network or through a memory stream, no additional null bytes are added to the end and this an exception.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-016-6/+6
| | | | LICENSE.txt.
* making TarArchiveReader more resilient when faced with OARs created byDr Scofield2009-05-271-2/+8
| | | | | ancient tars.
* * When saving an oar, save assets when immediately received rather than ↵Justin Clarke Casey2009-05-141-16/+23
| | | | | | | | | storing them all up in memory * Hopefully this will remove out of memory problems when saving large oars on machines without much memory * It may also speed up saving of large oars
* * 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
|
* * minor: make inventory item deserialization code easier to readJustin Clarke Casey2009-04-241-52/+26
|
* * Write basic, incomplete load iar testJustin Clarke Casey2009-04-241-3/+1
|
* * refactor: move archive user inventory item serialization out to a separate ↵Justin Clarke Casey2009-04-233-8/+202
| | | | file
* * minor: move RegionSettingsSerializer into OpenSim.Framework.SerializationJustin Clarke Casey2009-03-271-0/+254
|
* * Fix build break - went a const or two too farJustin Clarke Casey2009-03-261-2/+2
|
* * minor: change some static readonlys to constsJustin Clarke Casey2009-03-261-11/+11
| | | | | | * adjust user profile iar saving path
* * Fix build break from last commitJustin Clarke Casey2009-03-261-1/+2
|
* * iars: Serialize information about item creators to archiveJustin Clarke Casey2009-03-262-18/+94
|
* Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur2009-03-163-0/+568
Update using statements and prebuild.xml. Also trim trailing whitespace.