Commit History

Author SHA1 Message Date
  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. 9 years ago
  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 9 years ago
  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. 9 years ago
  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. 9 years ago
  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. 9 years ago
  Justin Clark-Casey (justincc) 805b7ccb3e minor: improve logged error in XEngine.SetXmlState if there was a problem writing the linemap. 9 years ago
  Justin Clark-Casey (justincc) 432f0e8783 Correct 690fe0c to actually log the exception reported in DoOnRezScriptQueue()(and now the scene name). 9 years ago
  Justin Clark-Casey (justincc) 690fe0c5e5 If there are any exceptions in XEngine.DoOnRezScriptQueue() then log the error and always set m_CurrentCompile = null 9 years ago
  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() 9 years ago
  UbitUmarov 382df37f80 remove some Xengine errors on scripted object delete 10 years ago
  Melanie Thielker e1b2ecdfdc Merge branch 'avination-current' 10 years ago
  UbitUmarov d5e0437465 fix Xengine script instance load 10 years ago
  Justin Clark-Casey (justincc) 8cd7ca568d Change default script stop method to co-op instead of abort. 10 years ago
  Justin Clark-Casey (justincc) 2766bf3fef minor: Move debug xengine script console command to Debug help section where other debug commands live. 10 years ago
  Justin Clark-Casey (justincc) 15b38f0036 minor: further cleanup of old vb and yield prolog script engine references that were removed some time ago 10 years ago
  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 years ago
  Melanie e79fab91db Intermediate commit. Sill errors. 10 years ago
  Eva Comaroski 63ccc3dbf5 Convert if-blocks to return statements in small functions such as GetStartParameter(). 10 years ago
  Melanie 72206a0e29 Merge branch 'avination-current' into careminster 11 years ago
  teravus 01c3be2746 * Fix a null ref that causes a stack unwind when crossing borders. Less stack unwinding.. the faster it goes. 11 years ago
  Melanie 8c5445b774 Merge branch 'master' into careminster 11 years ago
  Justin Clark-Casey (justincc) 206fb306a7 Update SmartThreadPool to latest version 2.2.3 with a major and minor change. 11 years ago
  Melanie 41a652f6bd Merge branch 'master' into careminster 11 years ago
  Justin Clark-Casey (justincc) 2bfe60e2fb Use Output instead of OutputFormat in appropriate places of XEngine status reporting. 11 years ago
  Melanie 9a4de546fe Merge branch 'master' into careminster 11 years ago
  Justin Clark-Casey (justincc) ca26ff9436 minor: remove some mono compile warnings in XEngine.cs 11 years ago
  Melanie be4c8c4931 Merge branch 'master' into careminster 11 years ago
  Justin Clark-Casey (justincc) 55c6753b13 Merge branch 'master' into cooptermination 11 years ago
  Justin Clark-Casey (justincc) 72dd3633ee Improve logging by making it clearer which script is failing if an assembly fails to load. 11 years ago
  Melanie cc4cfd9fa8 Merge branch 'master' into careminster 11 years ago