aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/HGCommands.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* minor: remove some mono compiler warnings, add --merge load oar switch to ↵Justin Clark-Casey (justincc)2009-11-251-1/+1
| | | | help information
* Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto2009-09-261-2/+1
| | | | | | HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
* First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto2009-09-261-212/+0
| | | | minimally. A few bugs to catch now.
* Remove the old asset cache and local services and the configurations for themMelanie Thielker2009-05-181-2/+2
|
* Getting rid of -hypergrid=true on the command line. This config now goes ↵diva2009-04-271-0/+273
inside OpenSim.ini in the Startup section. This makes the HG compatible with -background, and prepares the way for further work on HG-related config vars. Might help with mantis #3527.