aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-3/+3
2015-09-15avoid a null ref (that should not happen after last commit), also reduce use ...UbitUmarov1-20/+28
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto1-1/+0
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams1-3/+6
2015-01-20minor: correct SceneCommunicationService.LogHeader spellingJustin Clark-Casey (justincc)1-1/+1
2015-01-14Stop simulators attempting to contact registered but offline regions (RegionF...Justin Clark-Casey (justincc)1-1/+26
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)1-1/+4
2014-07-29Add a "debug scene set child-repri <double>" command that allows child reprio...Justin Clark-Casey (justincc)1-0/+4
2014-05-31Modifications to debugging printouts. No functional changes.Robert Adams1-9/+5
2013-11-28varregion: many replacements of in-place arithmetic with calls toRobert Adams1-2/+2
2013-11-08varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams1-2/+2
2013-07-13Guard against unauthorized agent deletes.Diva Canto1-4/+4
2013-06-07Fix regression where multiple close agents could be sent to the wrong neighbo...Justin Clark-Casey (justincc)1-1/+6
2013-05-16On closing child agents, send separate asynchronous requests to each neighbou...Justin Clark-Casey (justincc)1-3/+1
2012-07-29Fix an exception while outputting a log messageMelanie1-1/+1
2012-07-18Missing parameter in log error message was throwing exceptionDan Lake1-1/+1
2012-07-13Don't cache regions data on the other unused LocalGridServiceConnector that t...Justin Clark-Casey (justincc)1-5/+17
2012-06-08Fix bug with "kick user" reducing agent counts by 2 instead of 1.Justin Clark-Casey (justincc)1-6/+5
2012-04-08Addresses mantis #5846Diva Canto1-1/+3
2012-02-24Take watchdog alarm calling back outside the m_threads lock.Justin Clark-Casey (justincc)1-2/+2
2012-02-20More improvements on agent position updates: if the target sims fail, blackli...Diva Canto1-5/+2
2012-02-19A few more tweaks on position updates and create child agents. Mono hates con...Diva Canto1-6/+13
2011-12-16Changed the async approach on close child agents. This may improve crossings ...Diva Canto1-6/+3
2011-11-19Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent 57956c4b-ff...Justin Clark-Casey (justincc)1-2/+6
2011-11-15Removed unused and mostly commented out SceneCommunicationService methodsJustin Clark-Casey (justincc)1-80/+1
2011-11-15Remove unused RegionCommsListener/IRegionCommsListener.Justin Clark-Casey (justincc)1-3/+0
2011-11-15remove SceneCommunicationService.OnAvatarCrossingIntoRegion. This stuff is n...Justin Clark-Casey (justincc)1-5/+0
2011-11-06Convert SendKillObject to take a list of uint rather than sending oneMelanie1-4/+0
2011-10-06Refactored "known child region" in ScenePresence. There were 4 differentDan Lake1-1/+1
2011-02-03Change UpdateAgent (for changes in agent position) to be sentMic Bowman1-21/+22
2011-01-07A bit more frugal on the caller side of closing agents, now that the receivin...Diva Canto1-16/+20
2011-01-03Fix child agent scopingMelanie1-4/+4
2010-12-31Fix child agent scopingMelanie1-4/+4
2010-10-08Make SendKillObject send multiple localIDs in one packet. This avoids theMelanie1-4/+0
2010-08-26Remove mono compiler warningsJustin Clark-Casey (justincc)1-3/+3
2010-08-07removing more stains ...sacha1-3/+3
2010-06-13Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto1-14/+7
2010-06-07reapply fix for double sending of attachment update on standalone region cros...Justin Clark-Casey (justincc)1-2/+2
2010-06-07commit code which stops full updates being fired multiple times when attachme...Justin Clark-Casey (justincc)1-0/+2
2010-06-04Revert "commit code which stops full updates being fired multiple times when ...Justin Clark-Casey (justincc)1-2/+0
2010-05-27commit code which stops full updates being fired multiple times when attachme...Justin Clark-Casey (justincc)1-0/+2
2010-05-18Fix to the scenario where we send an agent to a neighbouring sim (via telepor...Tom Grimshaw1-1/+1
2010-04-07Increase the amount of time we wait for a teleport to complete. This allows t...Thomas Grimshaw1-1/+1
2010-03-03minor: remove some compiler warningsJustin Clark-Casey (justincc)1-7/+7
2010-02-25Disable blocking teleports within the same parcel for now; it's not implement...CasperW1-2/+4
2010-02-23* Removed the unused GridRegion.getInternalEndPointPort() (just use InternalE...John Hurliman1-1/+1
2010-02-08Add EventManager.OnIncomingSceneObject event which is triggered by an incomin...Justin Clark-Casey (justincc)1-1/+0
2010-02-04Line endings cleanupMelanie1-36/+36
2010-01-15* General cleanup of Teleports, Crossings and Child agents. They are now in t...Diva Canto1-1149/+0
2010-01-13Bug in Teleport fixed -- Appearance was missing from AgentCircuitData.Diva Canto1-0/+1