Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 999cb4b20c Make "show threads" and "thread abort" console commands available on all servers 11 years ago
  SignpostMarv 56965dd959 fixing poorly-formatted xml doc string for Util.IsInsideBox 12 years ago
  Justin Clark-Casey (justincc) 130768b16a Add "show object pos <start-coord> to <end-coord>" command to simulator console. 12 years ago
  Justin Clark-Casey (justincc) 25111e703f Add levels 4 and 5 to "debug http" console command that will log a sample of incoming request data and the entire incoming data respectively. 12 years ago
  SignpostMarv e9ea911563 adding a clip method to handle Vector3 objects to enable a minor amount of refactoring 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
  Melanie 7a0d7be44c Refix the fixed fix! 12 years ago
  Diva Canto f7c61790b7 Fixed borkness with previous merge. 12 years ago
  Diva Canto 841b4232f6 Line endings 12 years ago
  Diva Canto 3fa51f66ec Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 12 years ago
  Diva Canto d08ad6459a HG Friends: allow the establishment of HG friendships without requiring co-presence in the same sim. Using avatar picker, users can now search for names such as "[email protected]:9000", find them, and request friendship. Friendship requests are stored if target user is offline. TESTED ON STANDALONE ONLY. 12 years ago
  Justin Clark-Casey (justincc) 30b2a8c778 Move frame loop entirely within Scene.Update() for better future performance analysis and stat accuracy. 12 years ago
  Justin Clark-Casey (justincc) 6e8f80f1ab Improve threadpool reporting to "show threads" console command (also gets printed out periodically) 12 years ago
  Justin Clark-Casey (justincc) 421b562a04 Add process working memory to "show stats" memory statistics. 12 years ago
  Justin Clark-Casey (justincc) 68a4ef5ef6 Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process. 12 years ago
  Justin Clark-Casey (justincc) b817c337dc On Windows automatically load the correct native ODE library depending on whether the process is 32-bit or 64-bit 12 years ago
  Justin Clark-Casey (justincc) d80422eba7 Add line numbers to Util.PrintCallStack() 12 years ago
  Justin Clark-Casey (justincc) bc13855e64 Reactivate BasicCircuitTests.TestAddClient() 12 years ago
  Justin Clark-Casey (justincc) ffdf59a57c Get UUIDGatherer to scan notecards in the graph for asset uuids. 13 years ago
  Justin Clark-Casey (justincc) 306af9934a In an object return message, send a null-terminated empty string in binary bucket to prevent a viewer 3 crash. 13 years ago
  Justin Clark-Casey (justincc) 3aa86d22d1 If a FireAndForget thread terminates with an exception, then catch and log rather than letting it terminate the simulator. 13 years ago
  Justin Clark-Casey (justincc) 57e54d84d6 Add new FireAndForgetMethod.None. 13 years ago
  Justin Clark-Casey (justincc) 9a5e0ede7c For all Util.FireAndForget invocations, set thread to en_US before continuing wtih the invocation. 13 years ago
  Justin Clark-Casey (justincc) c3d82bdcb1 When loading library asset set, only store an asset if it's different from an existing one with the same id. 13 years ago
  Justin Clark-Casey (justincc) b18ef976ff Fix interpretation of physics mesh proxies from mesh data 13 years ago
  Diva Canto 336665e035 More on HG Friends. Added Delete(string, string) across the board. Added security to friendship identifiers so that they can safely be deleted across worlds. Had to change Get(string) to use LIKE because the secret in the identifier is not always known -- affects only HG visitors. BOTTOM LINE SO FAR: HG friendships established and deleted safely across grids, local rights working but not (yet?) being transmitted back. 13 years ago
  Diva Canto d21e9c755f HG Friends working to some extent: friendships offered and accepted correctly handled. Friends list showing correct foreign names. TODO: GrantRights. 13 years ago
  Dan Lake 08d8a3e580 Requeue unacknowledged entity updates rather than resend then "as is". 13 years ago
  Mic Bowman 5a16fa882c Parameterizes the view distance used to compute and manage 13 years ago