| Commit message (Expand) | Author | Age | Files | Lines |
* | From Alan Webb <awebb@linux.vnet.ibm.com> | Sean Dague | 2009-02-09 | 2 | -4/+4 |
* | * Add the ability to type help <command> for more detailed help about a speci... | Justin Clarke Casey | 2009-02-09 | 1 | -3/+5 |
* | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 2009-02-06 | 6 | -12/+12 |
* | - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it | Mike Mazur | 2009-02-04 | 3 | -33/+33 |
* | * Add another object to the existing save oar test | Justin Clarke Casey | 2009-02-03 | 1 | -21/+62 |
* | * Establish OnOarFileSaved EventManager event and subscribe to that instead o... | Justin Clarke Casey | 2009-02-02 | 5 | -30/+34 |
* | * Put a wait timeout on the archive test, just in case the archiver never ret... | Justin Clarke Casey | 2009-01-30 | 1 | -1/+1 |
* | * In OpenSim.ini.example, list defaults for AllowOSFunctions and OSFunctionTh... | Justin Clarke Casey | 2009-01-30 | 1 | -26/+27 |
* | * Extend archive save test to check for the presence of the file for the obje... | Justin Clarke Casey | 2009-01-30 | 6 | -17/+65 |
* | * minor: stop bothering to set parts to phantom within test setups - tests no... | Justin Clarke Casey | 2009-01-30 | 1 | -0/+1 |
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2009-01-28 | 1 | -37/+55 |
* | * Write a simple archive loading test which doesn't actually do any testing y... | Justin Clarke Casey | 2009-01-23 | 4 | -5/+40 |
* | * Extend archive test to check for the presence of a control file in a saved ... | Justin Clarke Casey | 2009-01-23 | 2 | -8/+39 |
* | * minor: small tweak to archive save completion log message | Justin Clarke Casey | 2009-01-23 | 1 | -2/+1 |
* | * Add direct stream loading and saving methods to the archive module. | Justin Clarke Casey | 2009-01-23 | 5 | -36/+65 |
* | white space & formatting cleanup | Dr Scofield | 2009-01-22 | 2 | -53/+53 |
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2009-01-22 | 2 | -5/+53 |
* | * minor: Future archiver test stub | Justin Clarke Casey | 2009-01-16 | 1 | -0/+44 |
* | * Implement saving of region settings in OAR files | Justin Clarke Casey | 2008-12-30 | 6 | -13/+371 |
* | * Fixes missing sculpt texture assets from oar files as detailed on mantis 29... | Teravus Ovares | 2008-12-26 | 1 | -0/+2 |
* | * refactor: Rename IRegionSerialiser and move into interfaces namespace | Justin Clarke Casey | 2008-12-19 | 3 | -9/+9 |
* | * refactor: Remove archiver module scene wrappers | Justin Clarke Casey | 2008-12-19 | 2 | -53/+7 |
* | * test: Add basic synchronous object remove test | Justin Clarke Casey | 2008-11-12 | 1 | -2/+4 |
* | * refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra... | Justin Clarke Casey | 2008-11-12 | 1 | -1/+1 |
* | Script region crossing. This has not user functionality, but lays all the | Melanie Thielker | 2008-11-09 | 1 | -1/+1 |
* | * refactor: allocate local ids to prims only when an object is attached to a ... | Justin Clarke Casey | 2008-11-07 | 1 | -1/+1 |
* | * Stop an exception in getting assets for the archiver from crashing the sim | Justin Clarke Casey | 2008-11-04 | 1 | -7/+16 |
* | fix: ArchiveReadRequest.URIFetch stumbles over absent content length field | Dr Scofield | 2008-11-04 | 1 | -1/+2 |
* | * Use the UUID regex sitting in utils for detection of uuids embedded in scripts | Justin Clarke Casey | 2008-11-03 | 1 | -9/+1 |
* | * Introduce an IsAttachment property on the group level (which just returns f... | Justin Clarke Casey | 2008-11-01 | 1 | -1/+1 |
* | * Fix http://opensimulator.org/mantis/view.php?id=2517 | Justin Clarke Casey | 2008-11-01 | 1 | -1/+6 |
* | From: Alan Webb (alan_webb@us.ibm.com) | Dr Scofield | 2008-10-30 | 1 | -1/+63 |
* | * minor: oops, small textual tweak | Justin Clarke Casey | 2008-10-15 | 1 | -1/+1 |
* | * minor: during opensim archive creation, tell the user that it may take some... | Justin Clarke Casey | 2008-10-15 | 1 | -1/+4 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-12 | 1 | -12/+15 |
* | From: chris yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2008-10-07 | 1 | -0/+13 |
* | Add the default script engine to the script creation from archive loading | Melanie Thielker | 2008-09-30 | 1 | -1/+1 |
* | Change the scirpt engine loading mechanism. Script engines are now | Melanie Thielker | 2008-09-21 | 1 | -1/+1 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-09-09 | 1 | -2/+2 |
* | Mantis #2133 | Melanie Thielker | 2008-09-06 | 3 | -4/+4 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 8 | -60/+49 |
* | * Oops, add landmarks to region archive loading/saving | Justin Clarke Casey | 2008-08-30 | 2 | -1/+9 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-08-28 | 2 | -4/+4 |
* | * On loading archives, report an error if an asset does not have the expected... | Justin Clarke Casey | 2008-08-26 | 2 | -45/+61 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 9 | -158/+158 |
* | Refactor a lot of direct calls to OGS1 to use the cached version instead. | Melanie Thielker | 2008-08-16 | 1 | -1/+3 |
* | Fix up master avatar handling for estate owners. Introduces a new | Melanie Thielker | 2008-08-15 | 1 | -0/+2 |
* | * if the user uuid is present, preserve ownership information when loading an... | Justin Clarke Casey | 2008-08-09 | 1 | -10/+43 |
* | From: alan webb <alan_webb@us.ibm.com> | Dr Scofield | 2008-08-06 | 1 | -0/+4 |
* | * Remove dumb bug I put in which meant that an archive save would never compl... | Justin Clarke Casey | 2008-07-25 | 2 | -2/+10 |