aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Hypergrid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * minor: Change around more debugging messagesJustin Clarke Casey2009-01-141-1/+3
|
* * Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with ↵Justin Clarke Casey2009-01-061-1/+1
| | | | | | | | terminology used elsewhere * Last build break was probably a Bamboo failure - hopefully this should succeed
* * Move common string aggregation for caps seed path to a method in CapsUtilJustin Clarke Casey2009-01-061-4/+6
|
* * minor: Move GetRandomCapsPath() to a CapsUtil classJustin Clarke Casey2009-01-061-5/+4
|
* * refactor: Remove the need to separately pass in the http listener to the ↵Justin Clarke Casey2009-01-061-2/+2
| | | | scene - this is always available via CommsManager
* Extra check to avoid client crashes on HG home teleports.diva2009-01-031-12/+18
|
* Another interregion comms change that will not work well with previous ↵diva2009-01-031-1/+2
| | | | | | | versions. This commit moves InformRegionOfChildAgent from OGS1 to RESTComms, effectively having the complete child agent life cycle over REST: create=POST, update=PUT, close=DELETE. Additional changes include more functions in the IHyperlink interface, and some refactorings in the HG code for better reuse in RESTComms.
* Split agent updates into two messages: full update and position+camera ↵diva2009-01-031-1/+1
| | | | update. They're both sent over HTTP PUT. The full update is sent on TPs, for now; later it will also be sent on region crossings.
* Major changes in interregion communications. This breaks compatibility with ↵diva2009-01-011-9/+25
| | | | | | | | | older versions, and may result is all sorts of weirdnesses when interacting with sims in older versions. Changes: - Introducing synchronous Teleports. Now the receiving region calls back the sending region after the client has been made a root agent there, that is, after client sends CompleteMovement to the destination. - SendCloseAgent moved from OGS1 Remoting to RESTComms.
* Added a SendChildAgentDataUpdate call on Teleports, so that the agent at the ↵diva2008-12-311-23/+30
| | | | destination will have all the necessary information.
* Minor change in HGSceneCommunicationService, making one field public ↵diva2008-12-291-1/+1
| | | | readonly. Totally harmless.
* Fix for attachment crossing on TPs. Now that we're letting the viewer have ↵diva2008-12-221-7/+10
| | | | control over MakeRoot at the destination, we need to pass the attachments after that. Attachment crossing requires a root agent at the destination.
* This commit is a major change on the TP process. Several things were wrong ↵diva2008-12-221-17/+25
| | | | and/or broken. (a) ExpectAvatarCrossing is redundant (and bad) because the client triggers the same method on the receiving region after it receives TeleportFinish. (b) At least two of the *Async methods in SceneCommunicationService weren't asynchronous at all; I made them be asynchronous. Crossing fingers...
* Slowing TPs down a bit further.diva2008-12-211-4/+4
|
* Slowing things down even more on TPs, to see if that helps the European ↵diva2008-12-201-1/+2
| | | | folks connected to osgrid.
* This reduces DNS lookups in TPs by a factor of 4. Let's see if this fixes ↵diva2008-12-201-5/+16
| | | | some of the crashes experienced by ppl in Europe connected to OSGrid. If DNS lookup does not resolve, they may experience a substantial increase in "Region not available", but they shouldn't crash.
* Slowing things down a little bit in TPs, with a couple of extra Thread.Sleep ↵diva2008-12-201-1/+5
| | | | to give enough time for the destination to set up CAPs for the incoming agent before sending EAC to the client.
* Attempt at fixing the HG home jump by looking up hyperlink regions before ↵diva2008-12-151-1/+1
| | | | grid-local regions.
* Bug fix in new child agents management. Thanks DigiDaz for helping identify ↵diva2008-12-151-37/+45
| | | | | | | | | | | this issue. We need to update all child agents whenever the root agent crosses regions. The update now includes child agents in common neighbours. This is so that those get updated with the seeds of the new child agents that are spawned from the receiving region. This also fixes some timing issues. We need to close child agents from the originating region before we update child agents in the receiving region.
* Bug fix for Hypergrid. This bug was introduced by the recent TP fixes, and ↵diva2008-12-151-11/+14
| | | | affected the jump back home.
* Mantis#2725. Thank you kindly, Diva, for a patch that:Charles Krinke2008-12-141-31/+56
| | | | | | | Adds missing protocol pieces for EstablishAgentCommunication event which allows the client to activate CAPS and the EQ for child agents.
* Remove the bandaid (fast rip)Melanie Thielker2008-12-031-10/+10
|
* Apply Diva's bandaid to OpenSim's scraped knee.Melanie Thielker2008-12-031-10/+10
|
* * minor: remove 2 mono compiler warningsJustin Clarke Casey2008-12-011-1/+1
|
* Mantis #2584 (again)Melanie Thielker2008-11-301-10/+13
| | | | | | Next step of diva's TP fixes and HG support
* Mantis #2584Melanie Thielker2008-11-291-0/+18
| | | | | | | Applying a patch from Diva. This patch introduces significant improvements in teleporting. Thank you, Diva.
* * refactor: Replace derez destiation magic numbers with an enumerationJustin Clarke Casey2008-11-281-2/+2
|
* Mantis#2692: Thanks Diva, for a patch that fixes a bug in HyperGrid.Homer Horwitz2008-11-252-7/+5
|
* Update svn properties.Jeff Ames2008-11-254-870/+870
|
* * minor: eliminate mono compiler warningsJustin Clarke Casey2008-11-251-1/+1
|
* * Apply http://opensimulator.org/mantis/view.php?id=2640Justin Clarke Casey2008-11-254-0/+870
* This is Diva's hypergrid patch, as perviously discussed on the opensim-dev mailing list * Applied some minor prebuild.xml jiggling to resolve a dependency issue * Thanks Diva!