aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-22Add helper routine Util.InRange()Robert Adams1-0/+7
2012-12-16Add stack dump function that takes an alternate printer outter. I've found th...Robert Adams1-1/+7
2012-11-23Make "show threads" and "thread abort" console commands available on all serversJustin Clark-Casey (justincc)1-6/+10
2012-10-29fixing poorly-formatted xml doc string for Util.IsInsideBoxSignpostMarv1-1/+1
2012-10-05Add "show object pos <start-coord> to <end-coord>" command to simulator console.Justin Clark-Casey (justincc)1-0/+13
2012-09-11Add levels 4 and 5 to "debug http" console command that will log a sample of ...Justin Clark-Casey (justincc)1-0/+32
2012-08-17adding a clip method to handle Vector3 objects to enable a minor amount of re...SignpostMarv1-0/+6
2012-07-13Rather than instantiating a UTF8 encoding everywhere when we want to supress ...Justin Clark-Casey (justincc)1-0/+1
2012-07-11Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)1-2/+1
2012-03-21Refix the fixed fix!Melanie1-2037/+2037
2012-03-20Fixed borkness with previous merge.Diva Canto1-16/+1
2012-03-20Line endingsDiva Canto1-89/+89
2012-03-20HG Friends: allow the establishment of HG friendships without requiring co-pr...Diva Canto1-1954/+1988
2012-03-20Move frame loop entirely within Scene.Update() for better future performance ...Justin Clark-Casey (justincc)1-2/+15
2012-03-16Improve threadpool reporting to "show threads" console command (also gets pri...Justin Clark-Casey (justincc)1-1/+55
2012-03-16Add process working memory to "show stats" memory statistics.Justin Clark-Casey (justincc)1-2/+5
2012-02-21Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.Justin Clark-Casey (justincc)1-0/+30
2012-02-18On Windows automatically load the correct native ODE library depending on whe...Justin Clark-Casey (justincc)1-1/+37
2012-02-10Add line numbers to Util.PrintCallStack()Justin Clark-Casey (justincc)1-2/+3
2011-12-08Reactivate BasicCircuitTests.TestAddClient()Justin Clark-Casey (justincc)1-16/+29
2011-10-22Get UUIDGatherer to scan notecards in the graph for asset uuids.Justin Clark-Casey (justincc)1-3/+4
2011-09-13In an object return message, send a null-terminated empty string in binary bu...Justin Clark-Casey (justincc)1-2/+40
2011-08-31If a FireAndForget thread terminates with an exception, then catch and log ra...Justin Clark-Casey (justincc)1-1/+15
2011-08-16Add new FireAndForgetMethod.None.Justin Clark-Casey (justincc)1-1/+10
2011-07-29For all Util.FireAndForget invocations, set thread to en_US before continuing...Justin Clark-Casey (justincc)1-5/+10
2011-07-08When loading library asset set, only store an asset if it's different from an...Justin Clark-Casey (justincc)1-3/+13
2011-07-08Fix interpretation of physics mesh proxies from mesh dataJustin Clark-Casey (justincc)1-2/+17
2011-05-22More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto1-2/+4
2011-05-19HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto1-0/+61
2011-04-19Requeue unacknowledged entity updates rather than resend then "as is".Dan Lake1-0/+17
2011-04-18Requeue unacknowledged entity updates rather than resend then "as is".Dan Lake1-0/+17
2011-02-22Parameterizes the view distance used to compute and manageMic Bowman1-3/+10
2011-02-04Put something in the ImprovedInstantMessage.BinaryBucket for llInstantMessage...Justin Clark-Casey (justincc)1-0/+10
2011-01-13Make FireAndForgetWrapper a singleton classBlueWall1-3/+24
2011-01-13Make FireAndForgetWrapper a singleton classBlueWall1-3/+24
2010-11-29Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto1-0/+20
2010-11-27Changed the parser for InventoryItem deserialization. Moved some utility func...Diva Canto1-0/+61
2010-11-17minor: add some method commentsJustin Clark-Casey (justincc)1-0/+8
2010-10-03Port ExecutingDirectory from omfOS Util class.Melanie1-0/+11
2010-09-04Make User Agent Service and Login Service separable.Diva Canto1-1/+17
2010-09-03Added XFF header processing. Untested, for lack of proxy.Diva Canto1-0/+28
2010-08-07Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker1-1/+11
2010-04-16Fix http://opensimulator.org/mantis/view.php?id=4657 where OpenSim.Grid.UserS...Justin Clark-Casey (justincc)1-1/+1
2010-03-06Bug fix: store correct position information upon logout. Fixes mantis #4608Diva Canto1-0/+18
2010-02-18Change handling of the SYSTEMIP constant to be more sane.Melanie1-6/+12
2010-01-30Changed an error message to w warning message.Diva Canto1-1/+1
2009-12-31More progress on both the Simulation service and the Login service. Both stil...Diva Canto1-0/+27
2009-12-13* Implements OSSL function: osGetSimulatorMemory - returns the current amount...Adam Frisby1-0/+20
2009-12-01* Fix Inconsistent line ending style in UtilTeravus Ovares (Dan Olivares)1-24/+24
2009-11-29* Patch from Misterblue to fix Environment.TickCount for statistics purposes....Teravus Ovares (Dan Olivares)1-1/+25