| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* Enabled GC server
* Enabled concurrent collections
|
|
|
|
| |
64-bit os can run OpenSim in 32-bit mode)
|
|
|
|
|
|
|
| |
Added some info to failure on GridServices listening port so people can see what actually went wrong.
Moved most of the function/event execution module to a baseclass so other execution methods (instead of reflection) can be used with custom script modules run by ScriptEngine.Common.
+ some accumulated patches
|
|
|
|
| |
one second...
|
|
|
|
|
|
|
|
|
| |
CONFIG SET section key value value value
CONFIG GET section key
CONFIG SAVE (it saves, but does it save correctly?:)
ScriptEngine will react correctly to any config change made while it is running.
|
| |
|
|
|
|
|
|
| |
Added option to try alternate UDP ports if the one configured is in use.
UDP packets are now bound to the actual outside IP address and hopefully won't "randomly" select IP on multihomed systems.
|
|
|
|
| |
again with some modifications on Mutex.
|
|
|
|
|
| |
Added notice in OpenSim.ini that config refresh function is disabled
|
|
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 :))
|