Commit History

Author SHA1 Message Date
  Melanie c489bc1cd2 Make the scrpt running flag work properly 12 years ago
  Melanie 1c3b0da74a Revert "Fix script "Running" behavior" 12 years ago
  Justin Clark-Casey (justincc) 884d603cac Rather than instantiating a UTF8 encoding everywhere when we want to supress the BOM, use a single Util.UTF8NoBomEncoding. 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
  BlueWall 6d3ee8bb39 Fix script "Running" behavior 12 years ago
  Justin Clark-Casey (justincc) d24122b706 Add item id, name, prim name and id to log message when state exists but loading fails. 12 years ago
  Justin Clark-Casey (justincc) afcabf5244 Retrigger build - last jenkins run was glitched 12 years ago
  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) 12 years ago
  Justin Clark-Casey (justincc) 6406d5a5b9 refactor: Eliminate local id parameter from api initialize. 12 years ago
  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. 13 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. 13 years ago
  Justin Clark-Casey (justincc) acb1355ff2 Remove property/field duplication in ScriptInstance where it's unnecessary. 13 years ago
  Justin Clark-Casey (justincc) 2d32401e23 Simplify some logic in the ScriptInstance constructor - running is set to false in both if/else branches 13 years ago
  Justin Clark-Casey (justincc) f0c1746063 minor: correct indentation levels 13 years ago
  Justin Clark-Casey (justincc) 5ddda89238 Remove duplication of m_RunEvents and Running 13 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. 13 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) 13 years ago
  Justin Clark-Casey (justincc) 25592bbd85 Add max thread and min thread information to "xengine status" region console command 13 years ago
  Justin Clark-Casey (justincc) dbe32a1f6d minor: put in commented out logging statements for future reuse 13 years ago
  Justin Clark-Casey (justincc) 13d9b64b1d Re-enable error logging associated with assembly and script loading failure in ScriptInstance. 13 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 14 years ago