aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-3/+3
* avoid a null ref (that should not happen after last commit), also reduce use ...UbitUmarov2015-09-151-20/+28
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-1/+0
|\
| * Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto2015-09-041-1/+0
* | bad merge?UbitUmarov2015-09-011-4/+7
|\ \ | |/ |/|
| * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-291-3/+6
| * Merge branch 'master' into careminsterMelanie2013-07-181-12/+13
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-06-071-1/+2
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2012-07-191-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2012-07-131-5/+17
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2012-06-081-4/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-04-091-1/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-02-241-2/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-02-201-5/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-02-191-6/+13
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into bigmergeMelanie2011-11-191-3/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into bigmergeMelanie2011-11-171-79/+0
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge commit '4748c19bdbcdcaf6050e1f04a5f7394a88e0bf3e' into bigmergeMelanie2011-10-121-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-02-071-21/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix child agent scopingMelanie2010-12-311-4/+4
| * | | | | | | | | | | | | | Make SendKillObject send multiple localIDs in one packet. This avoids theMelanie2010-10-081-4/+0
| * | | | | | | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-301-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | removing more stains ...sacha2010-08-071-3/+3
| * | | | | | | | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-141-14/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Fix to the scenario where we send an agent to a neighbouring sim (via telepor...Tom Grimshaw2010-05-181-1/+1
| * | | | | | | | | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-041-7/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2010-03-031-1219/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Disable blocking teleports within the same parcel for now; it's not implement...CasperW2010-02-251-2/+4
| * | | | | | | | | | | | | | | | | | Merge branch 'master' into careminsterMelanie2010-02-081-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | Add EventManager.OnIncomingSceneObject event which is triggered by an incomin...Justin Clark-Casey (justincc)2010-02-081-1/+0
| * | | | | | | | | | | | | | | | | | | Line endings cleanupMelanie2010-02-041-36/+36
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into careminsterMelanie2010-01-101-7/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into careminsterMelanie2009-12-291-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Fix for landing points. Only one scenario is not fully covered by this change...CasperW2009-12-261-11/+36
* | | | | | | | | | | | | | | | | | | | | minor: correct SceneCommunicationService.LogHeader spellingJustin Clark-Casey (justincc)2015-01-201-1/+1
* | | | | | | | | | | | | | | | | | | | | Stop simulators attempting to contact registered but offline regions (RegionF...Justin Clark-Casey (justincc)2015-01-141-1/+26
* | | | | | | | | | | | | | | | | | | | | Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2014-11-251-1/+4
* | | | | | | | | | | | | | | | | | | | | Add a "debug scene set child-repri <double>" command that allows child reprio...Justin Clark-Casey (justincc)2014-07-291-0/+4
* | | | | | | | | | | | | | | | | | | | | Modifications to debugging printouts. No functional changes.Robert Adams2014-05-311-9/+5
* | | | | | | | | | | | | | | | | | | | | varregion: many replacements of in-place arithmetic with calls toRobert Adams2013-11-281-2/+2
* | | | | | | | | | | | | | | | | | | | | varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams2013-11-081-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Guard against unauthorized agent deletes.Diva Canto2013-07-131-4/+4
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Fix regression where multiple close agents could be sent to the wrong neighbo...Justin Clark-Casey (justincc)2013-06-071-1/+6
* | | | | | | | | | | | | | | | | | | On closing child agents, send separate asynchronous requests to each neighbou...Justin Clark-Casey (justincc)2013-05-161-3/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Missing parameter in log error message was throwing exceptionDan Lake2012-07-181-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Don't cache regions data on the other unused LocalGridServiceConnector that t...Justin Clark-Casey (justincc)2012-07-131-5/+17
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Fix bug with "kick user" reducing agent counts by 2 instead of 1.Justin Clark-Casey (justincc)2012-06-081-6/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Addresses mantis #5846Diva Canto2012-04-081-1/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Take watchdog alarm calling back outside the m_threads lock.Justin Clark-Casey (justincc)2012-02-241-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | More improvements on agent position updates: if the target sims fail, blackli...Diva Canto2012-02-201-5/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |