aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Hypergrid/HGHyperlink.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-03-19* Remove compiler warningsJustin Clarke Casey1-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
2009-03-18Adds support for unlink-region command in hypergrid.diva1-0/+42
2009-02-12* optimized usings.lbsa711-5/+3
2009-02-09a last set of files that seem to have embedded ^M in themSean Dague1-192/+192
2009-02-07Bug fix related to the filling out the remoting port in RegionInfo. It still ↵diva1-1/+1
must be there because of attachments.
2009-02-07Adds support for HG linking to specific regions within an instance. The ↵diva1-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.