diff options
author | teravus | 2012-11-17 03:47:09 -0500 |
---|---|---|
committer | teravus | 2012-11-17 03:47:09 -0500 |
commit | 5e0294815f7e3ec83b7e568e1468948ac0ff7331 (patch) | |
tree | d6a436877fd6df204bbe99f22d896947d58f5aed /OpenSim/Region/OptionalModules/World | |
parent | Revert "Merge master into teravuswork", it should have been avination, not ma... (diff) | |
download | opensim-SC-5e0294815f7e3ec83b7e568e1468948ac0ff7331.zip opensim-SC-5e0294815f7e3ec83b7e568e1468948ac0ff7331.tar.gz opensim-SC-5e0294815f7e3ec83b7e568e1468948ac0ff7331.tar.bz2 opensim-SC-5e0294815f7e3ec83b7e568e1468948ac0ff7331.tar.xz |
* Plumbing and basic setting of the GetMesh Cap Throttler.
* Last step is to flip the throttle distribution.
Diffstat (limited to 'OpenSim/Region/OptionalModules/World')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index 6c8e2fc..ef53c48 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -597,6 +597,12 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
597 | public virtual void SetChildAgentThrottle(byte[] throttle) | 597 | public virtual void SetChildAgentThrottle(byte[] throttle) |
598 | { | 598 | { |
599 | } | 599 | } |
600 | |||
601 | public void SetAgentThrottleSilent(int throttle, int setting) | ||
602 | { | ||
603 | |||
604 | |||
605 | } | ||
600 | public byte[] GetThrottlesPacked(float multiplier) | 606 | public byte[] GetThrottlesPacked(float multiplier) |
601 | { | 607 | { |
602 | return new byte[0]; | 608 | return new byte[0]; |