aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IEntityInventory.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-02-15Formatting cleanup.Jeff Ames1-1/+1
2010-01-29Add method to get all items with the same name from a particular primJustin Clark-Casey (justincc)1-1/+12
2010-01-25Fix a problem where llDie() calls were sometimes leaving dead objects behind.Justin Clark-Casey (justincc)1-2/+10
2009-12-22Add a data path for error messagesroot1-0/+2
2009-11-26Remove the old (Remoting) region crossing code. Fix the new code toMelanie1-2/+0
2009-11-26Remove GetAssemblyName and friends from the SE interface. It's now handledMelanie1-6/+0
2009-10-01Formatting cleanup.Jeff Ames1-3/+3
2009-08-04Add plumbing for the SceneObjectDeleter to wait for the script engine toMelanie1-0/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-02-12* optimized usings.lbsa711-6/+0
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-4/+3
2008-11-25* Make a step on removing direct access to TaskInventoryDictionary from other...Justin Clarke Casey1-21/+6
2008-11-25* Remove direct access to Inventory.SerialJustin Clarke Casey1-5/+5
2008-11-25* refactor: Establish an IEntityInventory interface for SceneObjectPartInvent...Justin Clarke Casey1-0/+223