diff options
author | UbitUmarov | 2014-11-06 22:25:16 +0000 |
---|---|---|
committer | UbitUmarov | 2014-11-06 22:25:16 +0000 |
commit | caddabb5c4f62767305a589e9d818ae3457a8030 (patch) | |
tree | 89d3c6715ec83d1ce8358674b48227c9d77ee2e3 /OpenSim/Framework/IClientAPI.cs | |
parent | allow drawdistance to change between 32 and MaxDrawDistance, configurable (diff) | |
download | opensim-SC-caddabb5c4f62767305a589e9d818ae3457a8030.zip opensim-SC-caddabb5c4f62767305a589e9d818ae3457a8030.tar.gz opensim-SC-caddabb5c4f62767305a589e9d818ae3457a8030.tar.bz2 opensim-SC-caddabb5c4f62767305a589e9d818ae3457a8030.tar.xz |
scale ChildAgentThrottles with distance (internal to child server and not
root as was done before )
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index c386c95..4bb865a 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1184,6 +1184,7 @@ namespace OpenSim.Framework | |||
1184 | void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations); | 1184 | void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations); |
1185 | 1185 | ||
1186 | void SetChildAgentThrottle(byte[] throttle); | 1186 | void SetChildAgentThrottle(byte[] throttle); |
1187 | void SetChildAgentThrottle(byte[] throttle,float factor); | ||
1187 | 1188 | ||
1188 | void SetAgentThrottleSilent(int throttle, int setting); | 1189 | void SetAgentThrottleSilent(int throttle, int setting); |
1189 | int GetAgentThrottleSilent(int throttle); | 1190 | int GetAgentThrottleSilent(int throttle); |