Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Restored 32BitLaunch that was mistakenly deleted in 9036 | lbsa71 | 2009-04-08 | 1 | -0/+58 |
| | |||||
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-04-07 | 1 | -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 ↵ | lbsa71 | 2009-02-20 | 1 | -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 ↵ | lbsa71 | 2009-02-19 | 1 | -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 Hansen | 2008-10-16 | 2 | -9/+4 |
| | | | | 64-bit os can run OpenSim in 32-bit mode) | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -5/+5 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 2 | -52/+50 |
| | |||||
* | Added copyright heaaders. Minor cleanup. | Jeff Ames | 2008-03-04 | 1 | -2/+2 |
| | |||||
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -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 Ames | 2008-02-05 | 2 | -4/+60 |
| | |||||
* | fixed a timing bug in config re-read. Apparently there is 1000000000 ns in ↵ | Tedd Hansen | 2008-02-02 | 1 | -2/+22 |
| | | | | one second... | ||||
* | Updated svn properties. | Jeff Ames | 2008-02-02 | 3 | -108/+108 |
| | |||||
* | Almost forgot to check in: | Tedd Hansen | 2008-02-02 | 3 | -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 :)) |