aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Hypergrid/HGGridServices.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur2009-02-041-41/+41
| | | | | - trim trailing whitespace
* Fixed logic for sending foreign user information (HG).diva2009-01-031-5/+16
|
* Another interregion comms change that will not work well with previous ↵diva2009-01-031-18/+37
| | | | | | | 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 bug fix in HG home regions management, removing the use of ↵diva2008-12-311-8/+15
| | | | m_knownRegions.Count for creating the local handler. Local handlers are now created using a random number generator.
* Better error handling for expect_hg_user on the HG.diva2008-12-241-1/+10
|
* Update svn properties.Jeff Ames2008-11-251-1294/+1294
|
* * minor: eliminate mono compiler warningsJustin Clarke Casey2008-11-251-3/+3
|
* * Apply http://opensimulator.org/mantis/view.php?id=2640Justin Clarke Casey2008-11-251-0/+1294
* 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!