aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a basic generic web server, and a login page, plus stubs for the other ba...onefang2019-08-041-0/+5
* Warnings--onefang2019-06-041-1/+1
* Move cache, config, logs out of tree, and various related clean ups.onefang2019-05-191-2/+13
* Move db directory out of tree.onefang2019-05-191-0/+5
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-131/+604
* Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel2016-11-041-2/+2
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-264/+1246
* Assign the SmartThreadPool name in the constructorOren Hurvitz2013-02-081-2/+7
* Add utility function to clamp a vector to a maximum magnitude.Robert Adams2013-01-251-0/+12
* minor: Assign names to the different SmartThreadPools for debugging purposes.Justin Clark-Casey (justincc)2013-01-011-0/+1
* refactor: call Util.InitThreadPool() if we are initializing an uninitialized ...Justin Clark-Casey (justincc)2013-01-011-1/+1
* Add helper routine Util.InRange()Robert Adams2012-12-221-0/+7
* Add stack dump function that takes an alternate printer outter. I've found th...Robert Adams2012-12-161-1/+7
* Make "show threads" and "thread abort" console commands available on all serversJustin Clark-Casey (justincc)2012-11-231-6/+10
* fixing poorly-formatted xml doc string for Util.IsInsideBoxSignpostMarv2012-10-291-1/+1
* Add "show object pos <start-coord> to <end-coord>" command to simulator console.Justin Clark-Casey (justincc)2012-10-051-0/+13
* Add levels 4 and 5 to "debug http" console command that will log a sample of ...Justin Clark-Casey (justincc)2012-09-111-0/+32
* adding a clip method to handle Vector3 objects to enable a minor amount of re...SignpostMarv2012-08-171-0/+6
* Rather than instantiating a UTF8 encoding everywhere when we want to supress ...Justin Clark-Casey (justincc)2012-07-131-0/+1
* Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2012-07-111-2/+1
* Refix the fixed fix!Melanie2012-03-211-2037/+2037
* Fixed borkness with previous merge.Diva Canto2012-03-201-16/+1
* Line endingsDiva Canto2012-03-201-89/+89
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2012-03-201-61/+89
|\
| * Move frame loop entirely within Scene.Update() for better future performance ...Justin Clark-Casey (justincc)2012-03-201-2/+15
* | HG Friends: allow the establishment of HG friendships without requiring co-pr...Diva Canto2012-03-201-1954/+1988
|/
* Improve threadpool reporting to "show threads" console command (also gets pri...Justin Clark-Casey (justincc)2012-03-161-1/+55
* Add process working memory to "show stats" memory statistics.Justin Clark-Casey (justincc)2012-03-161-2/+5
* Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.Justin Clark-Casey (justincc)2012-02-211-0/+30
* On Windows automatically load the correct native ODE library depending on whe...Justin Clark-Casey (justincc)2012-02-181-1/+37
* Add line numbers to Util.PrintCallStack()Justin Clark-Casey (justincc)2012-02-101-2/+3
* Reactivate BasicCircuitTests.TestAddClient()Justin Clark-Casey (justincc)2011-12-081-16/+29
* Get UUIDGatherer to scan notecards in the graph for asset uuids.Justin Clark-Casey (justincc)2011-10-221-3/+4
* In an object return message, send a null-terminated empty string in binary bu...Justin Clark-Casey (justincc)2011-09-131-2/+40
* If a FireAndForget thread terminates with an exception, then catch and log ra...Justin Clark-Casey (justincc)2011-08-311-1/+15
* Add new FireAndForgetMethod.None.Justin Clark-Casey (justincc)2011-08-161-1/+10
* For all Util.FireAndForget invocations, set thread to en_US before continuing...Justin Clark-Casey (justincc)2011-07-291-5/+10
* When loading library asset set, only store an asset if it's different from an...Justin Clark-Casey (justincc)2011-07-081-3/+13
* Fix interpretation of physics mesh proxies from mesh dataJustin Clark-Casey (justincc)2011-07-081-2/+17
* More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto2011-05-221-2/+4
* HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto2011-05-191-0/+61
* Requeue unacknowledged entity updates rather than resend then "as is".Dan Lake2011-04-191-0/+17
* Parameterizes the view distance used to compute and manageMic Bowman2011-02-221-3/+10
* Put something in the ImprovedInstantMessage.BinaryBucket for llInstantMessage...Justin Clark-Casey (justincc)2011-02-041-0/+10
* Make FireAndForgetWrapper a singleton classBlueWall2011-01-131-3/+24
* Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto2010-11-291-0/+20
* Changed the parser for InventoryItem deserialization. Moved some utility func...Diva Canto2010-11-271-0/+61
* minor: add some method commentsJustin Clark-Casey (justincc)2010-11-171-0/+8
* Port ExecutingDirectory from omfOS Util class.Melanie2010-10-031-0/+11
* Make User Agent Service and Login Service separable.Diva Canto2010-09-041-1/+17