Adam Frisby
|
fef3b36894
* Optimised using statements and namespace references across entire project (this took a while to run).
|
16 vuotta sitten |
Tedd Hansen
|
16275ca26d
Removed some script engine noise from console
|
16 vuotta sitten |
Jeff Ames
|
47180080f0
Formatting cleanup.
|
16 vuotta sitten |
Adam Frisby
|
415fc22e5e
* Removed a bunch of compiler warnings.
|
16 vuotta sitten |
Tedd Hansen
|
0fc6b2a429
Bugfixes - Scripting works again
|
16 vuotta sitten |
Tedd Hansen
|
42bcd76b36
Bugfixes - wasn't counting threads right++
|
16 vuotta sitten |
Tedd Hansen
|
a43bb10000
Execution threads are now shared between regions too. Default thread count regardless of number of regions is now 3. This will save you around 33 threads for a normal 3x3 region server.
|
16 vuotta sitten |
Tedd Hansen
|
a040008cb9
From this commit and a few hours into the future ScriptEngine will be unstable:
|
16 vuotta sitten |
Tedd Hansen
|
f75e418211
Fixes to ScriptEngine thread cleanup on destructor
|
16 vuotta sitten |
Tedd Hansen
|
89665faeaf
ScriptEngine changes in locking. Another step in direction of shared threads.
|
16 vuotta sitten |
Jeff Ames
|
a8cfbbe963
Minor cleanup.
|
16 vuotta sitten |
Jeff Ames
|
6ed5283bc0
Converted logging to use log4net.
|
16 vuotta sitten |
Tedd Hansen
|
5a99a96fed
Temporarily disabled shared threads because of a bug. Script were only working on 1 region. :)
|
17 vuotta sitten |
Tedd Hansen
|
e06ee9fd4b
Added load/unload queue size limit
|
17 vuotta sitten |
Tedd Hansen
|
667197f24d
Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenSim in 32-bit mode.
|
17 vuotta sitten |
Tedd Hansen
|
ea74f97e9b
Forgot to create an object before use. Now why can't .Net just do that itself? :)
|
17 vuotta sitten |
Tedd Hansen
|
d02a90823f
SCRIPTING STILL BROKEN
|
17 vuotta sitten |
Tedd Hansen
|
a6726b0c9d
SCRIPT SUPPORT IS STILL BROKEN.
|
17 vuotta sitten |
Tedd Hansen
|
e14c8f59f7
Added config options:
|
17 vuotta sitten |
Tedd Hansen
|
f4ddf5cf28
Removed "Loading inventory for Primitive" message.
|
17 vuotta sitten |
Tedd Hansen
|
a9c1f3fdb4
Experimental
|
17 vuotta sitten |
Tedd Hansen
|
5d6e89eaf9
Highly experimental
|
17 vuotta sitten |
Teravus Ovares
|
8fdeab57b1
* Potential fix to the 'can't run a script anymore bug'
|
17 vuotta sitten |
Tedd Hansen
|
82d43db1cc
Added data structure to be passed through event execution queue so that events can use llDetect*-commands to find information about event.
|
17 vuotta sitten |
Adam Frisby
|
b25f9f322c
* Mother of all commits:
|
17 vuotta sitten |
Tedd Hansen
|
0081c060d0
Set eol
|
17 vuotta sitten |
Tedd Hansen
|
33d82aa532
Added license to new files
|
17 vuotta sitten |
Tedd Hansen
|
bacbade369
Major reorganizing of DotNetEngine. Moved common script engine parts to ScriptEngine.Common, only .Net-specific code in DotNetEngine. AppDomains, event handling, event execution queue and multithreading, script load/unload queue, etc has been moved to ScriptEngine.Common.
|
17 vuotta sitten |