Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-09-26 | First pass at the heart surgery for grid services. Compiles and runs ↵ | Diva Canto | 1 | -232/+0 | |
minimally. A few bugs to catch now. | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-03-19 | * Remove compiler warnings | Justin Clarke Casey | 1 | -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-18 | Adds support for unlink-region command in hypergrid. | diva | 1 | -0/+42 | |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -5/+3 | |
2009-02-09 | a last set of files that seem to have embedded ^M in them | Sean Dague | 1 | -192/+192 | |
2009-02-07 | Bug fix related to the filling out the remoting port in RegionInfo. It still ↵ | diva | 1 | -1/+1 | |
must be there because of attachments. | |||||
2009-02-07 | Adds support for HG linking to specific regions within an instance. The ↵ | diva | 1 | -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. |