aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2011-04-301-0/+10
|\
| * Stop CHANGED_INVENTORY firing twice if a notecard is edited in prim.Justin Clark-Casey (justincc)2011-04-281-0/+4
| * Fix a bug where physical objects rezzed with an initial velocity by script do...Justin Clark-Casey (justincc)2011-04-281-0/+6
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-171-12/+56
|\ \ | |/
| * refactor: simplify bRayEndIsIntersection boolean set from RayEndIsIntersectio...Justin Clark-Casey (justincc)2011-04-121-12/+1
| * If an object is rezzed directly from a prim inventory then give it the rotati...Justin Clark-Casey (justincc)2011-04-121-1/+1
| * Allow a null rotation to be passed in to RezObject so that we can control whe...Justin Clark-Casey (justincc)2011-04-121-7/+13
| * Fix (add) ability to rez objects by dragging them out of another prim's inven...Justin Clark-Casey (justincc)2011-04-121-5/+54
| * Make CHANGED_OWNER work for deeding and god-mode in-world changeMelanie2011-04-031-0/+4
| * Fix a few little thingsMelanie2011-02-271-0/+2
| * Dont' trust the viewer! Fix a permission slam error caused by trustingMelanie2011-01-121-1/+0
| * Fix direct item give permissionsMelanie2011-01-121-5/+39
| * Partial permissions fix for boxed items.Melanie2011-01-121-0/+10
* | Make CHANGED_OWNER work for deeding and god-mode in-world changeMelanie2011-04-031-0/+4
* | Add giving lists of items to another primMelanie2011-03-251-0/+8
* | Fix a few little thingsMelanie2011-02-271-0/+2
* | Allow modifying a no mod object through llGiveInventoryItem if the objectMelanie2011-02-211-1/+5
* | Completely nixing flags from the client causes wearables to break. Fix itMelanie2011-01-221-0/+1
* | Dont' trust the viewer! Fix a permission slam error caused by trustingMelanie2011-01-121-1/+0
* | Fix direct item give permissionsMelanie2011-01-121-5/+39
* | Partial permissions fix for boxed items.Melanie2011-01-101-0/+10
* | Fix a couple of security issuesMelanie2011-01-081-0/+3
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-301-1/+1
|\ \ | |/
| * Fix up a prior fix (refix the fixed fix :)Melanie2010-12-301-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-231-4/+10
|\ \ | |/
| * * Cleanup from a commit a while ago.Teravus Ovares (Dan Olivares)2010-12-231-4/+10
| * Make prim inventories a bit more saneMelanie2010-12-211-17/+6
* | Make prim inventories a bit more saneMelanie2010-12-211-17/+6
* | Fix a perms issue when wearing an object from inworldMelanie2010-12-121-10/+18
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-031-0/+4
|\ \ | |/
| * WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ...Diva Canto2010-11-251-0/+4
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-231-1/+6
|\ \ | |/
| * add basic tests to check that under default permissions module owner can dele...Justin Clark-Casey (justincc)2010-11-221-2/+7
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-221-7/+13
|\ \ | |/
| * Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2010-11-211-7/+13
| * Plumb the path for multiple object deletesMelanie2010-10-061-35/+9
| * Restrict inventory items added in a transaction to folder belongingMelanie2010-09-271-0/+6
* | Add group invites to the list of messages that get offlinedMelanie2010-10-101-14/+14
* | Fix a security relevant issue with take / take copyMelanie2010-10-091-48/+62
* | Make SendKillObject send multiple localIDs in one packet. This avoids theMelanie2010-10-081-3/+5
* | Plumb the path for multiple object deletesMelanie2010-10-061-35/+9
* | Restrict inventory items added in a transaction to folder belongingMelanie2010-09-271-0/+6
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-211-10/+0
|\ \ | |/
| * Refactor script create permission into the perms moduleMelanie2010-09-211-10/+0
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-171-6/+2
|\ \ | |/
| * Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-6/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-131-6/+7
|\ \ | |/
| * Formatting cleanup.Jeff Ames2010-09-121-6/+6
| * First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman2010-09-101-1/+2
| * Fix deletion persistence when freshly delinked prims are removedJustin Clark-Casey (justincc)2010-09-071-6/+1