Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2010-09-16 | 1 | -3/+3 |
| | |||||
* | Fix deletion persistence when freshly delinked prims are removed | Justin Clark-Casey (justincc) | 2010-09-07 | 1 | -1/+1 |
| | | | | | | | | | | Previously, Scene.Inventory.DeRezObjects() forced the persistence of prims before deletion. This is necessary so that freshly delinked prims can be deleted (otherwise they remain as parts of their old group and reappear on server restart). However, DeRezObjects() deleted to user inventory, which is required by llDie() or direct region module unlink and deletion. Therefore, forced persistence has been pushed down into Scene.UnlinkSceneObject() to be more general, this is still on the DeRezObjects() path. Uncommented TestDelinkPersistence() since this now passes. Tests required considerable elaboration of MockRegionDataPlugin to reflect underlying storing of parts. | ||||
* | allow inventory path specified in "load iar" to start with a / (e.g. ↵ | Justin Clark-Casey (justincc) | 2010-08-27 | 1 | -12/+12 |
| | | | | /Objects is now valid where it wasn't before) | ||||
* | Add automated test at the opensim 'api' level to check that a given item ↵ | Justin Clark-Casey (justincc) | 2010-08-24 | 1 | -5/+26 |
| | | | | | | goes to the correct directory Also removes some mono compiler warnings | ||||
* | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 2010-08-13 | 1 | -1/+1 |
| | |||||
* | Fix problem where iar load would duplicate huge number of folders | Justin Clark-Casey (justincc) | 2010-06-18 | 1 | -6/+6 |
| | | | | | This was http://opensimulator.org/mantis/view.php?id=4770 Extend unit tests to check for this scenario too | ||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -3/+3 |
| | |||||
* | Convert iar write request to use inventory service requests rather than cache | Justin Clark-Casey (justincc) | 2009-09-06 | 1 | -1/+11 |
| | |||||
* | Temporarily re-enable save iar test by manually insert the item into the old ↵ | Justin Clark-Casey (justincc) | 2009-09-06 | 1 | -1/+7 |
| | | | | cache during the test | ||||
* | Pull out distinct cache system folders and drop cache methods in InventoryCache | Justin Clark-Casey (justincc) | 2009-08-28 | 1 | -1/+11 |
| | |||||
* | test item data storage impementation (unused as of yet) | Justin Clark-Casey (justincc) | 2009-08-05 | 1 | -14/+31 |
| | |||||
* | * Reinstating UserProfileCacheServiceTests. One test still fails ↵ | Arthur Valadares | 2009-06-11 | 1 | -1/+1 |
| | | | | (TestUpdateFolder) | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | Committing partial work on passing folders across instances. This may crash. | Melanie Thielker | 2009-03-23 | 1 | -0/+5 |
| | |||||
* | Add a QueryItem method to the inventory subsystem. Currently implemented for | Melanie Thielker | 2009-03-21 | 1 | -0/+5 |
| | | | | | | | MySQL only, stubs for the others. This allows updating the cache with a single item from the database. | ||||
* | - move OpenSim/Framework/IInventoryData.cs to | Mike Mazur | 2009-02-03 | 1 | -34/+35 |
| | | | | | | OpenSim/Data/IInventoryData.cs - trim trailing whitespace | ||||
* | * Create update folder test | Justin Clarke Casey | 2008-12-12 | 1 | -2/+5 |
| | | | | | | * Correct small logic elidation | ||||
* | * Actually properly enable the purge folders test and correct some problems | Justin Clarke Casey | 2008-12-12 | 1 | -2/+19 |
| | |||||
* | * Add user info move inventory folder test | Justin Clarke Casey | 2008-12-12 | 1 | -1/+7 |
| | |||||
* | * Fold mock classes into existing OpenSim/Tests/Common assembly rather than ↵ | Justin Clarke Casey | 2008-12-11 | 1 | -0/+118 |
sprouting another one |