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 Util method to load OpSys env vars
Dev Random
2014-02-26
1
-83
/
+87
*
Log information about which function, request data and agent ID triggered an ...
Justin Clark-Casey (justincc)
2014-02-14
1
-0
/
+24
*
Fix casting error for float type INI file parameter parsing.
Robert Adams
2014-01-19
1
-1
/
+1
*
Merge branch 'justincc-master'
Justin Clark-Casey (justincc)
2014-01-11
1
-1
/
+3
|
\
|
*
Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that.
Oren Hurvitz
2014-01-11
1
-1
/
+3
*
|
Add routines in Util.cs for conversion of region handles to region
Robert Adams
2014-01-04
1
-0
/
+43
|
/
*
minor simplification of some unix date functions in Util. No functional change.
Justin Clark-Casey (justincc)
2013-09-03
1
-5
/
+3
*
Add experimental "show grid users online" console command to show grid users ...
Justin Clark-Casey (justincc)
2013-09-03
1
-4
/
+4
*
Fixed error in BuildFakeParcelID() which was detected by regression tests.
Kevin Cozens
2013-08-08
1
-2
/
+2
*
Merge branch 'master' of git://opensimulator.org/git/opensim
Dan Lake
2013-07-18
1
-1
/
+1
|
\
|
*
Fix what apepars to be a bug in DoubleQueue<T>.Enqueue(Queue<T> q, T data) wh...
Justin Clark-Casey (justincc)
2013-07-18
1
-1
/
+1
*
|
Added MinPoolThreads to ini [Startup] section to control SmartThreadPool.
Dan Lake
2013-07-18
1
-3
/
+5
|
/
*
This might address the following observed exception:
Diva Canto
2013-07-15
1
-1
/
+1
*
Fix regression where llHTTPRequests which did not get an OK response returned...
Justin Clark-Casey (justincc)
2013-07-11
1
-1
/
+6
*
refactor: Move existing code to generate report information on the threadpool...
Justin Clark-Casey (justincc)
2013-06-17
1
-63
/
+41
*
Fix bug where no threadpool data would be displayed in the "show threads" com...
Justin Clark-Casey (justincc)
2013-06-17
1
-1
/
+1
*
Port Avination's inventory send throttling
Melanie
2013-06-05
1
-0
/
+108
*
To further help with tracking down the apperance of too much "Unknown User" i...
Justin Clark-Casey (justincc)
2013-05-21
1
-1
/
+1
*
Update SmartThreadPool to latest version 2.2.3 with a major and minor change.
Justin Clark-Casey (justincc)
2013-05-01
1
-10
/
+10
*
Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask
Melanie
2013-03-26
1
-0
/
+15
*
minor: Remove some mono compiler warnings in OpenSim.Framework.dll
Justin Clark-Casey (justincc)
2013-03-13
1
-1
/
+1
*
Move map related settings from [Startup] to a new [Map] section in OpenSim.ini
Justin Clark-Casey (justincc)
2013-02-25
1
-6
/
+21
*
Added new Util function for reading config vars that's more generic than the ...
Diva Canto
2013-02-22
1
-0
/
+38
*
Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...
Diva Canto
2013-02-21
1
-1
/
+21
*
WebStats will now use actual logfile as specified in OpenSim.exe.config rathe...
Dan Lake
2013-02-06
1
-1
/
+15
*
Assign the SmartThreadPool name in the constructor
Oren Hurvitz
2013-01-19
1
-2
/
+7
*
Add utility function to clamp a vector to a maximum magnitude.
Robert Adams
2013-01-17
1
-0
/
+12
*
Allow registering regions whose names are equivalent under LIKE but not truly...
Oren Hurvitz
2013-01-02
1
-0
/
+11
*
minor: Assign names to the different SmartThreadPools for debugging purposes.
Justin Clark-Casey (justincc)
2013-01-01
1
-0
/
+1
*
refactor: call Util.InitThreadPool() if we are initializing an uninitialized ...
Justin Clark-Casey (justincc)
2013-01-01
1
-1
/
+1
*
Add helper routine Util.InRange()
Robert Adams
2012-12-22
1
-0
/
+7
*
Add stack dump function that takes an alternate printer outter. I've found th...
Robert Adams
2012-12-16
1
-1
/
+7
*
Make "show threads" and "thread abort" console commands available on all servers
Justin Clark-Casey (justincc)
2012-11-23
1
-6
/
+10
*
fixing poorly-formatted xml doc string for Util.IsInsideBox
SignpostMarv
2012-10-29
1
-1
/
+1
*
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
[next]