Justin Clark-Casey (justincc)
|
e6fd8365af
Extend default 1 second wait for event completion to other thread script reset (as called by llResetOtherScript()).
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
512e4c9313
Log situations where workitem event threads are aborted on stop request because they failed to complete event processing within the given timeout.
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
047270bdc8
Add "debug script log" command to allow setting a numeric debug level on individual IScriptInstances for debugging purposes.
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
1c9ecc55d3
Instead of printing script errors out to console, put to debug log so that we also get timestamps.
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
5ba99cbf55
Add IScriptInstance.EventsQueued to match EventsProcessed instead of asking callers to lock and directly inspect the EventQueue
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
e8df0f1b4c
Add IScriptInstance.EventsProcessed stat so that we can record this information and display in "show scripts" for debug purposes
|
vor 12 Jahren |
Melanie
|
c489bc1cd2
Make the scrpt running flag work properly
|
vor 12 Jahren |
Melanie
|
1c3b0da74a
Revert "Fix script "Running" behavior"
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
884d603cac
Rather than instantiating a UTF8 encoding everywhere when we want to supress the BOM, use a single Util.UTF8NoBomEncoding.
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
916e3bf886
Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies.
|
vor 12 Jahren |
BlueWall
|
6d3ee8bb39
Fix script "Running" behavior
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
d24122b706
Add item id, name, prim name and id to log message when state exists but loading fails.
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
afcabf5244
Retrigger build - last jenkins run was glitched
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
5709bed548
Add state file location to errors logged when there's some issue with retrieving state (e.g. exceeds memory limit)
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
6406d5a5b9
refactor: Eliminate local id parameter from api initialize.
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
01b78235db
Instead of constantly looking up unchanging self item in script code, pass in self item on initialization.
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
40e37d8b78
Add osForceAttachToAvatar() and osForceDetachFromAvatar()
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
c386b68373
Aggregate script execution times by linksets rather than individual prims.
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
a4b01ef38a
Replace script-lines-per-second with the script execution time scaled by its measurement period and an idealised frame time.
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
acb1355ff2
Remove property/field duplication in ScriptInstance where it's unnecessary.
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
2d32401e23
Simplify some logic in the ScriptInstance constructor - running is set to false in both if/else branches
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
f0c1746063
minor: correct indentation levels
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
5ddda89238
Remove duplication of m_RunEvents and Running
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
12cebb12d5
Alleviate an issue where calling Thread.Abort() on script WorkItems can fail to release locks, resulting in a crippled simulator.
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
95ec96bf86
refactor: rename ScriptInstance.m_CurrentResult to m_CurrentWorkItem to make it more understandable as to what it is and what it does (hold a thread pool work item for a waiting of in-progress event)
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
25592bbd85
Add max thread and min thread information to "xengine status" region console command
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
dbe32a1f6d
minor: put in commented out logging statements for future reuse
|
vor 12 Jahren |
Justin Clark-Casey (justincc)
|
13d9b64b1d
Re-enable error logging associated with assembly and script loading failure in ScriptInstance.
|
vor 13 Jahren |
Justin Clark-Casey (justincc)
|
46e1bcb6b6
minor: remove mono compiler warning
|
vor 13 Jahren |
Justin Clark-Casey (justincc)
|
5607fd3af8
Fix resume scripts.
|
vor 13 Jahren |