aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Hypergrid/HGHyperlink.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto2009-09-261-232/+0
| | | | minimally. A few bugs to catch now.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * Remove compiler warningsJustin Clarke Casey2009-03-191-12/+12
| | | | | | | * These have actually been removed from HGHyperLink.TryUnlinkRegion, because some parameters were parsed but never used. * This might be a situation where the warnings have shown up an oversight
* Adds support for unlink-region command in hypergrid.diva2009-03-181-0/+42
|
* * optimized usings.lbsa712009-02-121-5/+3
|
* a last set of files that seem to have embedded ^M in themSean Dague2009-02-091-192/+192
|
* Bug fix related to the filling out the remoting port in RegionInfo. It still ↵diva2009-02-071-1/+1
| | | | must be there because of attachments.
* Adds support for HG linking to specific regions within an instance. The ↵diva2009-02-071-0/+192
format is Host:Port:Region. Refactored the linking code from MapSearchModule to HGHyperlink, so that it can be used both by the MapSearchModule and the Console command.