aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.GridLaunch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2009-06-101-1/+1
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-0115-15/+15
| | | | LICENSE.txt.
* * 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.
* * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵lbsa712009-02-201-3/+3
| | | | 0.6.3.* to better track down dll ref and overwrite problems.
* * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor ↵lbsa712009-02-191-1/+1
| | | | poor Nant. We probably should take the opportunity to let the non-module bins reside in their /bin/Debug dirs later.
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-121-0/+0
|
* Add copyright headers.Jeff Ames2008-12-062-3/+56
|
* GUI for launching grids. Early version, but should work fine.Tedd Hansen2008-12-0634-0/+4274
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. :)