Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 01b78235db Instead of constantly looking up unchanging self item in script code, pass in self item on initialization. 12 years ago
  Justin Clark-Casey (justincc) 40e37d8b78 Add osForceAttachToAvatar() and osForceDetachFromAvatar() 12 years ago
  Justin Clark-Casey (justincc) c386b68373 Aggregate script execution times by linksets rather than individual prims. 12 years ago
  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. 12 years ago
  Justin Clark-Casey (justincc) acb1355ff2 Remove property/field duplication in ScriptInstance where it's unnecessary. 12 years ago
  Justin Clark-Casey (justincc) 2d32401e23 Simplify some logic in the ScriptInstance constructor - running is set to false in both if/else branches 12 years ago
  Justin Clark-Casey (justincc) f0c1746063 minor: correct indentation levels 12 years ago
  Justin Clark-Casey (justincc) 5ddda89238 Remove duplication of m_RunEvents and Running 12 years ago
  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. 12 years ago
  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) 12 years ago
  Justin Clark-Casey (justincc) 25592bbd85 Add max thread and min thread information to "xengine status" region console command 12 years ago
  Justin Clark-Casey (justincc) dbe32a1f6d minor: put in commented out logging statements for future reuse 12 years ago
  Justin Clark-Casey (justincc) 13d9b64b1d Re-enable error logging associated with assembly and script loading failure in ScriptInstance. 12 years ago
  Justin Clark-Casey (justincc) 46e1bcb6b6 minor: remove mono compiler warning 13 years ago
  Justin Clark-Casey (justincc) 5607fd3af8 Fix resume scripts. 13 years ago
  Justin Clark-Casey (justincc) 3cf7fb4eca Add "scripts suspend" and "scripts resume" commands. 13 years ago
  Justin Clark-Casey (justincc) 116fbe8258 add current script status to "scripts show" command (running, suspended, etc.) 13 years ago
  Justin Clark-Casey (justincc) ea7366ddc6 When shutting down XEngine, log how many scripts are being shutdown so the user knows why they are waiting. 13 years ago
  Justin Clark-Casey (justincc) 095b3e5756 Remove pointless cluttering SOP.ParentGroup != null checks. 13 years ago
  Justin Clark-Casey (justincc) 15a514fcbc refactor: simplify SOP.AttachedAvatar into SOG.AttachedAvatar 13 years ago
  Diva Canto fda56618e1 Deal with possibly un-initialized scripts in object transfers. Mantis #5310 13 years ago
  Marck 2827deffe8 Trigger changed event with CHANGED_TELEPORT when teleporting to another region. 14 years ago
  Marck 8a2c365e5b Thank you, thomax, for a patch making changed events CHANGED_REGION_RESTART and CHANGED_REGION work. 14 years ago
  Melanie Thielker e1e897ac11 Change XEngine to use the new constant 14 years ago
  Melanie 120f3a18f2 Correct some script constants. 14 years ago
  Melanie a89208b465 Stopgap measure. Disable the recent script startup changes until I can cure the 14 years ago
  Melanie 21cad5d3ac All scripts are now created suspended and are only unsuspended when the object 14 years ago
  Melanie 1876ce90af FINALLY! Script compile errors now appear in the script error pane, 14 years ago
  Melanie 9d63f90467 Remove the old (Remoting) region crossing code. Fix the new code to 15 years ago
  Jeff Ames 9f5c2acd12 Formatting cleanup. 15 years ago