aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.GridLaunch/OpenSim.GridLaunch.csproj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Restored GridLaunch that was mistakenly deleted in 9036lbsa712009-04-081-0/+126
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-071-126/+0
| | | | | | Fix null reference exception during close down of IRC module if the region was not actually initialized.
* GUI for launching grids. Early version, but should work fine.Tedd Hansen2008-12-061-0/+126
Will execute all OpenSim services redirect their input/output/errors to the selected "GUI module". This version has following "GUI modules": * Windows Forms * Windows Service (doesn't work yet) * Console * TCP daemon This means that OpenSim can now run in a single console for those who want that. Console functionallity is not too rich yet, but code/framework is there... more to come. :)