aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.Inventory.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* seems to compile ( tests comented out)UbitUmarov2015-09-021-5/+2
* bad merge?UbitUmarov2015-09-011-4/+15
|\
| * Merge branch 'master' into careminsterMelanie2013-07-181-0/+6
| |\
| * | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-241-0/+1
| * | Merge branch 'master' into careminsterMelanie2012-07-111-1/+9
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2012-06-211-3/+15
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2012-03-311-4/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2012-02-101-0/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-01-261-11/+4
| |\ \ \ \ \ \
| * | | | | | | Fix taking or returning locked objects losing permissions for ownerMelanie2011-11-121-1/+9
| * | | | | | | Bring us up to date.Tom2011-09-141-0/+13
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-04-211-6/+15
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix direct item give permissionsMelanie2011-01-121-1/+1
| * | | | | | | | | Make prim inventories a bit more saneMelanie2010-12-211-43/+0
| * | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-171-34/+26
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Suppress error messages about scripts not foind if they're in fact disabledMelanie Thielker2010-08-221-0/+3
| * | | | | | | | | | Fix a permissions issueMelanie Thielker2010-07-141-7/+11
| * | | | | | | | | | Revamp the permissions propagation. This MAY mess up. Please test.Melanie Thielker2010-07-131-2/+3
| * | | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-04-191-1/+11
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Some merge fixupsMelanie2010-01-261-2/+2
| * | | | | | | | | | | Merge branch 'master' into careminsterMelanie2010-01-261-5/+5
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Convert some remaining legacy lock()s for m_parts in SceneObjectGroup to Read...CasperW2009-12-271-11/+13
* | | | | | | | | | | | | If the owner of an object is taking a copy from the scene (e.g. via the "take...Justin Clark-Casey (justincc)2015-02-031-0/+1
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Put guards on a bunch of exception-inducing code, as seen in logs from load t...Diva Canto2013-07-091-0/+6
* | | | | | | | | | | | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-261-0/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | 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