aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Hypergrid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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!