aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/HGGridConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug in Check4096 (HG).Diva Canto2009-09-281-2/+2
|
* Guarding the methods under if (m_Enabled)Diva Canto2009-09-271-3/+7
|
* Neighbours cache working.Diva Canto2009-09-271-0/+4
|
* Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto2009-09-261-6/+221
| | | | | | HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
* Fixed a bug with link-region.Diva Canto2009-09-261-23/+8
|
* More redirects to HGGridConnector-as-HyperlinkService.Diva Canto2009-09-261-1/+4
|
* First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto2009-09-261-2/+26
| | | | minimally. A few bugs to catch now.
* Changed IGridService to use the new GridRegion data structure instead of old ↵Diva Canto2009-09-231-40/+42
| | | | | | SimpleRegionInfo. Added grid configs to standalones.
* Modules active. Tested HGGridConnector in standalone only for now. Modules ↵Diva Canto2009-09-231-9/+19
| | | | commands work.
* Added hg console commands to the module.Diva Canto2009-09-221-2/+211
| | | | | Added the IN connector module for link-region and corresponding handler to be used in the regions only. No service as such is needed. This will replace the current link-region machinery. Compiles but not tested.
* Moved RegionName from RegionInfo to SimpleRegionInfo.Diva Canto2009-09-221-24/+59
|
* Added HGGridConnector and related code.Diva Canto2009-09-221-0/+304