aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Hypergrid/HGGridServicesStandalone.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-03Another interregion comms change that will not work well with previous ↵diva1-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.
2009-01-01Minor fix for HG request neighbors. Should not return hyperlink neighbors, ↵diva1-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!
2008-11-30Mantis #2584 (again)Melanie Thielker1-0/+1
Next step of diva's TP fixes and HG support
2008-11-25Update svn properties.Jeff Ames1-928/+928
2008-11-25* Apply http://opensimulator.org/mantis/view.php?id=2640Justin Clarke Casey1-0/+928
* 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!