Commit History

Author SHA1 Message Date
  UbitUmarov a4caedceae rename a few things to reduce confusion between regions wold location and grid location (a lot more elsewhere) 8 years ago
  Kevin Cozens 21de916225 Fixed the order of two file names used in a warning. 8 years ago
  UbitUmarov ce44ce447b coment out odd DoubleQueue class code 8 years ago
  UbitUmarov c903e3afd0 fix a 1m diference in regions view range estimations 8 years ago
  UbitUmarov 5aa1c0d328 coment out warnings that do a messed around number of threadpool workitens and number of active threads ( at least when a pool is in use) 8 years ago
  UbitUmarov 172bb05ec2 suspend the use of DisableSimulator, that is causing teleport and crossing issues 8 years ago
  UbitUmarov ae9d40c7d0 add a StringToBytes variant that takes Maximum lenght as argument. 9 years ago
  UbitUmarov 45ff7cec80 fix cut points of UTF-8 strings 9 years ago
  UbitUmarov f0c865555b add a GetTimeStampMS method, this returns a time stamp in miliSeconds with the resolution avaiable for StopWatchs. Value in double since it can be large (as machine uptime in high resolution ticks) 9 years ago
  UbitUmarov a11edceb00 seems to compile ( tests comented out) 9 years ago
  UbitUmarov 371c9dd2af bad merge? 9 years ago
  UbitUmarov 0edffae7e4 more on tps and crossings 9 years ago
  Oren Hurvitz 4ad1468165 Better handling of invalid XML: a) prevent infinite loop on EOF; b) better logging 9 years ago
  Oren Hurvitz 2153a01cc7 Have osAvatarName2Key check the cache first, even for foreign users 9 years ago
  Oren Hurvitz 83da582261 Removed unused code related to DNS lookups 9 years ago
  Cinder 0af17c9484 llListRandomize() wasn't very random 9 years ago
  dahlia 8b2af1071f Add NaN and Infinity tests for SOP Velocity and Acceleration setters. 9 years ago
  Diva Canto ce1a87b784 Added overloaded LoadArchSpecificWindowsDll, to help addins load native libraries. 9 years ago
  Diva Canto 53c8318124 Added utility function that simplifies configuration loading of all addins. 9 years ago
  Justin Clark-Casey (justincc) f54c70741b Add "show threadpool calls active" console debug command. 10 years ago
  Justin Clark-Casey (justincc) ec8d21c434 Label all threadpool calls being made in core OpenSimulator. This is to add problem diagnosis. 10 years ago
  Justin Clark-Casey (justincc) 72cb1cc7d6 Add "show threadpool calls" command to show count of all labelled smartthreadpool calls 10 years ago
  UbitUmarov a301bad8ad on util thread pool reduce the min number of threads, increase the 10 years ago
  Justin Clark-Casey (justincc) 41f2f3132b For monitoring purposes, start non-timeout tasks (which do not currently use a threadpool) via Watchdog.RunInThread() rather than Util.RunThreadNoTimeout() 10 years ago
  Justin Clark-Casey (justincc) 1b75ec5647 Ignore whitespace when reading serialized XML objects. 10 years ago
  UbitUmarov 3e7f475e58 fix the damm thing 10 years ago
  Oren Hurvitz 48d1cca303 Better logging of threadpool activity in Overload mode: if we didn't log "Queue threadfunc" for a particular thread then don't log "Run threadfunc" or "End threadfunc" for that thread either. 10 years ago
  Oren Hurvitz 99ac770abb Close streams immediately when we finish using them 10 years ago
  Justin Clark-Casey (justincc) 0c8f3dddd8 Use thread-safe version of .NET Random as the SDK class is not thread-safe. 10 years ago
  Justin Clark-Casey (justincc) 889194db63 Actually call Close() for shared region modules when the simulator is being shutdown. 10 years ago