aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Serialization (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-10-01Formatting cleanup.Jeff Ames2-5/+5
2009-09-30adding LandDataSerializer (not connected anywhere, work-in-progress)dr scofield (aka dirk husemann)1-0/+185
[hi, there, justin!]
2009-08-02Thank you kindly, dslake, for a patch that:Charles Krinke1-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.
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames6-6/+6
LICENSE.txt.
2009-05-27making TarArchiveReader more resilient when faced with OARs created byDr Scofield1-2/+8
ancient tars.
2009-05-14* When saving an oar, save assets when immediately received rather than ↵Justin Clarke Casey1-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
2009-05-07* minor: use system ascii encoding rather than newing up our own objectJustin Clarke Casey1-3/+1
2009-04-24* correct spelling mistake in item seiralizationJustin Clarke Casey1-2/+2
2009-04-24* minor: make inventory item deserialization code easier to readJustin Clarke Casey1-52/+26
2009-04-24* Write basic, incomplete load iar testJustin Clarke Casey1-3/+1
2009-04-23* refactor: move archive user inventory item serialization out to a separate ↵Justin Clarke Casey3-8/+202
file
2009-03-27* minor: move RegionSettingsSerializer into OpenSim.Framework.SerializationJustin Clarke Casey1-0/+254
2009-03-26* Fix build break - went a const or two too farJustin Clarke Casey1-2/+2
2009-03-26* minor: change some static readonlys to constsJustin Clarke Casey1-11/+11
* adjust user profile iar saving path
2009-03-26* Fix build break from last commitJustin Clarke Casey1-1/+2
2009-03-26* iars: Serialize information about item creators to archiveJustin Clarke Casey2-18/+94
2009-03-16Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur3-0/+568
Update using statements and prebuild.xml. Also trim trailing whitespace.