aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-31Mantis#1428. Thank you kindly, fdg for a patch that solves:Charles Krinke1-0/+5
2008-05-28*Added a Few External Checks relating to scripts including the seperation of ...mingchen1-7/+13
2008-05-28Formatting cleanup.Jeff Ames1-5/+5
2008-05-28Thank you kindly, Melanie for a patch that:Charles Krinke1-0/+2
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames1-12/+12
2008-05-25* Disabling isSelected check on object persistence backup (at least temporari...Justin Clarke Casey1-4/+0
2008-05-25* Refactor: Collapses parts of different code paths in scene used when deleti...Justin Clarke Casey1-1/+0
2008-05-24* Refactor: Collapse some multiple remove object pathsJustin Clarke Casey1-5/+3
2008-05-24* Refactor: Change previous commits Object methods to SceneObject methods ins...Justin Clarke Casey1-2/+2
2008-05-24* Refactor: Renaming various *Entity*() methods to *Object*() methods on the ...Justin Clarke Casey1-2/+4
2008-05-24* Fixes endless loop in the Land Module when selecting any object.Teravus Ovares1-65/+93
2008-05-24This enables return from the parcel object owner display.Teravus Ovares1-22/+29
2008-05-24* Implements selected object return.Teravus Ovares1-85/+267
2008-05-23Thank you kindly, Melanie, for:Charles Krinke1-30/+43
2008-05-23Thank you kindly, Melanie, for a patch which:Charles Krinke1-0/+11
2008-05-20From: Jeremy Bongio <jbongio@us.ibm.com>Sean Dague1-4/+4
2008-05-19Thank you kindly, Melanie for a patch that avoids a nullCharles Krinke1-1/+1
2008-05-18* minor: Just a few documentation odds and endsJustin Clarke Casey1-3/+1
2008-05-17* Tweaked patch mantis 1302 and committing it.Teravus Ovares1-1/+1
2008-05-17Formatting cleanup.Jeff Ames1-29/+29
2008-05-16* Committing patch from mantis 0001297: [PATCH] Fix behavior of child prim in...Teravus Ovares1-12/+41
2008-05-16Formatting cleanup.Jeff Ames1-222/+222
2008-05-15* Committing half of patch mantis 001291 from Melanie! Thanks Melanie.Teravus Ovares1-5/+13
2008-05-15Committing patch from Melanie. 0001290: [PATCH] implement permissions propag...Teravus Ovares1-64/+154
2008-05-14Applied Patch mantis 1220. Implements llGetStartParameter. Thanks!Teravus Ovares1-0/+3
2008-05-14More formatting cleanup.Jeff Ames1-2/+4
2008-05-14Formatting cleanup.Jeff Ames1-2/+2
2008-05-13*Fixed compile error on last commitmingchen1-1/+2
2008-05-13*Objects now delete correctlymingchen1-4/+5
2008-05-13*Complete redo of the permissions modulemingchen1-10/+20
2008-05-11* Fixed null reference exception when rezzing an object from inventory with a...Teravus Ovares1-1/+14
2008-05-11* Added NPCModule and NPCAvatar classes for NPCs. Primitive, but we can grow ...Adam Frisby1-2/+5
2008-05-08*Added all the permission checks to the sceneexternalchecks and modified perm...mingchen1-7/+5
2008-05-07*Added SceneExternalChecks.cs that is used to manage checking the results of ...mingchen1-8/+11
2008-05-05* Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey1-6/+6
2008-05-05* A bit of spice from here, a pinch of salt from there, some brains that attr...Teravus Ovares1-1/+63
2008-05-03* Add ability to defer item actions for AddItem() and DeleteItem(). This won...Justin Clarke Casey1-0/+3
2008-05-03* Refactor RemoveItem()Justin Clarke Casey1-17/+20
2008-05-03* Refactor: Renaming item and folder tree search methods to have Find*() pref...Justin Clarke Casey1-20/+28
2008-05-03* Refactor: Move bulk of CreateFolder from UserProfileCacheService into Cache...Justin Clarke Casey1-0/+1
2008-05-03* Refactor: remove redundant userId parameter from UpdateItem() and DeleteItem()Justin Clarke Casey1-5/+16
2008-05-03* Refactor: remove pointless agentId parameter from CachedUserInfo.AddItem()Justin Clarke Casey1-6/+6
2008-05-01* Rolled back a few changes.Adam Frisby1-157/+159
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-159/+157
2008-05-01* committing what I've got so far for DuplicateOnRay so I don't fight the con...Teravus Ovares1-2/+2
2008-05-01* You can now rez objects out of inventory at the correct offset from prim yo...Teravus Ovares1-3/+12
2008-04-30* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares1-5/+28
2008-04-29* Fixes child prim not editable as an attachment. You can right click on chi...Teravus Ovares1-1/+1
2008-04-27* Single Attachments now work from inventory. You can attach from inventory ...Teravus Ovares1-1/+98
2008-04-27* More attachment stuff, reworked some of the inventory routines to be what I...Teravus Ovares1-27/+106