aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/HGGridConnector.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-28Fixed bug in Check4096 (HG).Diva Canto1-2/+2
2009-09-27Guarding the methods under if (m_Enabled)Diva Canto1-3/+7
2009-09-27Neighbours cache working.Diva Canto1-0/+4
2009-09-26Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto1-6/+221
HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
2009-09-26Fixed a bug with link-region.Diva Canto1-23/+8
2009-09-26More redirects to HGGridConnector-as-HyperlinkService.Diva Canto1-1/+4
2009-09-26First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto1-2/+26
minimally. A few bugs to catch now.
2009-09-23Changed IGridService to use the new GridRegion data structure instead of old ↵Diva Canto1-40/+42
SimpleRegionInfo. Added grid configs to standalones.
2009-09-23Modules active. Tested HGGridConnector in standalone only for now. Modules ↵Diva Canto1-9/+19
commands work.
2009-09-22Added hg console commands to the module.Diva Canto1-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.
2009-09-22Moved RegionName from RegionInfo to SimpleRegionInfo.Diva Canto1-24/+59
2009-09-22Added HGGridConnector and related code.Diva Canto1-0/+304