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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add NaN and Infinity tests for SOP Velocity and Acceleration setters.
dahlia
2015-02-16
1
-0
/
+16
*
Add missing BSD headers to files in OpenSim/Framework/ServiceAuth
Justin Clark-Casey (justincc)
2015-02-13
3
-3
/
+84
*
Fix bug in JobEngine where an attempt to restart after stop would trigger an ...
Justin Clark-Casey (justincc)
2015-02-04
1
-1
/
+2
*
Make failures in PollServiceHttpRequest.DoHTTPGruntWork() actually log the ex...
Justin Clark-Casey (justincc)
2015-01-19
1
-2
/
+2
*
Add the missing deleted and re-added JobEngine class from the previous commit...
Justin Clark-Casey (justincc)
2015-01-12
1
-0
/
+329
*
Make the performance controlling job processing threads introduced in confere...
Justin Clark-Casey (justincc)
2015-01-12
2
-322
/
+74
*
Commented out clear_registry_ because (1) it isn't clearing up anything anymo...
Diva Canto
2015-01-07
1
-1
/
+1
*
Added overloaded LoadArchSpecificWindowsDll, to help addins load native libra...
Diva Canto
2015-01-04
1
-2
/
+7
*
Added utility function that simplifies configuration loading of all addins.
Diva Canto
2015-01-03
1
-0
/
+57
*
Fix cut-and-paste error that made StatsManager web fetch queries
Robert Adams
2015-01-01
1
-1
/
+1
*
Commenting out the suppression of console warnings from Mono addins while we ...
Diva Canto
2014-12-31
1
-2
/
+2
*
Renamed VERSION_NUMBER to VersionNumber
Diva Canto
2014-12-30
1
-2
/
+2
*
This cleans up versioning. Specifically:
Diva Canto
2014-12-30
1
-1
/
+1
*
Make sure we always dispose of disposables inside RestClient.Request()
Justin Clark-Casey (justincc)
2014-12-20
1
-26
/
+30
*
minor: Correct propery doc RestClient._resource spelling mistake
Justin Clark-Casey (justincc)
2014-12-20
1
-1
/
+1
*
Fix a regression where objects crossing regions in the same simulator (on the...
Justin Clark-Casey (justincc)
2014-12-10
1
-0
/
+2
*
Stop writing SizeZ config parameter for now when creating regions from consol...
Justin Clark-Casey (justincc)
2014-11-28
1
-1
/
+1
*
refactor: Move methods to start a monitored thread, start work in its own thr...
Justin Clark-Casey (justincc)
2014-11-25
4
-141
/
+226
*
Change jobengine logging command to "debug jobengine log <int>" rather than l...
Justin Clark-Casey (justincc)
2014-11-25
1
-7
/
+6
*
Move conditionals which control whether a task is placed in the JobEngine ins...
Justin Clark-Casey (justincc)
2014-11-25
1
-2
/
+37
*
Add "show threadpool calls active" console debug command.
Justin Clark-Casey (justincc)
2014-11-25
2
-6
/
+67
*
Label all threadpool calls being made in core OpenSimulator. This is to add ...
Justin Clark-Casey (justincc)
2014-11-25
3
-11
/
+22
*
Add "show threadpool calls" command to show count of all labelled smartthread...
Justin Clark-Casey (justincc)
2014-11-25
2
-1
/
+36
*
If an exception makes it to the top of a JobEngine request, catch and log ins...
Justin Clark-Casey (justincc)
2014-11-25
1
-1
/
+10
*
Fix an issue where specifying both max client and server outgoing UDP throttl...
Justin Clark-Casey (justincc)
2014-11-25
1
-0
/
+4
*
minor: remove warning in BasicHttpAuthentication by commenting out unused rem...
Justin Clark-Casey (justincc)
2014-11-25
1
-2
/
+2
*
refactor: consistently put all test classes in the OpenSim.Tests.Common packa...
Justin Clark-Casey (justincc)
2014-11-25
1
-1
/
+0
*
Add loglevel to jobengine that can be controlled via "debug jobengine logleve...
Justin Clark-Casey (justincc)
2014-11-25
1
-6
/
+26
*
Temporarily add root agent rez attachments work to job engine if it is runnin...
Justin Clark-Casey (justincc)
2014-11-25
1
-4
/
+4
*
Add experimental job engine to see if queueing some existing async work durin...
Justin Clark-Casey (justincc)
2014-11-25
2
-0
/
+310
*
Add "region set" console command.
Justin Clark-Casey (justincc)
2014-10-31
1
-8
/
+4
*
Add hypergrid teleporting support to user profiles picks
BlueWall
2014-10-27
1
-0
/
+1
*
Fix long-lived thread name logging.
Justin Clark-Casey (justincc)
2014-09-26
1
-1
/
+1
*
Add persistent command history in console
Jak Daniels
2014-09-23
1
-2
/
+56
*
Undo "Revert "Small changes to threading to send thread names to unmanaged th...
BlueWall
2014-09-17
3
-9
/
+10
*
Revert "Small changes to threading to send thread names to unmanaged threads....
BlueWall
2014-09-17
3
-10
/
+9
*
Small changes to threading to send thread names to unmanaged threads. Needs M...
BlueWall
2014-09-17
3
-9
/
+10
*
Make proper fix for last commit wrt Mantis 7317 by replacing disallowed c cha...
Justin Clark-Casey (justincc)
2014-09-09
1
-1
/
+1
*
For stat names containing periods, replace with '#' rather than throw exception
Justin Clark-Casey (justincc)
2014-09-09
1
-1
/
+2
*
For monitoring purposes, start non-timeout tasks (which do not currently use ...
Justin Clark-Casey (justincc)
2014-09-05
2
-41
/
+49
*
Ignore whitespace when reading serialized XML objects.
Justin Clark-Casey (justincc)
2014-08-29
4
-36
/
+36
*
If a user moves back in sight of a child region before the agent has been clo...
Justin Clark-Casey (justincc)
2014-08-15
1
-0
/
+5
*
On teleport to a region that already has a child agent established (e.g. a ne...
Justin Clark-Casey (justincc)
2014-08-15
1
-1
/
+1
*
Add 'server' stats information to pCampbot, as used elsewhere in OpenSimulator
Justin Clark-Casey (justincc)
2014-08-13
1
-0
/
+3
*
Add a "debug scene set child-repri <double>" command that allows child reprio...
Justin Clark-Casey (justincc)
2014-07-29
1
-2
/
+42
*
Temporary stop CAPS service points from being added to stats as this can be a...
Justin Clark-Casey (justincc)
2014-07-26
1
-12
/
+17
*
Add stats for service endpoints using existing data.
Justin Clark-Casey (justincc)
2014-07-25
1
-0
/
+14
*
Revert "Write UDP statistics to the log, not just the console (e.g., "show qu...
Justin Clark-Casey (justincc)
2014-07-25
1
-22
/
+31
*
minor: Limit processor related stats to 3 decimal places instead of all the p...
Justin Clark-Casey (justincc)
2014-07-21
1
-4
/
+4
*
Fix CPU processor use reporting on Mono.
Justin Clark-Casey (justincc)
2014-07-21
1
-10
/
+4
[next]