Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 418c0cb01d Add asset id to "show script" and "show scripts" command output to make it easier to extract and inspect the script's asset via "dump asset" 11 years ago
  Melanie 2cb824d3fc Merge branch 'master' into careminster 11 years ago
  Justin Clark-Casey (justincc) ec765de7e5 Add engine-wide events queued and events processed numbers to output of "xengine status" console command. For debugging purposes. 11 years ago
  Justin Clark-Casey (justincc) 5ba99cbf55 Add IScriptInstance.EventsQueued to match EventsProcessed instead of asking callers to lock and directly inspect the EventQueue 11 years ago
  Justin Clark-Casey (justincc) 652f4bcb42 For now, sort "show scripts" output in descending order sorted by events processed. 11 years ago
  Justin Clark-Casey (justincc) e8df0f1b4c Add IScriptInstance.EventsProcessed stat so that we can record this information and display in "show scripts" for debug purposes 11 years ago
  Justin Clark-Casey (justincc) ea786414c2 In XEngine.DoOnRezScript() use Culture.SetCurrentCulture() instead of constructing a new CultureInfo separately 11 years ago
  Justin Clark-Casey (justincc) d97440c7cf On XEngine.ProcessEventHandler(), instead of creating a new CultureInfo on every call use the single one set by Culture.SetCurrentCulture() 11 years ago
  Melanie 007a45aa76 Merge commit 'a0d178b284050df64d0eb5b9728565fd72615c22' into careminster 12 years ago
  Justin Clark-Casey (justincc) f3a5e3a02b Log initial script startup info notice when xengine actually starts to do this for debugging purposes, rather than before it actually starts to do this. 12 years ago
  Melanie 783773a0c0 Merge branch 'master' into careminster 12 years ago
  Justin Clark-Casey (justincc) aede42b875 If a script state save fails for some reason on shutdown/region removal, get xengine to spit out some useful information and continue to save other script states 12 years ago
  Melanie 914f97cb76 Merge branch 'master' into careminster 12 years ago
  SignpostMarv ffdde05bb7 constructor means not having to manually refer to individual properties 12 years ago
  Melanie 5d43e27de2 Merge branch 'master' into careminster 12 years ago
  SignpostMarv 5d7751da89 refactoring for Vector3 operator & constructor tweaks 12 years ago
  Melanie aee7a31bc3 Merge branch 'master' into careminster 12 years ago
  Justin Clark-Casey (justincc) 0860a0d856 minor: Make xengine debug message on script load a scripting loading message instead. 12 years ago
  Melanie 771d79e83e Merge branch 'master' into careminster 12 years ago
  Justin Clark-Casey (justincc) 31304c222d Make SceneManager.OnRegionsReadyStatusChange event available. 12 years ago
  Melanie 36d744e2a5 Merge branch 'master' into careminster 12 years ago
  Justin Clark-Casey (justincc) 1971b6bb4f Stop the 15 second initial script compile wait if a script is being rezzed on a previously empty region. 12 years ago
  Melanie c489bc1cd2 Make the scrpt running flag work properly 12 years ago
  Melanie 8204976fb4 Merge branch 'master' into careminster 12 years ago
  Melanie 1c3b0da74a Revert "Fix script "Running" behavior" 12 years ago
  Melanie d632fd7124 Merge branch 'master' into careminster 12 years ago
  Justin Clark-Casey (justincc) 916e3bf886 Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies. 12 years ago
  Justin Clark-Casey (justincc) 33cff9b9d7 Allow XEngine StartDelay to be configured in the [XEngine] config section. 12 years ago
  Justin Clark-Casey (justincc) fc24563206 Add regression TestDetachScriptedAttachmentToInventory() 12 years ago
  Melanie 89c9528e38 Merge branch 'avination' into careminster 12 years ago