aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.GridLaunch/Properties/AssemblyInfo.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-20* Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵lbsa711-3/+3
0.6.3.* to better track down dll ref and overwrite problems.
2009-02-19* Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor ↵lbsa711-1/+1
poor Nant. We probably should take the opportunity to let the non-module bins reside in their /bin/Debug dirs later.
2008-12-06GUI for launching grids. Early version, but should work fine.Tedd Hansen1-2/+2
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. :)
2008-05-16Formatting cleanup.Jeff Ames1-5/+5
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-04Added copyright heaaders. Minor cleanup.Jeff Ames1-2/+2
2008-02-05Added copyright statements.Jeff Ames1-3/+31
2008-02-02Updated svn properties.Jeff Ames1-36/+36
2008-02-02Almost forgot to check in:Tedd Hansen1-35/+36
OpenSim.32BitLaunch.exe is a 32-bit application that loads OpenSim.exe using .Net framework, hence it is JIT-compiled to 32-bit. Use this app to start OpenSim on 64-bit systems (works great on Vista 64 :))
2007-10-19get rid of all the ^M line endingsSean Dague1-35/+35
2007-10-10Added unit tests, based on nunit for the IInventoryDataTleiades Hax1-35/+35
2007-07-16changed to native line ending encodingSean Dague1-35/+35
2007-07-15* Adding example "NullStorage" DataStore engine.Adam Frisby1-3/+3