Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -10/+10 |
| | |||||
* | Remove "Dwell" support from core and replace it with calls to methods | Melanie Thielker | 2010-09-05 | 1 | -2/+3 |
| | | | | on IDwellModule | ||||
* | Add --merge switch to load iar. | Justin Clark-Casey (justincc) | 2010-06-30 | 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 | ||||
* | make oar object filename/pathname creation a helper method | Justin Clark-Casey (justincc) | 2010-05-21 | 1 | -0/+33 |
| | | | | | reused in both tests and oar code reduction in checking is outweighed by greater test clarity | ||||
* | add prim item and test asset save in save oar unit test | Justin Clark-Casey (justincc) | 2010-05-21 | 1 | -1/+6 |
| | |||||
* | * Fixes LandDataSerializerTests on Windows by stripping CR from the ↵ | Teravus Ovares (Dan Olivares) | 2010-05-05 | 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. | ||||
* | When saving an oar/iar, don't attempt to write out the data byte array if ↵ | Justin Clark-Casey (justincc) | 2010-03-31 | 1 | -1/+3 |
| | | | | | | it's empty On Mono 2.6 (and probably before) this causes a non-obvious IOException | ||||
* | Merge branch 'master' into presence-refactor | Melanie | 2010-02-15 | 1 | -12/+12 |
|\ | |||||
| * | Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522 | Justin Clark-Casey (justincc) | 2010-02-12 | 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. | ||||
* | | Forgot to remove 'using' | Diva Canto | 2010-01-10 | 1 | -1/+0 |
| | | |||||
* | | * Starting to clean the house... | Diva Canto | 2010-01-10 | 1 | -3/+3 |
| | | | | | | | | * Fixed circular dependency | ||||
* | | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 2010-01-10 | 1 | -4/+5 |
|/ | | | | | * HG is seriously broken here * Compiles. Untested. | ||||
* | Minor formatting cleanup. | Jeff Ames | 2009-10-19 | 1 | -12/+12 |
| | |||||
* | - cleaning up LandData/ILandObject capitalization issues | dr scofield (aka dirk husemann) | 2009-10-02 | 2 | -1/+7 |
| | | | | - adding LandDataSerializer to OAR mechanics | ||||
* | - adding new LandDataSerializer testcase to "test-xml" target as well | dr scofield (aka dirk husemann) | 2009-10-01 | 2 | -14/+52 |
| | | | | - adding another LandDataSerializer testcase | ||||
* | fixing LandDataSerializer (yeah! for testcases) | dr scofield (aka dirk husemann) | 2009-10-01 | 2 | -19/+29 |
| | |||||
* | Merge branch 'oar-parcel' into x-opensim | dr scofield (aka dirk husemann) | 2009-10-01 | 1 | -1/+4 |
|\ | |||||
| * | adding meat to the LandDataSerializerTest cases. | dr scofield (aka dirk husemann) | 2009-10-01 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'oar-parcel' into x-opensim | dr scofield (aka dirk husemann) | 2009-10-01 | 2 | -32/+118 |
|\ \ | |/ | |||||
| * | adding testcase for LandDataSerializer; fixing LandDataSerializer ;-) | dr scofield (aka dirk husemann) | 2009-10-01 | 2 | -32/+118 |
| | | |||||
* | | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
| | | |||||
* | | Formatting cleanup. | Jeff Ames | 2009-10-01 | 2 | -5/+5 |
|/ | |||||
* | adding LandDataSerializer (not connected anywhere, work-in-progress) | dr scofield (aka dirk husemann) | 2009-09-30 | 1 | -0/+185 |
| | | | | [hi, there, justin!] | ||||
* | Thank you kindly, dslake, for a patch that: | Charles Krinke | 2009-08-02 | 1 | -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 Ames | 2009-06-01 | 6 | -6/+6 |
| | | | | LICENSE.txt. | ||||
* | making TarArchiveReader more resilient when faced with OARs created by | Dr Scofield | 2009-05-27 | 1 | -2/+8 |
| | | | | | ancient tars. | ||||
* | * When saving an oar, save assets when immediately received rather than ↵ | Justin Clarke Casey | 2009-05-14 | 1 | -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 object | Justin Clarke Casey | 2009-05-07 | 1 | -3/+1 |
| | |||||
* | * correct spelling mistake in item seiralization | Justin Clarke Casey | 2009-04-24 | 1 | -2/+2 |
| | |||||
* | * minor: make inventory item deserialization code easier to read | Justin Clarke Casey | 2009-04-24 | 1 | -52/+26 |
| | |||||
* | * Write basic, incomplete load iar test | Justin Clarke Casey | 2009-04-24 | 1 | -3/+1 |
| | |||||
* | * refactor: move archive user inventory item serialization out to a separate ↵ | Justin Clarke Casey | 2009-04-23 | 3 | -8/+202 |
| | | | | file | ||||
* | * minor: move RegionSettingsSerializer into OpenSim.Framework.Serialization | Justin Clarke Casey | 2009-03-27 | 1 | -0/+254 |
| | |||||
* | * Fix build break - went a const or two too far | Justin Clarke Casey | 2009-03-26 | 1 | -2/+2 |
| | |||||
* | * minor: change some static readonlys to consts | Justin Clarke Casey | 2009-03-26 | 1 | -11/+11 |
| | | | | | | * adjust user profile iar saving path | ||||
* | * Fix build break from last commit | Justin Clarke Casey | 2009-03-26 | 1 | -1/+2 |
| | |||||
* | * iars: Serialize information about item creators to archive | Justin Clarke Casey | 2009-03-26 | 2 | -18/+94 |
| | |||||
* | Rename OpenSim.Framework.Archive to OpenSim.Framework.Serialization | Mike Mazur | 2009-03-16 | 3 | -0/+568 |
Update using statements and prebuild.xml. Also trim trailing whitespace. |