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
*
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
*
* Allow SmartThreadPool to be initialized without setting max stack size (lik...
John Hurliman
2009-10-22
1
-5
/
+7
*
Merge branch 'melanie_test' into prioritization
Melanie
2009-10-22
1
-3
/
+23
|
\
|
*
Reduce the default pool threads to 15 (from 30) and the minimum from 5 to 2
Melanie
2009-10-22
1
-1
/
+1
|
*
Add MaxPoolThreads in startup to limit the size of the thread pool used
Melanie
2009-10-22
1
-12
/
+22
*
|
* Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U...
John Hurliman
2009-10-21
1
-19
/
+51
|
/
*
* Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This...
John Hurliman
2009-10-19
1
-8
/
+10
*
Converted FireAndForget methods to use a singleton pattern to attempt to work...
John Hurliman
2009-10-16
1
-2
/
+21
*
* Try/catch around EndInvoke() when Util.FireAndForget() returns to catch exc...
John Hurliman
2009-10-06
1
-1
/
+3
*
* Continued work on the new LLUDP implementation. Appears to be functioning, ...
John Hurliman
2009-10-06
1
-0
/
+36
*
Merge branch 'diva-textures-osgrid'
Melanie
2009-10-04
1
-4
/
+6
|
\
|
*
* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...
John Hurliman
2009-10-02
1
-5
/
+7
*
|
Formatting cleanup.
Jeff Ames
2009-10-01
1
-3
/
+3
*
|
Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...
Diva Canto
2009-09-26
1
-0
/
+26
*
|
* Minor commit, added two new math utility functions.
Adam Frisby
2009-09-24
1
-0
/
+33
|
/
*
Added Util.FireAndForget(), to replace leaking calls to Delegate.BeginInvoke()
John Hurliman
2009-09-03
1
-0
/
+22
*
Remove debugging output frm ini file loading. Make it collect matching
Melanie
2009-08-07
1
-10
/
+8
*
Add extensive debug output to Util.Glob
Melanie
2009-08-07
1
-0
/
+9
*
Remove GetFullPath call from config includes, because it barfs in Windoze
Melanie
2009-08-07
1
-3
/
+0
*
Add a method to init the OSSL Api's m_LSL_Api member back to the OSSL Api
Melanie
2009-08-07
1
-0
/
+3
*
Allow arbitrary wildcards in config includes. Things like
Melanie
2009-08-06
1
-0
/
+51
*
Formatting cleanup.
Jeff Ames
2009-06-10
1
-2
/
+2
*
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
2009-06-01
1
-1
/
+1
[next]