aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-12* Added CHANGED_TELEPORT event trigger upon inter-sim teleports.Diva Canto1-1/+1
2010-06-12Make local teleports send CHANGED_TELEPORTMelanie Thielker1-0/+3
2010-06-08Refactor SendCoarseLocations for better performance. Instead of computing lis...Dan Lake1-3/+0
2010-06-05* Bug fix in TP home: typo in unpacking of GridUserInfo.Diva Canto1-0/+11
2010-05-27Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"Melanie1-13/+1
2010-05-27Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker1-1/+13
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto1-4/+5
2010-05-05Added copying of Viewer field to the agent circuit data that is being passed ...Diva Canto1-0/+6
2010-02-23* Removed the unused GridRegion.getInternalEndPointPort() (just use InternalE...John Hurliman1-2/+4
2010-01-29* HGGridConnector is no longer necessary.Diva Canto1-5/+4
2010-01-29Works for grid login.Diva Canto1-1/+5
2010-01-28HG 1.5 is in place. Tested in standalone only.Diva Canto1-2/+8
2010-01-18Go Home works. With security!!Diva Canto1-6/+4
2010-01-18* Added missing GatekeeperServiceConnectorDiva Canto1-224/+232
2010-01-18* Fixed misspelling of field in GridServiceDiva Canto1-1/+34
2010-01-17HG teleports through gatekeeper are working.Diva Canto1-6/+12
2010-01-17Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto1-6/+17
2010-01-17HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto1-229/+240
2010-01-16Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ...Diva Canto1-1/+1
2010-01-16Finished moving object crossings into EntityTransferModuleDiva Canto1-3/+3
2010-01-16Moved prim crossing to EntityTransferModule. Not complete yet.Diva Canto1-49/+372
2010-01-15Renamed IAgentTransferModule to IEntityTransferModule -- accounts for objects...Diva Canto1-34/+47
2010-01-15* General cleanup of Teleports, Crossings and Child agents. They are now in t...Diva Canto1-852/+576
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
2009-09-13* More comments in the RegionCombinerModuleTeravus Ovares (Dan Olivares)1-11/+113
2009-09-10* Fix an off by one error on visible neighbors in the 'RequestNeighbors' meth...Teravus Ovares (Dan Olivares)1-2/+2
2009-09-07* Enables Child Agents for all virtual regions in the region and their neighb...Teravus Ovares (Dan Olivares)1-2/+56