mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* 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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user