aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/HGCommands.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a bug with link-region.Diva Canto2009-09-261-3/+3
|
* Changed IGridService to use the new GridRegion data structure instead of old ↵Diva Canto2009-09-231-14/+22
| | | | | | SimpleRegionInfo. Added grid configs to standalones.
* Modules active. Tested HGGridConnector in standalone only for now. Modules ↵Diva Canto2009-09-231-3/+3
| | | | commands work.
* Added hg console commands to the module.Diva Canto2009-09-221-0/+295
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.