| Commit message (Expand) | Author | Files | Lines |
2012-08-29 | Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder... | Justin Clark-Casey (justincc) | 1 | -3/+11 |
2012-08-03 | Fix old regression that stopped saving parcel owner data in OARs. | Justin Clark-Casey (justincc) | 1 | -2/+20 |
2012-07-11 | Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c... | Justin Clark-Casey (justincc) | 2 | -6/+2 |
2012-06-30 | Remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2 | -2/+2 |
2012-05-14 | Save the Telehub and its Spawn Points in the OAR | Oren Hurvitz | 1 | -2/+35 |
2012-05-12 | Revert "Save the Telehub and its Spawn Points in the OAR" | Justin Clark-Casey (justincc) | 1 | -35/+2 |
2012-05-10 | Save the Telehub and its Spawn Points in the OAR | Oren Hurvitz | 1 | -2/+35 |
2012-02-13 | On object deserialization, go back to logging errors at DEBUG level rather th... | Justin Clark-Casey (justincc) | 1 | -6/+13 |
2012-02-03 | Change SceneObjectSerializer to use common ExternalRepresentationUtils.Execut... | Justin Clark-Casey (justincc) | 1 | -9/+28 |
2012-02-03 | Changed save oar and save iar parameter -p|--profile to -h|--home, including ... | Snoopy Pfeffer | 1 | -2/+2 |
2012-02-03 | Refactor common deserialization processor code to generic method ExternalRepr... | Justin Clark-Casey (justincc) | 3 | -98/+62 |
2012-02-03 | Change LandDataSerializer deserialization so that in the future it won't care... | Justin Clark-Casey (justincc) | 3 | -63/+182 |
2012-02-03 | Fix test failure | Melanie | 1 | -0/+1 |
2012-02-02 | Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more | Melanie | 1 | -5/+7 |
2012-02-02 | Make ban, eject, freeze and the scripted versions of those work. | Melanie | 1 | -5/+7 |
2012-01-12 | HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio... | Diva Canto | 1 | -4/+4 |
2011-06-10 | Save the sun's position in OARs | Oren Hurvitz | 1 | -2/+6 |
2011-03-09 | Simplify TestLoadIarV0_1AbsentUsers() to use common IAR test setup. Make sta... | Justin Clark-Casey (justincc) | 1 | -1/+18 |
2011-02-03 | Addresses mantis #5360: CreatorData was being written as long as it wasn't nu... | Diva Canto | 1 | -1/+1 |
2010-12-01 | Added some comments. Better than listening to the boring speaker... | Diva Canto | 1 | -0/+12 |
2010-11-29 | Fix unit test. | Diva Canto | 1 | -0/+6 |
2010-11-29 | Preservation of creator information now also working in IARs. Cleaned up usag... | Diva Canto | 3 | -8/+295 |
2010-11-27 | Changed the parser for InventoryItem deserialization. Moved some utility func... | Diva Canto | 1 | -30/+168 |
2010-09-05 | Remove "Dwell" support from core and replace it with calls to methods | Melanie Thielker | 1 | -2/+3 |
2010-09-05 | Remove "Dwell" support from core and replace it with calls to methods | Melanie Thielker | 1 | -2/+3 |
2010-02-12 | Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522 | Justin Clark-Casey (justincc) | 1 | -12/+12 |
2010-01-10 | Forgot to remove 'using' | Diva Canto | 1 | -1/+0 |
2010-01-10 | * Starting to clean the house... | Diva Canto | 1 | -3/+3 |
2010-01-10 | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 1 | -4/+5 |
2009-10-19 | Minor formatting cleanup. | Jeff Ames | 1 | -12/+12 |
2009-10-01 | - adding new LandDataSerializer testcase to "test-xml" target as well | dr scofield (aka dirk husemann) | 1 | -11/+11 |
2009-10-01 | fixing LandDataSerializer (yeah! for testcases) | dr scofield (aka dirk husemann) | 1 | -15/+21 |
2009-10-01 | adding testcase for LandDataSerializer; fixing LandDataSerializer ;-) | dr scofield (aka dirk husemann) | 1 | -32/+32 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 2 | -5/+5 |
2009-09-30 | adding LandDataSerializer (not connected anywhere, work-in-progress) | dr scofield (aka dirk husemann) | 1 | -0/+185 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 3 | -3/+3 |
2009-05-07 | * minor: use system ascii encoding rather than newing up our own object | Justin Clarke Casey | 1 | -3/+1 |
2009-04-24 | * correct spelling mistake in item seiralization | Justin Clarke Casey | 1 | -2/+2 |
2009-04-24 | * minor: make inventory item deserialization code easier to read | Justin Clarke Casey | 1 | -52/+26 |
2009-04-24 | * Write basic, incomplete load iar test | Justin Clarke Casey | 1 | -3/+1 |
2009-04-23 | * refactor: move archive user inventory item serialization out to a separate ... | Justin Clarke Casey | 3 | -8/+202 |
2009-03-27 | * minor: move RegionSettingsSerializer into OpenSim.Framework.Serialization | Justin Clarke Casey | 1 | -0/+254 |
2009-03-26 | * Fix build break from last commit | Justin Clarke Casey | 1 | -1/+2 |
2009-03-26 | * iars: Serialize information about item creators to archive | Justin Clarke Casey | 1 | -0/+71 |