aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.32BitLaunch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-033-180/+0
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-012-2/+2
| | | | LICENSE.txt.
* * Restored 32BitLaunch that was mistakenly deleted in 9036lbsa712009-04-081-0/+58
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-071-58/+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.
* 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 :))