aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug in Check4096 (HG).Diva Canto2009-09-281-2/+2
|
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-09-281-1/+28
|\
| * Add copyright header. Formatting cleanup.Jeff Ames2009-09-291-1/+28
| |
* | Improved the Local grid connector to fetch data from the DB when it doesn't ↵Diva Canto2009-09-282-2/+15
|/ | | | | | find it in the cache. Commented out the Standalone teleport test because it's failing, and the scene setup is very confusing. I suspect it may be wrong -- the connectors-as-ISharedRegionModules are being instantiated several times when there are several scenes.
* Guarding the methods under if (m_Enabled)Diva Canto2009-09-271-3/+7
|
* Neighbours cache working.Diva Canto2009-09-274-8/+121
|
* 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-262-26/+11
|
* 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.
* More tests. Seems to be working.Diva Canto2009-09-231-1/+10
| | | | Grid connector modules are enabled for standalones only, but nothing in the simulator uses them yet, so it's safe to go in.
* First test passes -- regions being registered and retrieved correctly in ↵Diva Canto2009-09-231-2/+2
| | | | Data.Null.
* Unit tests for the grid service. Yey!Diva Canto2009-09-231-0/+122
|
* Changed IGridService to use the new GridRegion data structure instead of old ↵Diva Canto2009-09-234-69/+82
| | | | | | SimpleRegionInfo. Added grid configs to standalones.
* Modules active. Tested HGGridConnector in standalone only for now. Modules ↵Diva Canto2009-09-234-12/+30
| | | | commands work.
* Added hg console commands to the module.Diva Canto2009-09-223-5/+567
| | | | | 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-223-38/+364
|
* Added Remote grid connector module.Diva Canto2009-09-211-0/+108
|
* Added grid handler and grid remote connector.Diva Canto2009-09-211-2/+2
|
* First pass at LocalGridServiceConnector. Nothing of this is used by the ↵Diva Canto2009-09-181-0/+175
simulator yet.