aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Hypergrid/HGSceneCommunicationService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-15* General cleanup of Teleports, Crossings and Child agents. They are now in t...Diva Canto1-387/+0
2010-01-13Bug fix in releasing agent. In Scene, always use SimulatonService, and not m_...Diva Canto1-1/+1
2010-01-13Bug in Teleport fixed -- Appearance was missing from AgentCircuitData.Diva Canto1-0/+2
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+0
2010-01-11CommunicationsManager deleted.Diva Canto1-1/+1
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-8/+5
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-7/+5
2009-12-29Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie1-1/+1
2009-11-17refactor: move most animation methods from ScenePresence into a new ScenePres...Justin Clark-Casey (justincc)1-1/+1
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-09-26Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto1-5/+14
2009-09-26First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto1-1/+5
2009-09-25* Fixes teleporting within megaregions on HG enabled regions. You can tele...Teravus Ovares (Dan Olivares)1-2/+8
2009-06-18* Corrected CAPS namespacesArthur Valadares1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-23* Breaks OpenSim.. err I mean.. adds NAT translation support to EnableSimulat...Adam Frisby1-0/+9
2009-05-05- moving banned check and public/private check toDr Scofield1-2/+5
2009-04-05* Fixed copyright headers on HyperGrid source files. (Now match the rest of O...Adam Frisby1-25/+24
2009-03-05* Replace Scene.GetLandHeight() with a straight query to Scene.Heightmap (whi...Justin Clarke Casey1-1/+2
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-1/+1
2009-02-18Stops animations on Teleports, to conform with what the viewer does.diva1-0/+3
2009-02-12* optimized usings.lbsa711-2/+0
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+0
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-11/+8
2009-01-22* Change the currently misleading log message when capabilities are added twi...Justin Clarke Casey1-1/+1
2009-01-21* refactor: Extract caps related code from scene and put into a region moduleJustin Clarke Casey1-1/+1
2009-01-18Getting rid of the CheckRegion call during TPs. This seems to be not just use...diva1-12/+1
2009-01-14* minor: Change around more debugging messagesJustin Clarke Casey1-1/+3
2009-01-06* Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with term...Justin Clarke Casey1-1/+1
2009-01-06* Move common string aggregation for caps seed path to a method in CapsUtilJustin Clarke Casey1-4/+6
2009-01-06* minor: Move GetRandomCapsPath() to a CapsUtil classJustin Clarke Casey1-5/+4
2009-01-03Another interregion comms change that will not work well with previous versio...diva1-1/+2
2009-01-03Split agent updates into two messages: full update and position+camera update...diva1-1/+1
2009-01-01Major changes in interregion communications. This breaks compatibility with o...diva1-9/+25
2008-12-31Added a SendChildAgentDataUpdate call on Teleports, so that the agent at the ...diva1-23/+30
2008-12-29Minor change in HGSceneCommunicationService, making one field public readonly...diva1-1/+1
2008-12-22Fix for attachment crossing on TPs. Now that we're letting the viewer have co...diva1-7/+10
2008-12-22This commit is a major change on the TP process. Several things were wrong an...diva1-17/+25
2008-12-21Slowing TPs down a bit further.diva1-4/+4
2008-12-20Slowing things down even more on TPs, to see if that helps the European folks...diva1-1/+2
2008-12-20This reduces DNS lookups in TPs by a factor of 4. Let's see if this fixes som...diva1-5/+16
2008-12-20Slowing things down a little bit in TPs, with a couple of extra Thread.Sleep ...diva1-1/+5
2008-12-15Attempt at fixing the HG home jump by looking up hyperlink regions before gri...diva1-1/+1
2008-12-15Bug fix in new child agents management. Thanks DigiDaz for helping identify t...diva1-37/+45
2008-12-15Bug fix for Hypergrid. This bug was introduced by the recent TP fixes, and af...diva1-11/+14
2008-12-14Mantis#2725. Thank you kindly, Diva, for a patch that:Charles Krinke1-31/+56
2008-12-03Remove the bandaid (fast rip)Melanie Thielker1-10/+10
2008-12-03Apply Diva's bandaid to OpenSim's scraped knee.Melanie Thielker1-10/+10
2008-12-01* minor: remove 2 mono compiler warningsJustin Clarke Casey1-1/+1
2008-11-30Mantis #2584 (again)Melanie Thielker1-10/+13