aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-01A little tweaking of log levels.onefang1-2/+2
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-24/+35
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-17/+47
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-08-26Remove mono compiler warningsJustin Clark-Casey (justincc)1-3/+3
2010-06-13Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto1-14/+7
2010-03-03minor: remove some compiler warningsJustin Clark-Casey (justincc)1-7/+7
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-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
2010-01-13Several more buglets removed.Diva Canto1-16/+13
2010-01-12More appearance woes fixed, this time for child agents. Tested on a grid with...Diva Canto1-0/+4
2010-01-11Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto1-2/+2
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+0
2010-01-11CommunicationsManager deleted.Diva Canto1-3/+1
2010-01-10CommunicationsManager is practically empty. Only NetworkServersInfo is there.Diva Canto1-6/+1
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto1-13/+0
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-3/+4
2010-01-10Remove "login disable", "login enable" and "login status" commands.Melanie1-7/+0
2010-01-08A few more inches... Old friends things removed. Less references to UserProfi...Diva Canto1-19/+0
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto1-5/+0
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-14/+20
2009-12-29Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie1-2/+2
2009-12-12Getting rid of SimpleRegionInfo and SerializableRegionInfo per MelKunnis1-33/+4
2009-11-26Remove the old remoting-type interregion code for prim/script crossingMelanie1-72/+0
2009-11-17refactor: move most animation methods from ScenePresence into a new ScenePres...Justin Clark-Casey (justincc)1-1/+1
2009-09-27Neighbours cache working.Diva Canto1-3/+1
2009-09-27Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei...Diva Canto1-50/+37
2009-09-26Fixed MapBlocks bug, wrong order of arguments. First version that seems compl...Diva Canto1-7/+1
2009-09-26First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto1-167/+108
2009-09-25* Fixes teleporting within megaregions on HG enabled regions. You can tele...Teravus Ovares (Dan Olivares)1-1/+1
2009-09-25Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the...Diva Canto1-0/+7
2009-09-13* Use the BeginInvoke methodology instead of the FireAndForget methodology to...Teravus Ovares (Dan Olivares)1-5/+25