Glenn Martin
|
1959eb8372
Moved over metrics from previous OpenSim 0.8.0.3 repository (this new repository is now the master branch from OpenSim).
|
9 سال پیش |
Justin Clark-Casey (justincc)
|
557b0fae85
minor: correct log message when script with non-config stop strategy is detected to log actual strategy rather than true/false
|
9 سال پیش |
Justin Clark-Casey (justincc)
|
cf0087e87c
Correct typo in raw default script stop strategy
|
9 سال پیش |
Justin Clark-Casey (justincc)
|
e0a3440263
If [XEngine] ScriptStopStrategy is different from a compiled script strategy, ask user to manually set DeleteScriptsOnStartup = true for at least one simuator session rather than auto-recompiling.
|
9 سال پیش |
Justin Clark-Casey (justincc)
|
13ba2f2d83
If an exception comes out of DoOnRezScript in DoOnRezScriptQueue(), then only fail a single script rather than halting the exntire script startup process.
|
9 سال پیش |
Justin Clark-Casey (justincc)
|
1bed3aff0b
On a multi-region simulator when AppDomain = true, make sure the DLL from the appropriate script engines subdir is loaded rather than always that of the first engine to load the DLL.
|
9 سال پیش |
Justin Clark-Casey (justincc)
|
2995868176
Make XEngine.SaveAllState() actually do this instead of script maintenance
|
10 سال پیش |
Justin Clark-Casey (justincc)
|
0eb268e265
minor: remove old commented out objectRemoved bool in XEngine.OnRemoveScript()
|
10 سال پیش |
Justin Clark-Casey (justincc)
|
58f7efc41a
Add clearqueue code adjustment that should have been in previous commit faaf47a
|
10 سال پیش |
Justin Clark-Casey (justincc)
|
faaf47a86f
Prevent a race condition between the script engine backup thread and script removal by locking on the script's EventQueue and only proceeding if it's flagged as still running.
|
10 سال پیش |
Justin Clark-Casey (justincc)
|
8d724e90de
For scripts in attachments, don't save .state files apart from the initial one as these are ignored since .state is saved in the attachment's asset.
|
10 سال پیش |
Diva Canto
|
7466ef0525
This cleans up versioning. Specifically:
|
10 سال پیش |
Justin Clark-Casey (justincc)
|
147d401b28
Remove XEngine.m_uniqueScripts
|
10 سال پیش |
Justin Clark-Casey (justincc)
|
2b9f0647de
Fix a regression where objects crossing regions in the same simulator (on their own or as attachments) with AppDomainLoading = false would create the new state in the source region area rather than the dest.
|
10 سال پیش |
Justin Clark-Casey (justincc)
|
227d2e2b61
Avoid a possible race condition where the XEngine script compile thread could complete but see OnRezScript() insert a new job and complete before it set m_CurrentCompile = null
|
10 سال پیش |
Justin Clark-Casey (justincc)
|
76722d8324
In XEngine, enqueue a script rez to the compile queue after setting m_CompileDict to avoid a rare but not impossible race condition.
|
10 سال پیش |
Justin Clark-Casey (justincc)
|
d34ad345d5
minor: If we are recompiling scripts in response to a ScriptStopStrategy config change (a rare situation), then explicitly log this for debug purposes.
|
10 سال پیش |
Justin Clark-Casey (justincc)
|
c3c05a8693
Reintroduce general xengine extra debugging log level. This can be controlled at runtime with the command "debug xengine log <level>", as with similar commands.
|
10 سال پیش |
Justin Clark-Casey (justincc)
|
805b7ccb3e
minor: improve logged error in XEngine.SetXmlState if there was a problem writing the linemap.
|
10 سال پیش |
Justin Clark-Casey (justincc)
|
432f0e8783
Correct 690fe0c to actually log the exception reported in DoOnRezScriptQueue()(and now the scene name).
|
10 سال پیش |
Justin Clark-Casey (justincc)
|
690fe0c5e5
If there are any exceptions in XEngine.DoOnRezScriptQueue() then log the error and always set m_CurrentCompile = null
|
10 سال پیش |
Justin Clark-Casey (justincc)
|
55e064baf7
Remove minor race condition where two threads could race on fields such as m_ScriptFailCount as set in XEngine.DoOnRezScriptQueue()
|
10 سال پیش |
Justin Clark-Casey (justincc)
|
8cd7ca568d
Change default script stop method to co-op instead of abort.
|
10 سال پیش |
Justin Clark-Casey (justincc)
|
2766bf3fef
minor: Move debug xengine script console command to Debug help section where other debug commands live.
|
10 سال پیش |
Justin Clark-Casey (justincc)
|
15b38f0036
minor: further cleanup of old vb and yield prolog script engine references that were removed some time ago
|
10 سال پیش |
Justin Clark-Casey (justincc)
|
d7b9260496
If [XEngine] ScriptStopStrategy is changed between abort and co-op, for the existing session use the previous strategy for that script rather than not starting the script at all.
|
10 سال پیش |
Eva Comaroski
|
63ccc3dbf5
Convert if-blocks to return statements in small functions such as GetStartParameter().
|
11 سال پیش |
Justin Clark-Casey (justincc)
|
206fb306a7
Update SmartThreadPool to latest version 2.2.3 with a major and minor change.
|
11 سال پیش |
Justin Clark-Casey (justincc)
|
2bfe60e2fb
Use Output instead of OutputFormat in appropriate places of XEngine status reporting.
|
11 سال پیش |
Justin Clark-Casey (justincc)
|
ca26ff9436
minor: remove some mono compile warnings in XEngine.cs
|
12 سال پیش |