aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.Inventory.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-81/+256
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-0/+8
2012-07-10When an attachment is detached to inv or derezzed, stop the scripts, update t...Justin Clark-Casey (justincc)1-1/+9
2012-06-20Log how many scripts are candidates for starting and how many are actually st...Justin Clark-Casey (justincc)1-3/+15
2012-03-31refactor: Rename SOG.GetChildPart() to GetPart() since it can also return the...Justin Clark-Casey (justincc)1-4/+4
2012-02-10When an asset is uploaded (e.g. a mesh) set individual copy/move/transfer per...Justin Clark-Casey (justincc)1-0/+2
2012-01-26refactor: change RezScriptFromAgentInventory(), RezNewScript() and AddInvento...Justin Clark-Casey (justincc)1-11/+4
2011-09-13Stop attempts to rewear already worn items from removing and reattaching.Justin Clark-Casey (justincc)1-0/+13
2011-04-21minor: small amount of method doc and some commented out odds and endsJustin Clark-Casey (justincc)1-6/+15
2011-01-12Fix direct item give permissionsMelanie1-1/+1
2010-12-21Make prim inventories a bit more saneMelanie1-43/+0
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman1-32/+26
2010-07-14Fix a permissions issueMelanie Thielker1-7/+11
2010-07-13Revamp the permissions propagation. This MAY mess up. Please test.Melanie1-2/+3
2010-04-19All scripts are now created suspended and are only unsuspended when the objectMelanie1-0/+8
2010-04-05Partially implement share with group option for object inventory itemsJustin Clark-Casey (justincc)1-1/+3
2010-01-25Fix a problem where llDie() calls were sometimes leaving dead objects behind.Justin Clark-Casey (justincc)1-2/+6
2009-11-26Remove the old (Remoting) region crossing code. Fix the new code toMelanie1-64/+35
2009-11-26Remove GetAssemblyName and friends from the SE interface. It's now handledMelanie1-88/+5
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-04-08* Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey1-1/+1
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-1/+1
2009-02-19Fix region crossing for unscripted prims, avoid costly SEHMelanie Thielker1-1/+3
2009-02-18Make in-code provisions for the tests. Tests would fail because the Melanie Thielker1-1/+14
2009-02-18Fix the windows sharing violations on script crossingsMelanie Thielker1-13/+46
2009-02-10Fixes the problem of attachment offset after crossings/TPs. Hopefully it fixe...diva1-1/+1
2009-02-09Moved prim crossing out of OGS1 and into RESTComms and LocalInterregionComms....diva1-3/+80
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2008-11-27Fix permission propagation that was broken some revision back, causingMelanie Thielker1-1/+3
2008-11-21Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker1-1/+1
2008-11-21* refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey1-14/+13
2008-11-15Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-11-14Add group permissions to agent inventory.Melanie Thielker1-0/+3
2008-11-14Try to make the test pass againMelanie Thielker1-1/+1
2008-11-14Reapplying a revised version of Christopher Yeoh's (IBM) patch for allowMelanie Thielker1-7/+28
2008-11-14reverting #7295, as it still fails a test case (as pointed out veryDr Scofield1-27/+8
2008-11-14From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-8/+27
2008-11-11Fix a nullref in attachment packingMelanie Thielker1-0/+7
2008-11-09Script region crossing. This has not user functionality, but lays all theMelanie Thielker1-2/+90
2008-10-06One should not commit even the smallest fox without compile. Fix build breakMelanie Thielker1-6/+6
2008-10-06More perms fixes. Reinstate the move flagMelanie Thielker1-6/+10
2008-09-21Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker1-2/+3
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-5/+5
2008-08-18Formatting cleanup.Jeff Ames1-4/+4
2008-07-23refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague1-4/+4
2008-07-14Patch #9147Melanie Thielker1-1/+1
2008-07-13* Actually persist restored archives to the database - wasn't actually doing ...Justin Clarke Casey1-0/+17
2008-06-28Mantis#1616. Applied Melanie's patch. This may or mayCharles Krinke1-87/+4
2008-06-12* refactor: For new objects, move attach to backup to occur when adding to a ...Justin Clarke Casey1-0/+1
2008-06-04Mantis#1439. Thank you kindly, Melanie for a patch thatCharles Krinke1-0/+15