aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-07* Temporary resolution for mantis #711Justin Clarke Casey1-10/+19
2008-03-05Change SceneObjectPart.LocalID to .LocalId to be case matchingSean Dague1-3/+3
2008-03-03* Applied patch 708 from devalnor. Thanks devalnor!Teravus Ovares1-7/+38
2008-02-20* Properly guard against the possibility that CopyInventoryItem doesn't get a...Justin Clarke Casey1-5/+16
2008-02-20* Eliminate AssetCache.CopyAsset()Justin Clarke Casey1-32/+26
2008-02-20Minor cleanup.Jeff Ames1-3/+3
2008-02-18Thank you very much Ahzzmandius for adding the supportCharles Krinke1-0/+45
2008-02-16Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of C...MW1-4/+15
2008-02-13Clean up more unnecessary String.Format callsJeff Ames1-4/+3
2008-02-13* Refactor: Move last commit's refactor back to AgentAssetTransactionsManagerJustin Clarke Casey1-43/+6
2008-02-12Refactor: factor a method out of AgentAssetTransactionsManagerJustin Clarke Casey1-8/+27
2008-02-12* Refactoring: Rename AssetTransactions.cs and AssetTransactionsManager and a...Justin Clarke Casey1-1/+1
2008-02-11Tiny change to print out a warning in a situation which almost guaranteeably ...Justin Clarke Casey1-3/+20
2008-02-11* some refactoring on permissionslbsa711-3/+3
2008-02-10The very beginnings of attachments (no detachments! :)Dalien Talbot1-0/+10
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-38/+38
2008-02-05Converted logging to use log4net.Jeff Ames1-59/+60
2008-01-23* Library scripts can now be dragged into primsJustin Clarke Casey1-9/+28
2008-01-22* changed nonsensical PermissionMask and ObjectFlags mixup; if this causes pe...lbsa711-1/+1
2008-01-21Change misleading placeholder error messages for attempts to persist non-scri...Justin Clarke Casey1-2/+2
2008-01-16* Store task inventory when an object is taken into agent inventoryJustin Clarke Casey1-7/+10
2008-01-15* Pass 2 of collidable (non physical) linksetsTeravus Ovares1-0/+1
2008-01-15* Mother of all commits:Adam Frisby1-1/+1
2008-01-09Prim inventory script saving phase 2.Justin Clarke Casey1-30/+52
2008-01-07Minor prim inventory method refactoringJustin Clarke Casey1-1/+1
2008-01-07Trigger persistence of the scripts in a prim's inventory when that inventory ...Justin Clarke Casey1-3/+0
2008-01-07Very minor refactoring. Remove unused prim inventory bool returns for nowJustin Clarke Casey1-1/+0
2008-01-07Refactor Scene.Inventory.RezScript to use newer script starting codeJustin Clarke Casey1-41/+15
2008-01-07Persistent prim inventory phase 5. Restart scripts contained in persisted pr...Justin Clarke Casey1-0/+13
2007-12-30* This update rolls back the packetpool and LibSL changes. Please retest and...Teravus Ovares1-2/+2
2007-12-29* Extracted out old RezObject method placing at absolute pos without the rayt...lbsa711-0/+5
2007-12-28* Rezzing items from Inventory on top of other prim rezzes them 0.5 meters ab...Teravus Ovares1-1/+16
2007-12-27* Optimized usingslbsa711-93/+96
2007-12-26If a prim is persisted in the region, scripts dragged into its inventory afte...Justin Clarke Casey1-1/+2
2007-12-25Small non-functional inventory changesJustin Clarke Casey1-32/+78
2007-12-24Prim inventory script saving phase 1. Create necessary CAPS structures for c...Justin Clarke Casey1-1/+40
2007-12-22Make copying of scripts into prim inventories more reliable on the first atte...Justin Clarke Casey1-26/+17
2007-12-22minor refactorJustin Clarke Casey1-1/+3
2007-12-22Put in some race revealing warning messages triggered when a user rezzes a sc...Justin Clarke Casey1-0/+30
2007-12-22Initial hookup of update task inventory event. No functionality yet.Justin Clarke Casey1-2/+51
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames1-1/+1
2007-12-17Thank you to Kiryu for a patch to fix an out of SyncCharles Krinke1-2/+8
2007-12-15* Make inventory operations sync rather than async. This is to alleviate rac...Justin Clarke Casey1-1/+4
2007-12-14* Fixed a cause of an ODE 'invalid operation for locked space 'Teravus Ovares1-15/+15
2007-12-12* In our quest for sim heartbeat stats, we're a touch closer to accurate obje...Teravus Ovares1-0/+1
2007-12-08Allow moving, deleting, and restoring objects in inventory.Brian McBee1-0/+40
2007-12-07Updates to LibSL revision 1498. Thanks Johan!Adam Johnson1-2/+2
2007-12-07* Added hacked support for 'anyone can move' and 'anyone can copy'.Teravus Ovares1-0/+3
2007-12-06removed obsolete Verbose() functionJeff Ames1-1/+1
2007-12-05Do not create a new asset on item metadata changeSean Dague1-40/+12