aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService/HGSuitcaseInventoryService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert the enum to int before casting it to string for DB queryDiva Canto2015-08-081-1/+1
* WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto2015-08-081-41/+41
* When creating a new user, create the folders "Current Outfit", "Favorites", a...Oren Hurvitz2014-05-251-7/+4
* Log the user when an inventory operation is blocked because the item/folder i...Oren Hurvitz2014-05-191-14/+14
* Fixed error if a user didn't have a "Current Outfit" folder in their suitcase.Oren Hurvitz2014-05-121-9/+12
* Log whenever an inventory operation is blocked because the item/folder isn't ...Oren Hurvitz2014-05-061-8/+52
* - When sending the "My Suitcase" folder to the client, always claim it has Fo...Oren Hurvitz2014-05-061-7/+7
* Removed GetUserInventory(). It wasn't being used, and was creating warnings b...Oren Hurvitz2014-04-231-53/+0
* When a user logs-in, automatically create the Suitcase folderOren Hurvitz2014-03-241-15/+7
* If we find an existing suitcase folder in HGSuitcaseInventoryService.GetRootF...Justin Clark-Casey (justincc)2014-03-201-0/+4
* If HGSuitcaseInventoryService.GetRootFolder() fails to create a suitcase fold...Justin Clark-Casey (justincc)2013-11-151-6/+13
* Better version of previous commitDiva Canto2013-07-211-2/+6
* Add the Current Outfit folder as an available folder in the SuitcaseInventory.Diva Canto2013-07-211-0/+16
* minor: remove mono compiler warnings from HGSuitcaseInventoryServiceJustin Clark-Casey (justincc)2013-07-091-3/+3
* After calls to GetSuitcaseXFolder() in HGSuitcaseInventoryService, consistent...Justin Clark-Casey (justincc)2013-06-121-1/+23
* Switched to using the other Util function with a default value.Diva Canto2013-02-271-1/+2
* Moved the HG default variables out of [Startup] and into their own section [H...Diva Canto2013-02-271-1/+1
* Added new Util function for reading config vars that's more generic than the ...Diva Canto2013-02-221-1/+1
* Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...Diva Canto2013-02-211-2/+1
* HG Suitcase Inventory: if RootFolder type doesn't work, look for any folder w...Diva Canto2012-11-031-0/+9
* HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST ...Diva Canto2012-11-021-5/+5
* More on HG2.0: added the possibility of controlling the appearance that avies...Diva Canto2012-09-151-0/+1
* Restarting to work on HGSuitcaseInventoryService: added the ability for the o...Diva Canto2012-09-131-4/+56
* Remove some mono compiler warningsJustin Clark-Casey (justincc)2012-06-301-2/+2
* A few more minor improvements on Suitcase inventory service.Diva Canto2012-04-071-7/+6
* Better Suitcase Inventory Service.Diva Canto2012-04-061-48/+55
* Deleted the unused and commented code from 2 commits ago.Diva Canto2012-04-061-594/+0
* WARNING: LOTS OF COMMENTED AND UNUSED CODE IN THIS COMMIT. This is on purpose...Diva Canto2012-04-061-36/+712
* Finish up the SuitcaseInventory service.Diva Canto2012-03-291-120/+218
* HG 2.0: added the beginning of HGSuitcaseInventoryService. Plus moved the hac...Diva Canto2012-03-281-0/+368