aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
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-26Fix for landing points. Only one scenario is not fully covered by this change...CasperW1-11/+36
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-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