aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/HGGridConnector.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-09minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2009-11-03Fixed a couple of NREs in corner cases.Diva Canto1-0/+6
2009-10-27Make map search work also for hyperlinked regions.Diva Canto1-4/+6
2009-10-14Moved some code up to AddRegion, so that other modules that depend on it don'...Diva Canto1-6/+6
2009-10-12* Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto1-0/+1
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 HypergridServerConnector.c...Diva Canto1-6/+221
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 minimall...Diva Canto1-2/+26
2009-09-23Changed IGridService to use the new GridRegion data structure instead of old ...Diva Canto1-40/+42
2009-09-23Modules active. Tested HGGridConnector in standalone only for now. Modules co...Diva Canto1-9/+19
2009-09-22Added hg console commands to the module.Diva Canto1-2/+211
2009-09-22Moved RegionName from RegionInfo to SimpleRegionInfo.Diva Canto1-24/+59
2009-09-22Added HGGridConnector and related code.Diva Canto1-0/+304