aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/HGGridConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Bug fix in HG: preserve the home region coordinates across multiple HG TPs.Diva Canto2009-12-191-2/+11
| | | | * Removed unnecessary debug messages.
* Attempt at fixing mantis #4411.Diva Canto2009-12-111-1/+1
|
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-11-091-2/+2
|
* Fixed a couple of NREs in corner cases.Diva Canto2009-11-031-0/+6
|
* Make map search work also for hyperlinked regions.Diva Canto2009-10-271-4/+6
|
* Moved some code up to AddRegion, so that other modules that depend on it ↵Diva Canto2009-10-141-6/+6
| | | | don't crash. This code needs to be removed as soon as user services is refactored.
* * Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto2009-10-121-0/+1
| | | | | * Fixes http://opensimulator.org/mantis/view.php?id=3959 * Allows for viewing inventory textures outside home grid
* 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