From bec71977ab28770f3e635f40231b8b53d3c5a1cc Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Fri, 1 Feb 2008 04:22:20 +0000 Subject: * Added more supported feature to particlesystems. While this appears to have a libsl update... it's really a fix to the libsl version we're already using because of a bug in the particlesystem implementation * Added two new simstat counters in the simstat enum for the RCCS. (I'll find something cool to put in them) * fixed a time waster in ODEPlugin.cs --- OpenSim/Region/Environment/Scenes/SimStatsReporter.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Scenes') diff --git a/OpenSim/Region/Environment/Scenes/SimStatsReporter.cs b/OpenSim/Region/Environment/Scenes/SimStatsReporter.cs index 150c519..3bd7e4a 100644 --- a/OpenSim/Region/Environment/Scenes/SimStatsReporter.cs +++ b/OpenSim/Region/Environment/Scenes/SimStatsReporter.cs @@ -59,7 +59,12 @@ namespace OpenSim.Region.Environment.Scenes OutPacketsPerSecond = 18, PendingDownloads = 19, PendingUploads = 20, - UnAckedBytes = 24 + UnAckedBytes = 24, + + // Havok4 related... May or may not be in upcoming LLclients + // (kelly added them sometime late in January 2008) + NumRCCSLODReduced = 25, + NumRCCSFixed = 26 } // Sending a stats update every 3 seconds -- cgit v1.1