aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-28Fixed bug in Check4096 (HG).Diva Canto1-2/+2
2009-09-28Improved the Local grid connector to fetch data from the DB when it doesn't ↵Diva Canto2-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.
2009-09-29Add copyright header. Formatting cleanup.Jeff Ames1-1/+28
2009-09-27Guarding the methods under if (m_Enabled)Diva Canto1-3/+7
2009-09-27Neighbours cache working.Diva Canto4-8/+121
2009-09-26Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto1-6/+221
HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
2009-09-26Fixed a bug with link-region.Diva Canto2-26/+11
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 ↵Diva Canto1-2/+26
minimally. A few bugs to catch now.
2009-09-23More tests. Seems to be working.Diva Canto1-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.
2009-09-23First test passes -- regions being registered and retrieved correctly in ↵Diva Canto1-2/+2
Data.Null.
2009-09-23Unit tests for the grid service. Yey!Diva Canto1-0/+122
2009-09-23Changed IGridService to use the new GridRegion data structure instead of old ↵Diva Canto4-69/+82
SimpleRegionInfo. Added grid configs to standalones.
2009-09-23Modules active. Tested HGGridConnector in standalone only for now. Modules ↵Diva Canto4-12/+30
commands work.
2009-09-22Added hg console commands to the module.Diva Canto3-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.
2009-09-22Moved RegionName from RegionInfo to SimpleRegionInfo.Diva Canto1-24/+59
2009-09-22Added HGGridConnector and related code.Diva Canto3-38/+364
2009-09-21Added Remote grid connector module.Diva Canto1-0/+108
2009-09-21Added grid handler and grid remote connector.Diva Canto1-2/+2
2009-09-18First pass at LocalGridServiceConnector. Nothing of this is used by the ↵Diva Canto1-0/+175
simulator yet.