aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/IInventoryData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman2010-09-101-11/+0
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Committing partial work on passing folders across instances. This may crash.Melanie Thielker2009-03-231-0/+6
|
* Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker2009-03-211-0/+6
| | | | | | | MySQL only, stubs for the others. This allows updating the cache with a single item from the database.
* - move OpenSim/Framework/IInventoryData.cs toMike Mazur2009-02-031-0/+157
OpenSim/Data/IInventoryData.cs - trim trailing whitespace