aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improved the Local grid connector to fetch data from the DB when it doesn't ↵Diva Canto2009-09-281-2/+5
| | | | | | 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.
* Neighbours cache working.Diva Canto2009-09-271-4/+50
|
* Changed IGridService to use the new GridRegion data structure instead of old ↵Diva Canto2009-09-231-8/+10
| | | | | | SimpleRegionInfo. Added grid configs to standalones.
* Modules active. Tested HGGridConnector in standalone only for now. Modules ↵Diva Canto2009-09-231-0/+4
| | | | commands work.
* Added HGGridConnector and related code.Diva Canto2009-09-221-27/+37
|
* 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.