aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2013-07-181-12/+13
|\
| * Guard against unauthorized agent deletes.Diva Canto2013-07-131-4/+4
* | Merge branch 'master' into careminsterMelanie2013-06-071-1/+2
|\ \ | |/
| * 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
* | Merge branch 'master' into careminsterMelanie2012-07-191-1/+1
|\ \ | |/
| * Missing parameter in log error message was throwing exceptionDan Lake2012-07-181-1/+1
* | Merge branch 'master' into careminsterMelanie2012-07-131-5/+17
|\ \ | |/
| * Don't cache regions data on the other unused LocalGridServiceConnector that t...Justin Clark-Casey (justincc)2012-07-131-5/+17
* | Merge branch 'master' into careminsterMelanie2012-06-081-4/+4
|\ \ | |/
| * Fix bug with "kick user" reducing agent counts by 2 instead of 1.Justin Clark-Casey (justincc)2012-06-081-6/+5
* | Merge branch 'master' into careminsterMelanie2012-04-091-1/+3
|\ \ | |/
| * Addresses mantis #5846Diva Canto2012-04-081-1/+3
* | Merge branch 'master' into careminsterMelanie2012-02-241-2/+2
|\ \ | |/
| * Take watchdog alarm calling back outside the m_threads lock.Justin Clark-Casey (justincc)2012-02-241-2/+2
* | Merge branch 'master' into careminsterMelanie2012-02-201-5/+2
|\ \ | |/
| * More improvements on agent position updates: if the target sims fail, blackli...Diva Canto2012-02-201-5/+2
* | Merge branch 'master' into careminsterMelanie2012-02-191-6/+13
|\ \ | |/
| * A few more tweaks on position updates and create child agents. Mono hates con...Diva Canto2012-02-191-6/+13
| * Changed the async approach on close child agents. This may improve crossings ...Diva Canto2011-12-161-6/+3
* | Merge branch 'master' into bigmergeMelanie2011-11-191-3/+1
|\ \ | |/
| * Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent 57956c4b-ff...Justin Clark-Casey (justincc)2011-11-191-2/+6
* | Merge branch 'master' into bigmergeMelanie2011-11-171-79/+0
|\ \ | |/
| * Removed unused and mostly commented out SceneCommunicationService methodsJustin Clark-Casey (justincc)2011-11-151-80/+1
| * Remove unused RegionCommsListener/IRegionCommsListener.Justin Clark-Casey (justincc)2011-11-151-3/+0
| * remove SceneCommunicationService.OnAvatarCrossingIntoRegion. This stuff is n...Justin Clark-Casey (justincc)2011-11-151-5/+0
| * Convert SendKillObject to take a list of uint rather than sending oneMelanie2011-11-061-4/+0
* | Merge commit '4748c19bdbcdcaf6050e1f04a5f7394a88e0bf3e' into bigmergeMelanie2011-10-121-1/+1
|\ \ | |/
| * Refactored "known child region" in ScenePresence. There were 4 differentDan Lake2011-10-061-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-071-21/+22
|\ \ | |/
| * Change UpdateAgent (for changes in agent position) to be sentMic Bowman2011-02-031-21/+22
| * A bit more frugal on the caller side of closing agents, now that the receivin...Diva Canto2011-01-071-16/+20
| * Fix child agent scopingMelanie2011-01-031-4/+4
* | 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
|\ \ | |/
| * Remove mono compiler warningsJustin Clark-Casey (justincc)2010-08-261-3/+3
* | removing more stains ...sacha2010-08-071-3/+3
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-141-14/+7
|\ \ | |/
| * Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto2010-06-131-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
|\ \ | |/
| * minor: remove some compiler warningsJustin Clark-Casey (justincc)2010-03-031-7/+7
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-031-1219/+10
|\ \ | |/
| * * Removed the unused GridRegion.getInternalEndPointPort() (just use InternalE...John Hurliman2010-02-231-1/+1
| * Merge branch 'master' into presence-refactorMelanie2010-01-161-6/+1
| |\
| * | * General cleanup of Teleports, Crossings and Child agents. They are now in t...Diva Canto2010-01-151-1149/+0
| * | Bug in Teleport fixed -- Appearance was missing from AgentCircuitData.Diva Canto2010-01-131-0/+1
| * | Several more buglets removed.Diva Canto2010-01-131-16/+13
| * | More appearance woes fixed, this time for child agents. Tested on a grid with...Diva Canto2010-01-121-0/+4