aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Hypergrid/HGInventoryService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Another bit of refactoring to try to make sense of ↵diva2009-03-291-2/+2
| | | | OpenSim.Framework.Communications. Everything that looks like a service, with service handlers, moved to .Services -- i.e. LoginService and Response, and GridInfoService. The rest of the changes were to adapt to the new locations of those files.
* Committing partial work on passing folders across instances. This may crash.Melanie Thielker2009-03-231-0/+23
|
* Add QueryItem method to secure inventory and HG inventory, change method sig toMelanie Thielker2009-03-221-0/+23
| | | | | | provide additional information the HG needs.
* * optimized usings.lbsa712009-02-121-1/+1
|
* Update svn properties.Jeff Ames2008-11-251-451/+451
|
* * minor: eliminate mono compiler warningsJustin Clarke Casey2008-11-251-2/+2
|
* * Apply http://opensimulator.org/mantis/view.php?id=2640Justin Clarke Casey2008-11-251-0/+451
* This is Diva's hypergrid patch, as perviously discussed on the opensim-dev mailing list * Applied some minor prebuild.xml jiggling to resolve a dependency issue * Thanks Diva!