aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto2010-01-111-2/+2
| * | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-111-1/+0
| * | CommunicationsManager deleted.Diva Canto2010-01-111-3/+1
| * | CommunicationsManager is practically empty. Only NetworkServersInfo is there.Diva Canto2010-01-101-6/+1
| * | * Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2010-01-101-13/+0
| * | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-3/+4
| * | A few more inches... Old friends things removed. Less references to UserProfi...Diva Canto2010-01-081-19/+0
| * | Inching ahead... This compiles, but very likely does not run.Diva Canto2010-01-081-5/+0
| * | * Finished SimulationServiceConnectorDiva Canto2010-01-071-14/+20
* | | 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
|\ \ \ | |/ /
| * | Remove "login disable", "login enable" and "login status" commands.Melanie2010-01-101-7/+0
| |/
* | Merge branch 'master' into careminsterMelanie2009-12-291-2/+2
|\ \ | |/
| * Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie2009-12-291-2/+2
* | Fix for landing points. Only one scenario is not fully covered by this change...CasperW2009-12-261-11/+36
|/
* Getting rid of SimpleRegionInfo and SerializableRegionInfo per MelKunnis2009-12-121-33/+4
* Remove the old remoting-type interregion code for prim/script crossingMelanie2009-11-261-72/+0
* refactor: move most animation methods from ScenePresence into a new ScenePres...Justin Clark-Casey (justincc)2009-11-171-1/+1
* Neighbours cache working.Diva Canto2009-09-271-3/+1
* Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei...Diva Canto2009-09-271-50/+37
* Fixed MapBlocks bug, wrong order of arguments. First version that seems compl...Diva Canto2009-09-261-7/+1
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-09-261-1/+1
|\
| * * Fixes teleporting within megaregions on HG enabled regions. You can tele...Teravus Ovares (Dan Olivares)2009-09-251-1/+1
* | First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto2009-09-261-167/+108
|/
* Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the...Diva Canto2009-09-251-0/+7
* * Use the BeginInvoke methodology instead of the FireAndForget methodology to...Teravus Ovares (Dan Olivares)2009-09-131-5/+25