Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Actually remove the script when it's task inventory item is deleted, rather | Melanie Thielker | 2008-12-05 | 1 | -1/+1 |
| | | | | | | than just stopping it. | ||||
* | And fix it right | Melanie Thielker | 2008-12-05 | 1 | -1/+1 |
| | |||||
* | Mantis #2754 | Melanie Thielker | 2008-12-05 | 1 | -0/+4 |
| | | | | | | Stop scripts that are removed from an object's inventory | ||||
* | Add configuration values for scripted prim region crossing | Melanie Thielker | 2008-11-29 | 1 | -1/+2 |
| | |||||
* | Start scripts in attachments only after a successful attach. Elimininate | Melanie Thielker | 2008-11-29 | 1 | -0/+9 |
| | | | | | | a gratuitious asset fetch when region crossing. | ||||
* | Cause the slam bit to be set in transferred inv items | Melanie Thielker | 2008-11-27 | 1 | -0/+1 |
| | |||||
* | Committing the LCO database layer. Native MySQL, no ADO. New reconnect | Melanie Thielker | 2008-11-26 | 1 | -2/+6 |
| | | | | | | | | mechanism to prevent prim loss. Preserve link order on sim restart and drag copy. Fix drag-copied prims' inventories. Fix persistence of child prim inventories. | ||||
* | * Make a step on removing direct access to TaskInventoryDictionary from ↵ | Justin Clarke Casey | 2008-11-25 | 1 | -2/+2 |
| | | | | other packages | ||||
* | * refactor: Establish an IEntityInventory interface for ↵ | Justin Clarke Casey | 2008-11-25 | 1 | -1/+1 |
| | | | | SceneObjectPartInventory.cs and expose that from SceneObjectPart rather than the original object | ||||
* | Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make all | Melanie Thielker | 2008-11-21 | 1 | -1/+1 |
| | | | | | | the internals of the permissions module adapter sane | ||||
* | * refactor: Rip out SOP inventory from the partial into a separate class | Justin Clarke Casey | 2008-11-21 | 1 | -0/+872 |
* SceneObjectPartInventory.cs isn't a particularly good name but it's probably not got a long life * A proper inventory interface to follow * Parallel changes for other inventory partial classes to follow at a later date |