aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.GridLaunch/OpenSim.GridLaunch.csproj (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-04-08* Restored GridLaunch that was mistakenly deleted in 9036lbsa711-0/+126
2009-04-07From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-126/+0
Fix null reference exception during close down of IRC module if the region was not actually initialized.
2008-12-06GUI for launching grids. Early version, but should work fine.Tedd Hansen1-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. :)