aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.Inventory.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-81/+256
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-0/+8
* When an attachment is detached to inv or derezzed, stop the scripts, update t...Justin Clark-Casey (justincc)2012-07-101-1/+9
* Log how many scripts are candidates for starting and how many are actually st...Justin Clark-Casey (justincc)2012-06-201-3/+15
* refactor: Rename SOG.GetChildPart() to GetPart() since it can also return the...Justin Clark-Casey (justincc)2012-03-311-4/+4
* When an asset is uploaded (e.g. a mesh) set individual copy/move/transfer per...Justin Clark-Casey (justincc)2012-02-101-0/+2
* refactor: change RezScriptFromAgentInventory(), RezNewScript() and AddInvento...Justin Clark-Casey (justincc)2012-01-261-11/+4
* Stop attempts to rewear already worn items from removing and reattaching.Justin Clark-Casey (justincc)2011-09-131-0/+13
* minor: small amount of method doc and some commented out odds and endsJustin Clark-Casey (justincc)2011-04-211-6/+15
* Fix direct item give permissionsMelanie2011-01-121-1/+1
* Make prim inventories a bit more saneMelanie2010-12-211-43/+0
* Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-32/+26
* Fix a permissions issueMelanie Thielker2010-07-141-7/+11
* Revamp the permissions propagation. This MAY mess up. Please test.Melanie2010-07-131-2/+3
* All scripts are now created suspended and are only unsuspended when the objectMelanie2010-04-191-0/+8
* Partially implement share with group option for object inventory itemsJustin Clark-Casey (justincc)2010-04-051-1/+3
* Fix a problem where llDie() calls were sometimes leaving dead objects behind.Justin Clark-Casey (justincc)2010-01-251-2/+6
* Remove the old (Remoting) region crossing code. Fix the new code toMelanie2009-11-261-64/+35
* Remove GetAssemblyName and friends from the SE interface. It's now handledMelanie2009-11-261-88/+5
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey2009-04-081-1/+1
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-1/+1
* Fix region crossing for unscripted prims, avoid costly SEHMelanie Thielker2009-02-191-1/+3
* Make in-code provisions for the tests. Tests would fail because the Melanie Thielker2009-02-181-1/+14
* Fix the windows sharing violations on script crossingsMelanie Thielker2009-02-181-13/+46
* Fixes the problem of attachment offset after crossings/TPs. Hopefully it fixe...diva2009-02-101-1/+1
* Moved prim crossing out of OGS1 and into RESTComms and LocalInterregionComms....diva2009-02-091-3/+80
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-0/+401