aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RemoteGridServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ↵Diva Canto2010-06-131-4/+1
| | | | neighbours.
* * Fixed spamming the assets table with map tiles. The tile image ID is now ↵Diva Canto2010-05-091-1/+3
| | | | | | stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone. * Fixed small bug with map search where the local sim regions weren't found.
* Assorted bug fixes in hypergrid linking.Diva Canto2010-05-031-0/+5
|
* Bug fix for getting region flags.Diva Canto2010-02-011-0/+8
|
* Assorted bug fixes related to hyperlinkingDiva Canto2010-01-311-1/+10
|
* Change the error messages on region region registration. This changes URMMelanie2010-01-131-3/+5
| | | | | and region. The non-error case should be compatible, so no version bump. Untested.
* Neighbours cache working.Diva Canto2009-09-271-4/+15
|
* Changed IGridService to use the new GridRegion data structure instead of old ↵Diva Canto2009-09-231-7/+8
| | | | | | 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 hg console commands to the module.Diva Canto2009-09-221-3/+61
| | | | | 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.
* Added HGGridConnector and related code.Diva Canto2009-09-221-11/+23
|
* Added Remote grid connector module.Diva Canto2009-09-211-0/+108