aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes
diff options
context:
space:
mode:
authorTeravus Ovares2008-02-01 04:22:20 +0000
committerTeravus Ovares2008-02-01 04:22:20 +0000
commitbec71977ab28770f3e635f40231b8b53d3c5a1cc (patch)
tree04d531efb9f0dfc2c7b5a590a5d8c10966ae5233 /OpenSim/Region/Environment/Scenes
parent* Adding limited support for LLParticleSystem. (diff)
downloadopensim-SC_OLD-bec71977ab28770f3e635f40231b8b53d3c5a1cc.zip
opensim-SC_OLD-bec71977ab28770f3e635f40231b8b53d3c5a1cc.tar.gz
opensim-SC_OLD-bec71977ab28770f3e635f40231b8b53d3c5a1cc.tar.bz2
opensim-SC_OLD-bec71977ab28770f3e635f40231b8b53d3c5a1cc.tar.xz
* 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
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r--OpenSim/Region/Environment/Scenes/SimStatsReporter.cs7
1 files changed, 6 insertions, 1 deletions
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
59 OutPacketsPerSecond = 18, 59 OutPacketsPerSecond = 18,
60 PendingDownloads = 19, 60 PendingDownloads = 19,
61 PendingUploads = 20, 61 PendingUploads = 20,
62 UnAckedBytes = 24 62 UnAckedBytes = 24,
63
64 // Havok4 related... May or may not be in upcoming LLclients
65 // (kelly added them sometime late in January 2008)
66 NumRCCSLODReduced = 25,
67 NumRCCSFixed = 26
63 } 68 }
64 69
65 // Sending a stats update every 3 seconds 70 // Sending a stats update every 3 seconds