aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.32BitLaunch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * 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.
* Updated 32Bit launcher so it works in Visual Studio again. (So developers on ↵Tedd Hansen2008-10-162-9/+4
| | | | 64-bit os can run OpenSim in 32-bit mode)
* Formatting cleanup.Jeff Ames2008-05-161-5/+5
|
* Formatting cleanup.Jeff Ames2008-03-182-52/+50
|
* Added copyright heaaders. Minor cleanup.Jeff Ames2008-03-041-2/+2
|
* 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-052-4/+60
|
* 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-023-108/+108
|
* Almost forgot to check in:Tedd Hansen2008-02-023-0/+109
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 :))