aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-01-281-2/+0
|\
| * Comment out xfer section in Scene.UpdateTaskInventory() which was causing spu...Justin Clark-Casey (justincc)2012-01-281-13/+20
* | Merge branch 'master' into careminsterMelanie2012-01-261-0/+11
|\ \ | |/
| * Add basic TestAddScript() regression testJustin Clark-Casey (justincc)2012-01-261-0/+11
* | Merge branch 'master' into careminsterMelanie2012-01-261-78/+104
|\ \ | |/
| * refactor: change RezScriptFromAgentInventory(), RezNewScript() and AddInvento...Justin Clark-Casey (justincc)2012-01-261-20/+30
| * refactor: decompose most of RezScript() into RezScriptFromAgentInventory(), R...Justin Clark-Casey (justincc)2012-01-251-79/+95
| * If dragging a script that is no copy from prim inventory into agentMelanie2012-01-061-16/+39
* | If dragging a script that is no copy from prim inventory into agentMelanie2012-01-061-5/+24
* | Prevent spurious error message when client tries to move a null itemMelanie2011-12-101-0/+4
* | Merge branch 'master' into careminsterMelanie2011-12-091-4/+6
|\ \ | |/
| * Move client id check in Scene.Inventory.cs:UpdateInventoryItemAsset so that i...Justin Clark-Casey (justincc)2011-12-091-4/+6
* | Merge branch 'master' into bigmergeMelanie2011-11-241-10/+3
|\ \ | |/
| * Stop an exception being thrown and a teleport/border cross failing if the des...Justin Clark-Casey (justincc)2011-11-221-10/+3
* | Merge commit 'c8304b7f84b1a8d9fb978cae510f684e36419deb' into bigmergeMelanie2011-10-111-2/+5
|\ \ | |/
| * Fix avatar parameter updating for viewer 3 and maybe 2.Justin Clark-Casey (justincc)2011-09-231-2/+5
* | Merge commit 'de19dc3024e5359f594d0a32c593d905163c24ea' into bigmergeMelanie2011-10-111-9/+9
|\ \ | |/
| * refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to refle...Justin Clark-Casey (justincc)2011-09-151-9/+9
* | Bring us up to date.Tom2011-09-141-2/+22
|\ \ | |/
| * Delay loading scripts until the scene has finished loadingOren Hurvitz2011-09-091-2/+22
* | First set of merge fixesTom2011-09-071-9/+10
* | Resolve merge commits, stage 1Tom2011-09-041-26/+19
|\ \ | |/
| * Remove pointless cluttering SOP.ParentGroup != null checks.Justin Clark-Casey (justincc)2011-09-011-33/+16
| * Related to #4689 - Adding missing null check for SceneObjectPartMakopoppo2011-08-271-0/+8
| * refactor: move Scene.Inventory.attachObjectAssetStore() into AttachmentsModul...Justin Clark-Casey (justincc)2011-08-241-84/+0
| * get rid of pointless grp null check in attachObjectAssetStore()Justin Clark-Casey (justincc)2011-08-241-73/+69
| * minor: remove hardcoded region numbers with the region size constant and a cu...Justin Clark-Casey (justincc)2011-08-241-2/+2
| * refactor: remove pointless AgentId argument from attachObjectAssetStore()Justin Clark-Casey (justincc)2011-08-241-1/+1
| * Fix llAttachToAvatar()Justin Clark-Casey (justincc)2011-08-241-3/+11
| * Remove manually permissions settings on all current library items so that the...Justin Clark-Casey (justincc)2011-07-231-1/+4
| * Revert "Don't load current/next/everyone/base permissions from the library it...Justin Clark-Casey (justincc)2011-07-231-4/+1
| * Don't load current/next/everyone/base permissions from the library item xml f...Justin Clark-Casey (justincc)2011-07-231-1/+4
* | Merge branch 'master' into careminster-presence-refactorroot2011-07-051-0/+5
|\ \ | |/
| * Add an async inventory details sender to respond to FetchInventory packets.Justin Clark-Casey (justincc)2011-07-011-0/+5
* | Merge branch 'master' into careminster-presence-refactorroot2011-06-301-4/+14
|\ \ | |/
| * Don't follow inventory links of links.Justin Clark-Casey (justincc)2011-06-291-1/+4
| * refactor: simplify redundant double containing folder checkJustin Clark-Casey (justincc)2011-06-291-2/+4
| * If an inventory link target is in the same folder as the source, then don't r...Justin Clark-Casey (justincc)2011-06-291-1/+6
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-06-091-234/+168
|\ \ | |/
| * Fix give inventory tests to use different users rather than (accidentally) th...Justin Clark-Casey (justincc)2011-06-041-161/+167
| * Moved CreateNewInventoryItem to the InventoryAccessModule in preparation for ...Diva Canto2011-06-031-73/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-221-13/+1
|\ \ | |/
| * refactor Scene.RezObject() to use AddNewSceneObject() rather than copy/pastin...Justin Clark-Casey (justincc)2011-05-211-13/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-201-1/+4
|\ \ | |/
| * don't throw a null reference if an inventory link target doesn't exist when w...Justin Clark-Casey (justincc)2011-05-171-1/+4
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-141-18/+27
|\ \ | |/
| * Fix adding/removing/replacing outfits in viewer 2Justin Clark-Casey (justincc)2011-05-141-18/+27
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-131-4/+52
|\ \ | |/
| * Fix broken inventory links on viewer 2.Justin Clark-Casey (justincc)2011-05-131-2/+19
| * Add a smidgen of method doc about the fact that item links reuse the asset id...Justin Clark-Casey (justincc)2011-05-121-0/+4