index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Framework
/
Util.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add "show object pos <start-coord> to <end-coord>" command to simulator console.
Justin Clark-Casey (justincc)
2012-10-05
1
-0
/
+13
*
Add levels 4 and 5 to "debug http" console command that will log a sample of ...
Justin Clark-Casey (justincc)
2012-09-11
1
-0
/
+32
*
adding a clip method to handle Vector3 objects to enable a minor amount of re...
SignpostMarv
2012-08-17
1
-0
/
+6
*
Rather than instantiating a UTF8 encoding everywhere when we want to supress ...
Justin Clark-Casey (justincc)
2012-07-13
1
-0
/
+1
*
Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...
Justin Clark-Casey (justincc)
2012-07-11
1
-2
/
+1
*
Refix the fixed fix!
Melanie
2012-03-21
1
-2037
/
+2037
*
Fixed borkness with previous merge.
Diva Canto
2012-03-20
1
-16
/
+1
*
Line endings
Diva Canto
2012-03-20
1
-89
/
+89
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diva Canto
2012-03-20
1
-61
/
+89
|
\
|
*
Move frame loop entirely within Scene.Update() for better future performance ...
Justin Clark-Casey (justincc)
2012-03-20
1
-2
/
+15
*
|
HG Friends: allow the establishment of HG friendships without requiring co-pr...
Diva Canto
2012-03-20
1
-1954
/
+1988
|
/
*
Improve threadpool reporting to "show threads" console command (also gets pri...
Justin Clark-Casey (justincc)
2012-03-16
1
-1
/
+55
*
Add process working memory to "show stats" memory statistics.
Justin Clark-Casey (justincc)
2012-03-16
1
-2
/
+5
*
Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.
Justin Clark-Casey (justincc)
2012-02-21
1
-0
/
+30
*
On Windows automatically load the correct native ODE library depending on whe...
Justin Clark-Casey (justincc)
2012-02-18
1
-1
/
+37
*
Add line numbers to Util.PrintCallStack()
Justin Clark-Casey (justincc)
2012-02-10
1
-2
/
+3
*
Reactivate BasicCircuitTests.TestAddClient()
Justin Clark-Casey (justincc)
2011-12-08
1
-16
/
+29
*
Get UUIDGatherer to scan notecards in the graph for asset uuids.
Justin Clark-Casey (justincc)
2011-10-22
1
-3
/
+4
*
In an object return message, send a null-terminated empty string in binary bu...
Justin Clark-Casey (justincc)
2011-09-13
1
-2
/
+40
*
If a FireAndForget thread terminates with an exception, then catch and log ra...
Justin Clark-Casey (justincc)
2011-08-31
1
-1
/
+15
*
Add new FireAndForgetMethod.None.
Justin Clark-Casey (justincc)
2011-08-16
1
-1
/
+10
*
For all Util.FireAndForget invocations, set thread to en_US before continuing...
Justin Clark-Casey (justincc)
2011-07-29
1
-5
/
+10
*
When loading library asset set, only store an asset if it's different from an...
Justin Clark-Casey (justincc)
2011-07-08
1
-3
/
+13
*
Fix interpretation of physics mesh proxies from mesh data
Justin Clark-Casey (justincc)
2011-07-08
1
-2
/
+17
*
More on HG Friends. Added Delete(string, string) across the board. Added secu...
Diva Canto
2011-05-22
1
-2
/
+4
*
HG Friends working to some extent: friendships offered and accepted correctly...
Diva Canto
2011-05-19
1
-0
/
+61
*
Requeue unacknowledged entity updates rather than resend then "as is".
Dan Lake
2011-04-19
1
-0
/
+17
*
Parameterizes the view distance used to compute and manage
Mic Bowman
2011-02-22
1
-3
/
+10
*
Put something in the ImprovedInstantMessage.BinaryBucket for llInstantMessage...
Justin Clark-Casey (justincc)
2011-02-04
1
-0
/
+10
*
Make FireAndForgetWrapper a singleton class
BlueWall
2011-01-13
1
-3
/
+24
*
Preservation of creator information now also working in IARs. Cleaned up usag...
Diva Canto
2010-11-29
1
-0
/
+20
*
Changed the parser for InventoryItem deserialization. Moved some utility func...
Diva Canto
2010-11-27
1
-0
/
+61
*
minor: add some method comments
Justin Clark-Casey (justincc)
2010-11-17
1
-0
/
+8
*
Port ExecutingDirectory from omfOS Util class.
Melanie
2010-10-03
1
-0
/
+11
*
Make User Agent Service and Login Service separable.
Diva Canto
2010-09-04
1
-1
/
+17
*
Added XFF header processing. Untested, for lack of proxy.
Diva Canto
2010-09-03
1
-0
/
+28
*
Correct display of landmark about info. Also correct region maturity rating
Melanie Thielker
2010-08-07
1
-1
/
+11
*
Fix http://opensimulator.org/mantis/view.php?id=4657 where OpenSim.Grid.UserS...
Justin Clark-Casey (justincc)
2010-04-16
1
-1
/
+1
*
Bug fix: store correct position information upon logout. Fixes mantis #4608
Diva Canto
2010-03-06
1
-0
/
+18
*
Merge branch 'master' into presence-refactor
Melanie
2010-02-22
1
-6
/
+12
|
\
|
*
Change handling of the SYSTEMIP constant to be more sane.
Melanie
2010-02-18
1
-6
/
+12
*
|
Changed an error message to w warning message.
Diva Canto
2010-01-30
1
-1
/
+1
*
|
More progress on both the Simulation service and the Login service. Both stil...
Diva Canto
2009-12-31
1
-0
/
+27
|
/
*
* Implements OSSL function: osGetSimulatorMemory - returns the current amount...
Adam Frisby
2009-12-13
1
-0
/
+20
*
* Fix Inconsistent line ending style in Util
Teravus Ovares (Dan Olivares)
2009-12-01
1
-24
/
+24
*
* Patch from Misterblue to fix Environment.TickCount for statistics purposes....
Teravus Ovares (Dan Olivares)
2009-11-29
1
-1
/
+25
*
Experimental test to rate limit the incoming packet handler and try to always...
John Hurliman
2009-10-27
1
-0
/
+21
*
* Change the way Util.FireAndForget() calls SmartThreadPool to avoid using a ...
John Hurliman
2009-10-23
1
-1
/
+11
*
Terrible typo in the previous commit!
John Hurliman
2009-10-22
1
-1
/
+1
*
* Added a check if Util.m_ThreadPool is null before trying to use it, and if ...
John Hurliman
2009-10-22
1
-13
/
+7
[next]