aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IInventoryData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-311-19/+13
| | | | | | PluginLoader. Fix issue 1871.
* Formatting cleanup.Jeff Ames2008-05-161-1/+1
|
* * Spring cleaning.Adam Frisby2008-04-291-3/+3
| | | | | * Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned.
* allow for Inventory database source to be specified in mainSean Dague2008-04-231-1/+1
| | | | | | | | configs. This works with sqlite and nhibernate backends, and stays with default seperate ini files for mysql and mssql until someone writes those.
* * Implement proper emptying of trashcan on standaloneJustin Clarke Casey2008-04-231-1/+1
| | | | | | | * On standalone, folders (and their items) should now be persistently deleted on trash emptying, as well as immediate child items * An implementation for grid mode will follow.
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-2/+0
| | | | (this took a while to run).
* break out the 5 classes that were Sean Dague2008-04-071-0/+154
InventoryItemBase into seperate .cs files 1 per class