Teravus Ovares
|
c803e0cca1
* Deletes my EventReader ScriptRewriter. It isn't required to rewrite the script to publish the events anymore.
|
před 16 roky |
Adam Frisby
|
fef3b36894
* Optimised using statements and namespace references across entire project (this took a while to run).
|
před 16 roky |
Tedd Hansen
|
16275ca26d
Removed some script engine noise from console
|
před 16 roky |
Jeff Ames
|
47180080f0
Formatting cleanup.
|
před 16 roky |
Jeff Ames
|
a8cfbbe963
Minor cleanup.
|
před 16 roky |
Tedd Hansen
|
416d752829
llSetTimerEvent updated to use ticks instead of DateTime for internal timing.
|
před 16 roky |
Sean Dague
|
f47bcb0f98
bring back some script engine debugging, hoping this will help track down the randoms segfaults
|
před 16 roky |
Tedd Hansen
|
169032b4a4
Fixed ScriptEngine config in OpenSim.ini.example that was out of place.
|
před 17 roky |
Tedd Hansen
|
9a04e0e1c4
We now support LSL state
|
před 17 roky |
Charles Krinke
|
2fb541cb2a
Make timer events from scripts a little less chatty.
|
před 17 roky |
Adam Frisby
|
b25f9f322c
* Mother of all commits:
|
před 17 roky |
Tedd Hansen
|
dcf41cb683
ScriptServer fixes: Added more debug logging, mutex lock (to be extra-super-sure) on script load/unload, removed experimental Grid-scriptengine from compile because of dynamic module loader, and added random string to script filename to bypass module loader file lock.
|
před 17 roky |
lbsa71
|
67e12b95ea
* Optimized usings
|
před 17 roky |
lbsa71
|
849eaffbe5
* Applied patch #418 : copyright-r2012.patch - some errors, but got most thru
|
před 17 roky |
Sean Dague
|
afea5f2205
remove ^M, as native storage should be UNIX format, and ^M in/out mashing
|
před 17 roky |
Tedd Hansen
|
ebb0099816
Run-time script errors are now shown in-world. No line number though, might require script to be compiled with (slow) debug information.
|
před 17 roky |
Tedd Hansen
|
d9b9b16513
Script compiler should now show error on correct line number in original LSL-script.
|
před 17 roky |
Tedd Hansen
|
b75c1b2191
Added class for "long commands" (command that returns as event) with dedicated thread for processing. Added support for llSetTimerEvent(). Deleting old compiled scripts before new compile is attempted (avoids loading wrong script on compile error).
|
před 17 roky |
Tedd Hansen
|
53be4774b3
Scripts no longer crash sim after 5 minutes (override InitializeLifetimeService). Loading/Unloading of scripts are now handled in separate thread so server is no delayed because of this. Each script is loaded into a single AppDomain (temporary test for script unload, eats ~15KB more memory for each script). Unload of scripts has been verified to free up memory.
|
před 17 roky |
Tedd Hansen
|
1b826c2fdc
Added "StopScriot()" to ScriptManager. Stops Executor from executing events in script, removes script from EventQueueManagers target list, tells AppDomainManager that script is no longer active (and ready for unload).
|
před 17 roky |
Tedd Hansen
|
e70cdbc5ac
Added event method invoke cache to Executor. "Bind once, Invoke multiple times". Will speed up script event execution considerable. But at the cost of some memory (will be optimized later with RuntimeXHandle).
|
před 17 roky |
Tedd Hansen
|
37446b0392
Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine.Executor. Script no longer responsible for handling event calls to itself (and we can create reference cache in Executor).
|
před 17 roky |
Tedd Hansen
|
240712ca9f
Scripts are working again. Scripts are now loaded into limited AppDomains (no security yet).
|
před 17 roky |