index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Framework
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-08-24
Fix background inventory loading (Viewer 3) so it won't lag out the sim
Melanie
2
-2
/
+4
2012-08-15
Don't enable the thread watchdog until all regions are ready.
Justin Clark-Casey (justincc)
1
-5
/
+26
2012-08-15
Implementing PRIM_LINK_TARGET in a non-recursive fashion
SignpostMarv
1
-1
/
+1
2012-08-14
Allow the use of the region debug console found in recent viewers. This console
Melanie
5
-3
/
+21
2012-08-14
Allow the use of the region debug console found in recent viewers. This console
Melanie
5
-3
/
+21
2012-08-03
Fix old regression that stopped saving parcel owner data in OARs.
Justin Clark-Casey (justincc)
2
-35
/
+72
2012-07-27
making first run more resilient to bad input (loop until good input, rather t...
SignpostMarv
1
-7
/
+19
2012-07-27
minor: Comment out unused MemoryWatchdog.m_churnRatePerMillisecond - this is ...
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-07-27
Remove a couple of compiler warnings pointed out by SignpostMarv
Justin Clark-Casey (justincc)
1
-1
/
+0
2012-07-25
Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...
Justin Clark-Casey (justincc)
6
-2
/
+6
2012-07-25
Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.
Justin Clark-Casey (justincc)
8
-11
/
+9
2012-07-25
Add MemoryWatchdog class missing from git master a1e9964
Justin Clark-Casey (justincc)
1
-0
/
+129
2012-07-25
Correct churn stat from MB/s from KB/s
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-07-25
Add experimental "OpenSim object memory churn" statistics to output of region...
Justin Clark-Casey (justincc)
2
-8
/
+15
2012-07-25
Make SceneManager.OnRegionsReadyStatusChange event available.
Justin Clark-Casey (justincc)
1
-0
/
+8
2012-07-23
Committing Avination's memleak fix-a-thon, installment #2
Melanie
1
-1
/
+10
2012-07-23
Commiting Avination's memleak fix-a-thon, installment #1
Melanie
1
-4
/
+8
2012-07-19
Fix slow loading of task inventory
Melanie
1
-1
/
+1
2012-07-19
Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...
Justin Clark-Casey (justincc)
1
-0
/
+5
2012-07-17
fix PollServiceRequestManager
UbitUmarov
1
-10
/
+47
2012-07-17
Replace PollServiceRequestManager with older version, add extra logging to
Melanie
1
-7
/
+6
2012-07-15
Eliminate a spurious exception report when a https url is accessed with a wrong
Melanie
1
-0
/
+2
2012-07-13
Rather than instantiating a UTF8 encoding everywhere when we want to supress ...
Justin Clark-Casey (justincc)
2
-3
/
+2
2012-07-12
Remove IClientAPI.GetClientEP() in favour of existing identical IClientAPI.Re...
Justin Clark-Casey (justincc)
1
-1
/
+0
2012-07-12
Extend "show circuits" to show circuit code, ip and viewer name.
Justin Clark-Casey (justincc)
1
-0
/
+5
2012-07-11
Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...
Justin Clark-Casey (justincc)
6
-27
/
+19
2012-07-11
stop keeping references to objects on released items
UbitUmarov
1
-1
/
+10
2012-07-11
clear released minheap items so they don't keep holding references to
UbitUmarov
1
-0
/
+1
2012-07-11
Make sure handles stay intact when removing from the MinHeap
Melanie
1
-5
/
+8
2012-07-10
add some more memory information to StatsCollector
UbitUmarov
1
-4
/
+20
2012-07-06
Convert the slow request queue into a regular queue and add some cleanup
Melanie
1
-4
/
+18
2012-07-05
Log warning if time between invocations of the watchdog thread is twice the t...
Justin Clark-Casey (justincc)
1
-2
/
+22
2012-07-05
Fix the boo-boo
Melanie
1
-3
/
+3
2012-07-05
Add an EventType enum and Type field to the poll service event args. This allows
Melanie
2
-11
/
+34
2012-07-04
use the pollEvent timeout paramenter on pooling
UbitUmarov
1
-4
/
+7
2012-07-04
added a timeout paramenter to PollServiceEventArgs, so each type can define ...
UbitUmarov
2
-2
/
+5
2012-07-04
*test2* http poll: increased again the pool rate do 10/s but increased timeou...
UbitUmarov
1
-2
/
+2
2012-07-04
*test* slow http retries pool rate to original 1s
UbitUmarov
1
-1
/
+1
2012-07-04
refactor: rename Watchdog.WATCHDOG_TIMEOUT_MS to DEFAULT_WATCHDOG_TIMEOUT_MS ...
Justin Clark-Casey (justincc)
1
-3
/
+3
2012-07-01
Add preservation of running state of scripts when drag-copying.
Melanie
1
-0
/
+12
2012-07-01
*TO CHECK/REVIEW/REVERT/TEST whatever* pollService new requests get enqueued ...
UbitUmarov
2
-0
/
+206
2012-06-30
Remove some mono compiler warnings
Justin Clark-Casey (justincc)
2
-2
/
+2
2012-06-29
Add IScene.Name for code clarity to replace the RegionInfo.RegionName used in...
Justin Clark-Casey (justincc)
1
-0
/
+5
2012-06-28
Revert "Mantis 5977 Corrections to llRegionSayTo"
Melanie
1
-20
/
+0
2012-06-28
Fix llRegionSayTo the right way
Melanie
1
-0
/
+7
2012-06-26
Add an event to the poll service manager thread to allow starting it
Melanie
2
-4
/
+14
2012-06-26
Add much easier ConsoleDisplayTable AddColumn() and AddRow() methods.
Justin Clark-Casey (justincc)
1
-0
/
+15
2012-06-22
Avoid a race condition where an incoming request to a script external URL can...
Justin Clark-Casey (justincc)
2
-5
/
+11
2012-06-22
If starting scripts on initial sim start, provide INFO level log feedback eac...
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-06-20
Remove STARTUP COMPLETE message from the startuplogo.txt file and into main l...
Justin Clark-Casey (justincc)
1
-1
/
+3
[next]