aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Hypergrid/HGGridServicesGridMode.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Another interregion comms change that will not work well with previous ↵diva2009-01-031-1/+1
| | | | | | | versions. This commit moves InformRegionOfChildAgent from OGS1 to RESTComms, effectively having the complete child agent life cycle over REST: create=POST, update=PUT, close=DELETE. Additional changes include more functions in the IHyperlink interface, and some refactorings in the HG code for better reuse in RESTComms.
* Minor fix for HG request neighbors. Should not return hyperlink neighbors, ↵diva2009-01-011-2/+2
| | | | | | | only neighbors on the same grid. I'm still not sure if this is a bug or a feature, so this may change again. My first commit of 2009 -- Happy New Year!
* Backing off from the accidental removal one of the most valued 'features' of ↵diva2008-12-241-2/+2
| | | | the HG: the ability to TP to regions on the grid that don't run HG. *smiles*
* Better error handling for expect_hg_user on the HG.diva2008-12-241-1/+2
|
* Attempt at fixing the HG home jump by looking up hyperlink regions before ↵diva2008-12-151-2/+2
| | | | grid-local regions.
* Update svn properties.Jeff Ames2008-11-251-285/+285
|
* * Apply http://opensimulator.org/mantis/view.php?id=2640Justin Clarke Casey2008-11-251-0/+285
* 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!