aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Grid/LocalGridServiceConnector.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-7/+7
* move region comands out of LocalGridServiceConnector where they do not belongUbitUmarov2016-09-101-73/+0
* mantis 8021: fix show regionsinview help textUbitUmarov2016-09-071-1/+1
* in show regionsinview display the name of the config option (MaxRegionViewDis...UbitUmarov2016-09-051-1/+1
* add console comand show regionsinview lists the regions that can be seen fro...UbitUmarov2016-09-051-1/+46
* fix console comand Show Neighbours and enable itUbitUmarov2016-09-051-19/+28
* Change RegionInfoCache again...UbitUmarov2016-07-311-7/+7
* cleanup to go break something elseUbitUmarov2016-07-311-4/+0
* another try on jenkinsUbitUmarov2016-07-301-5/+3
* move some code back to AddRegion because some tests dont issue RegionLoadedUbitUmarov2016-07-301-13/+18
* still on jenkinsUbitUmarov2016-07-301-6/+12
* do not set m_RegionInfoCache null on each LocalGridServicesConnector constru...UbitUmarov2016-07-301-1/+1
* test jenkins for the null objectUbitUmarov2016-07-301-3/+6
* test jenkins for error line numberUbitUmarov2016-07-301-5/+4
* stop creating caches on all standalone regions on a single instance ( why ar...UbitUmarov2016-07-301-2/+2
* fix RegionInfoCache keys compare, remove RegionCache now replaced by RegionI...UbitUmarov2016-07-301-14/+16
* let LocalGridServiceConnector also have a RegionInfoCache, use the remote one...UbitUmarov2016-07-301-47/+48
* coment out some debug, clean a bitUbitUmarov2015-09-261-12/+3
* fix object crossings to other scene on same instanceUbitUmarov2015-09-261-0/+2
* Fixed bad log messageOren Hurvitz2015-07-311-1/+1
* Added logging in places where regions are searched for by their locationOren Hurvitz2015-07-221-9/+18
* minor: remove warnings from unused fields in LocalGridServicesConnectorJustin Clark-Casey (justincc)2014-11-251-2/+2
* OpenSimExtrasBlueWall2014-08-061-0/+5
* Eliminated common but un-useful log messagesOren Hurvitz2014-07-211-1/+3
* In grid mode, add SuppressConsoleCommands flag to [GridService] so that we ca...Justin Clark-Casey (justincc)2014-07-181-4/+3
* Modifications to debugging printouts. No functional changes.Robert Adams2014-05-311-2/+8
* varregion: Debug messages for region crossing debugging.Robert Adams2014-01-111-7/+17
* varregion: Add MaxRegionSize constant and enforce in RegionInfo.Robert Adams2013-11-301-0/+3
* varregion: many replacements of in-place arithmetic with calls toRobert Adams2013-11-281-0/+3
* varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams2013-11-081-1/+1
* Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)2013-09-021-0/+5
* UserProfilesBlueWall2013-05-301-0/+1
* Fix possible race condition with local region cache if a region was added aft...Justin Clark-Casey (justincc)2013-05-031-15/+28
* Last 27 modules' directives (service connectors out).Diva Canto2012-11-131-0/+2
* Rather than instantiating a UTF8 encoding everywhere when we want to supress ...Justin Clark-Casey (justincc)2012-07-131-1/+1
* Don't cache regions data on the other unused LocalGridServiceConnector that t...Justin Clark-Casey (justincc)2012-07-131-14/+21
* Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)2012-03-081-1/+1
* Remove static m_MainInstance in LocalGridServiceConnector.Justin Clark-Casey (justincc)2012-03-061-24/+10
* Better output for show neighboursDiva Canto2011-02-061-2/+6
* Added Check4096 config var under [GridService], at the request of many. Chang...Diva Canto2010-08-061-4/+4
* Allow creation of link regions if there is an existing region within a 4096 r...Marck2010-08-061-0/+5
* Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto2010-06-131-16/+1
* Some method implementations were missing from LocalGridServiceConnector.Diva Canto2010-01-241-15/+15
* Merge branch 'master' into presence-refactorMelanie2010-01-161-1/+1
|\
| * Change the error messages on region region registration. This changes URMMelanie2010-01-131-1/+1
* | Preliminary work on the new default region setting mechanismMelanie2010-01-091-0/+16
|/
* GetRegionByPosition: use the cache, Luke.Diva Canto2009-10-051-0/+14
* Improved the Local grid connector to fetch data from the DB when it doesn't f...Diva Canto2009-09-281-2/+5
* 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