aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsIn/Grid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as ↵Diva Canto2010-01-311-4/+0
| | | | lots of other obsolete configs.
* Go Home works. With security!!Diva Canto2010-01-181-128/+0
|
* Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵Diva Canto2010-01-161-10/+4
| | | | yet.
* Moved GridInfo service from where it was to Handlers/GridDiva Canto2010-01-101-0/+123
|
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-11-091-1/+1
|
* Minor bug fixes.Diva Canto2009-09-291-0/+3
|
* Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto2009-09-261-14/+15
| | | | | | 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-2/+3
|
* Modules active. Tested HGGridConnector in standalone only for now. Modules ↵Diva Canto2009-09-231-1/+1
| | | | commands work.
* Added hg console commands to the module.Diva Canto2009-09-221-0/+129
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.