aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-04-26* First draft implementation of copying prim inventory items back to agent in...Justin Clarke Casey1-0/+81
2008-04-24replace hard tabs with 4 spaces to be consistant in the source.Sean Dague1-5/+5
2008-04-23* Patch for #973 - Object Rez from Inventory ignores permissions - Thanks tgl...Adam Frisby1-11/+51
2008-04-23* Applying Mantis #1020 (Animations) - Thanks Melanie.Adam Frisby1-19/+5
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-9/+7
2008-04-19* Fix build break in previous revisionJustin Clarke Casey1-1/+1
2008-04-16* Applying melanie's Landmark patch. Thanks Melanie!Teravus Ovares1-1/+14
2008-04-10* Updates BetaGridLikeMoneyModuleTeravus Ovares1-0/+11
2008-04-08* Update code to use patched libsecondlife.dll which removes the problem wher...Justin Clarke Casey1-1/+1
2008-04-07more refactoring, this time on InventoryFolderBaseSean Dague1-1/+1
2008-04-07Refactor InventoryItemBase to do the following:Sean Dague1-61/+61
2008-04-07* Objects which have their name or description changed while within inventory...Justin Clarke Casey1-40/+59
2008-04-07* Preserve original creator's name when an object is givenJustin Clarke Casey1-2/+2
2008-04-07* EXPERIMENTAL ROUGH DRAFT: First rough implementation of avatar to avatar it...Justin Clarke Casey1-4/+83
2008-04-03* Resolve mantis 849Justin Clarke Casey1-1/+1
2008-04-02Minor: just some method commentsJustin Clarke Casey1-1/+1
2008-03-31* Fix for mantis 131, 796Justin Clarke Casey1-4/+14
2008-03-21* Updated ray tracing code. It's now good enough to use when the XYZ vector...Teravus Ovares1-0/+1
2008-03-18Formatting cleanup.Jeff Ames1-28/+25
2008-03-17Fix a few mono compiler warnings. Minor cleanup.Jeff Ames1-2/+2
2008-03-12* Fix mantis 757.Justin Clarke Casey1-20/+0
2008-03-07* Temporary resolution for mantis #711Justin Clarke Casey1-10/+19
2008-03-05Change SceneObjectPart.LocalID to .LocalId to be case matchingSean Dague1-3/+3
2008-03-03* Applied patch 708 from devalnor. Thanks devalnor!Teravus Ovares1-7/+38
2008-02-20* Properly guard against the possibility that CopyInventoryItem doesn't get a...Justin Clarke Casey1-5/+16
2008-02-20* Eliminate AssetCache.CopyAsset()Justin Clarke Casey1-32/+26
2008-02-20Minor cleanup.Jeff Ames1-3/+3
2008-02-18Thank you very much Ahzzmandius for adding the supportCharles Krinke1-0/+45
2008-02-16Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of C...MW1-4/+15
2008-02-13Clean up more unnecessary String.Format callsJeff Ames1-4/+3