Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed logic for sending foreign user information (HG). | diva | 2009-01-03 | 1 | -5/+16 |
| | |||||
* | Another interregion comms change that will not work well with previous ↵ | diva | 2009-01-03 | 1 | -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 ↵ | diva | 2008-12-31 | 1 | -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. | diva | 2008-12-24 | 1 | -1/+10 |
| | |||||
* | Update svn properties. | Jeff Ames | 2008-11-25 | 1 | -1294/+1294 |
| | |||||
* | * minor: eliminate mono compiler warnings | Justin Clarke Casey | 2008-11-25 | 1 | -3/+3 |
| | |||||
* | * Apply http://opensimulator.org/mantis/view.php?id=2640 | Justin Clarke Casey | 2008-11-25 | 1 | -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! |