aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Serialization (unfollow)
Commit message (Collapse)AuthorFilesLines
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
However, the calls to the land management module to record prims need to remain, since they were also being used to return owner object lists, etc. This is probably why prim counts were being done there in the first place.
2011-03-09Simplify TestLoadIarV0_1AbsentUsers() to use common IAR test setup. Make ↵Justin Clark-Casey (justincc)1-1/+18
static dictionaries on NullUserAccountData instance instead to stop user accounts being carried over between tests
2011-02-03Addresses mantis #5360: CreatorData was being written as long as it wasn't ↵Diva Canto1-1/+1
null. This made iars backwards incompatible when some items had non-null foreign creators. This patch adds an explicit option (-c) to preserve foreign creator information.
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 ↵Diva Canto3-8/+295
usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function.
2010-11-27Changed the parser for InventoryItem deserialization. Moved some utility ↵Diva Canto1-30/+168
functions around.
2010-10-22Allow OARs and IARs to save and load meshes.Justin Clark-Casey (justincc)1-0/+2
Save and reload appears okay for the duck mesh at https://collada.org/owl/download.php?sess=0&parent=126&expand=1&order=name&curview=0&binary=1&id=698/ However, one attempt at trying to load a more complicated scene failed (errors on console, only triangles appearing in mesh viewer). Not sure if this is really and OAR load problem. Needs more investigation.
2010-10-22Allow OARs and IARs to save and load meshes.Justin Clark-Casey (justincc)1-0/+2
Save and reload appears okay for the duck mesh at https://collada.org/owl/download.php?sess=0&parent=126&expand=1&order=name&curview=0&binary=1&id=698/ However, one attempt at trying to load a more complicated scene failed (errors on console, only triangles appearing in mesh viewer). Not sure if this is really and OAR load problem. Needs more investigation.
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
on IDwellModule
2010-06-30Add --merge switch to load iar.Justin Clark-Casey (justincc)1-2/+27
When this switch is used, iar folders are merged with existing same-name user inventory folders. This makes it a little easier to back and restore entire individual user inventories, among other things Added unit test to check behaviour
2010-05-21make oar object filename/pathname creation a helper methodJustin Clark-Casey (justincc)1-0/+33
reused in both tests and oar code reduction in checking is outweighed by greater test clarity
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 ↵Teravus Ovares (Dan Olivares)1-6/+10
serialization result since the reference serialization has LF only. * Added a bool result and then an Assert.That(result) because resharper was having a hard time with the equality compare in Assert.That.
2010-03-31When saving an oar/iar, don't attempt to write out the data byte array if ↵Justin Clark-Casey (justincc)1-1/+3
it's empty On Mono 2.6 (and probably before) this causes a non-obvious IOException
2010-02-12Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522Justin Clark-Casey (justincc)1-12/+12
These patch should allow people using systems that do not have their locale set to En_US or similar to use OpenSim without suffering effects such as being a million miles up in the air on login. The problem was caused by parsing strings without forcing that parse to be En_US (hence different decimal and digit group symbols were causing problems). Thanks very much to VikingErik for doing the legwork on this fix and phacelia for spotting it in the first place.
2010-01-10Forgot to remove 'using'Diva Canto1-1/+0
2010-01-10* Starting to clean the house...Diva Canto1-3/+3
* Fixed circular dependency
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-4/+5
* HG is seriously broken here * Compiles. Untested.
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
- adding LandDataSerializer to OAR mechanics
2009-10-01- adding new LandDataSerializer testcase to "test-xml" target as welldr scofield (aka dirk husemann)2-14/+52
- adding another LandDataSerializer testcase
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
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.