aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * You can now rez objects out of inventory at the correct offset from prim yo...Teravus Ovares2008-05-011-3/+12
* * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares2008-04-301-5/+28
* * Fixes child prim not editable as an attachment. You can right click on chi...Teravus Ovares2008-04-291-1/+1
* * Single Attachments now work from inventory. You can attach from inventory ...Teravus Ovares2008-04-271-1/+98
* * More attachment stuff, reworked some of the inventory routines to be what I...Teravus Ovares2008-04-271-27/+106
* * First draft implementation of copying prim inventory items back to agent in...Justin Clarke Casey2008-04-261-0/+81
* replace hard tabs with 4 spaces to be consistant in the source.Sean Dague2008-04-241-5/+5
* * Patch for #973 - Object Rez from Inventory ignores permissions - Thanks tgl...Adam Frisby2008-04-231-11/+51
* * Applying Mantis #1020 (Animations) - Thanks Melanie.Adam Frisby2008-04-231-19/+5
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-9/+7
* * Fix build break in previous revisionJustin Clarke Casey2008-04-191-1/+1
* * Applying melanie's Landmark patch. Thanks Melanie!Teravus Ovares2008-04-161-1/+14
* * Updates BetaGridLikeMoneyModuleTeravus Ovares2008-04-101-0/+11
* * Update code to use patched libsecondlife.dll which removes the problem wher...Justin Clarke Casey2008-04-081-1/+1
* more refactoring, this time on InventoryFolderBaseSean Dague2008-04-071-1/+1
* Refactor InventoryItemBase to do the following:Sean Dague2008-04-071-61/+61
* * Objects which have their name or description changed while within inventory...Justin Clarke Casey2008-04-071-40/+59
* * Preserve original creator's name when an object is givenJustin Clarke Casey2008-04-071-2/+2
* * EXPERIMENTAL ROUGH DRAFT: First rough implementation of avatar to avatar it...Justin Clarke Casey2008-04-071-4/+83
* * Resolve mantis 849Justin Clarke Casey2008-04-031-1/+1
* Minor: just some method commentsJustin Clarke Casey2008-04-021-1/+1
* * Fix for mantis 131, 796Justin Clarke Casey2008-03-311-4/+14
* * Updated ray tracing code. It's now good enough to use when the XYZ vector...Teravus Ovares2008-03-211-0/+1
* Formatting cleanup.Jeff Ames2008-03-181-28/+25
* Fix a few mono compiler warnings. Minor cleanup.Jeff Ames2008-03-171-2/+2
* * Fix mantis 757.Justin Clarke Casey2008-03-121-20/+0
* * Temporary resolution for mantis #711Justin Clarke Casey2008-03-071-10/+19
* Change SceneObjectPart.LocalID to .LocalId to be case matchingSean Dague2008-03-051-3/+3
* * Applied patch 708 from devalnor. Thanks devalnor!Teravus Ovares2008-03-031-7/+38
* * Properly guard against the possibility that CopyInventoryItem doesn't get a...Justin Clarke Casey2008-02-201-5/+16
* * Eliminate AssetCache.CopyAsset()Justin Clarke Casey2008-02-201-32/+26
* Minor cleanup.Jeff Ames2008-02-201-3/+3
* Thank you very much Ahzzmandius for adding the supportCharles Krinke2008-02-181-0/+45
* Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of C...MW2008-02-161-4/+15
* Clean up more unnecessary String.Format callsJeff Ames2008-02-131-4/+3
* * Refactor: Move last commit's refactor back to AgentAssetTransactionsManagerJustin Clarke Casey2008-02-131-43/+6
* Refactor: factor a method out of AgentAssetTransactionsManagerJustin Clarke Casey2008-02-121-8/+27
* * Refactoring: Rename AssetTransactions.cs and AssetTransactionsManager and a...Justin Clarke Casey2008-02-121-1/+1
* Tiny change to print out a warning in a situation which almost guaranteeably ...Justin Clarke Casey2008-02-111-3/+20
* * some refactoring on permissionslbsa712008-02-111-3/+3
* The very beginnings of attachments (no detachments! :)Dalien Talbot2008-02-101-0/+10
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-38/+38
* Converted logging to use log4net.Jeff Ames2008-02-051-59/+60
* * Library scripts can now be dragged into primsJustin Clarke Casey2008-01-231-9/+28
* * changed nonsensical PermissionMask and ObjectFlags mixup; if this causes pe...lbsa712008-01-221-1/+1
* Change misleading placeholder error messages for attempts to persist non-scri...Justin Clarke Casey2008-01-211-2/+2
* * Store task inventory when an object is taken into agent inventoryJustin Clarke Casey2008-01-161-7/+10
* * Pass 2 of collidable (non physical) linksetsTeravus Ovares2008-01-151-0/+1
* * Mother of all commits:Adam Frisby2008-01-151-1/+1
* Prim inventory script saving phase 2.Justin Clarke Casey2008-01-091-30/+52