aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/RemoteGridServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Last 27 modules' directives (service connectors out).Diva Canto2012-11-131-0/+2
|
* This should smooth movement in heteregeneous networks by a lot: cache the ↵Diva Canto2012-02-181-1/+7
| | | | region by position instead of looking it up all the time -- this was being done during the main update loop!
* Added an expiring cache for region information to theMic Bowman2011-06-151-2/+32
| | | | | | | | RemoteGridService connector. Timeout is currently set at five minutes. Negative results are not cached. The result is that operations like send an instant message do not have to go through the grid service every time.
* WARNING: simulator config var change! This affects only system-facing ↵Diva Canto2010-12-271-2/+12
| | | | | | configs. Nothing to do if you follow the rules of not messing with Grid.ini and GridHypergrid.ini. Change the remote Grid region module so that it takes the network connector as a config variable. This allows the region plugin to be reused for both Robust and Simian network connectors.
* Fixes mantis #5270 -- Map tiles for hyperlinks not showing in world map for ↵Diva Canto2010-12-141-22/+87
| | | | grided sims.
* 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