aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService/HGSuitcaseInventoryService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-10/+10
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-111/+147
|
* HG Suitcase Inventory: if RootFolder type doesn't work, look for any folder ↵Diva Canto2012-11-031-0/+9
| | | | with parentID=UUID.Zero
* HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST ↵Diva Canto2012-11-021-5/+5
| | | | THESE.
* More on HG2.0: added the possibility of controlling the appearance that ↵Diva Canto2012-09-151-0/+1
| | | | avies use to visit other grids. Not as good as I wanted, but good enough. Unfortunately we can't switch the appearance from under the avie without getting into a lot of weirdnesses because appearance is viewer-controlled. So instead, when this control is on, I'm disallowing HG-TP unless the user is wearing an allowed HG appearance -- the user gets a warning and needs to switch appearance. WARNING: I'm still not committing the config vars because this is still not ready for ppl to test.
* Restarting to work on HGSuitcaseInventoryService: added the ability for the ↵Diva Canto2012-09-131-4/+56
| | | | outside world to retrieve appearance items. Not ACLed yet.
* 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 ↵Diva Canto2012-04-061-36/+712
| | | | purpose; it's an historical record of what works and what doesn't wrt manipulating inventory at the viewer. I'll remove the unused code in a subsequent commit, but wanted to place it in history. The uncommented code works.
* Finish up the SuitcaseInventory service.Diva Canto2012-03-291-120/+218
|
* HG 2.0: added the beginning of HGSuitcaseInventoryService. Plus moved the ↵Diva Canto2012-03-281-0/+368
hack away from ScenePresence. This is better but it still doesn't restore the inventory upon arrival.