aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-59/+0
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Updated 32Bit launcher so it works in Visual Studio again. (So developers on ↵Tedd Hansen2008-10-161-1/+1
| | | | 64-bit os can run OpenSim in 32-bit mode)
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
|
* Converted logging to use log4net.Jeff Ames2008-02-051-0/+2
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* Added copyright statements.Jeff Ames2008-02-051-1/+29
|
* fixed a timing bug in config re-read. Apparently there is 1000000000 ns in ↵Tedd Hansen2008-02-021-2/+22
| | | | one second...
* Updated svn properties.Jeff Ames2008-02-021-10/+10
|
* Almost forgot to check in:Tedd Hansen2008-02-021-0/+10
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 :))