diff options
author | UbitUmarov | 2012-05-12 15:27:37 +0100 |
---|---|---|
committer | UbitUmarov | 2012-05-12 15:27:37 +0100 |
commit | 7461fe4554f8104212071e3e01b07786f8eb546f (patch) | |
tree | a2615f5f2ee712baae0a2d3ec3c8f0e5e851f39d /OpenSim/Region/OptionalModules | |
parent | Merge branch 'avination' into ubitwork (diff) | |
download | opensim-SC_OLD-7461fe4554f8104212071e3e01b07786f8eb546f.zip opensim-SC_OLD-7461fe4554f8104212071e3e01b07786f8eb546f.tar.gz opensim-SC_OLD-7461fe4554f8104212071e3e01b07786f8eb546f.tar.bz2 opensim-SC_OLD-7461fe4554f8104212071e3e01b07786f8eb546f.tar.xz |
ªTEST MESS* reduce animation packets send. Added onchangeanim event with parameters to define if to add or remove, and if to send anims pack on that evocation, etc
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 1 | ||||
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs index a37e997..eac8e84 100644 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -669,6 +669,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
669 | public event ObjectDrop OnObjectDrop; | 669 | public event ObjectDrop OnObjectDrop; |
670 | public event StartAnim OnStartAnim; | 670 | public event StartAnim OnStartAnim; |
671 | public event StopAnim OnStopAnim; | 671 | public event StopAnim OnStopAnim; |
672 | public event ChangeAnim OnChangeAnim; | ||
672 | public event LinkObjects OnLinkObjects; | 673 | public event LinkObjects OnLinkObjects; |
673 | public event DelinkObjects OnDelinkObjects; | 674 | public event DelinkObjects OnDelinkObjects; |
674 | public event RequestMapBlocks OnRequestMapBlocks; | 675 | public event RequestMapBlocks OnRequestMapBlocks; |
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index c3335f0..8996865 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -189,6 +189,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
189 | public event ObjectDrop OnObjectDrop; | 189 | public event ObjectDrop OnObjectDrop; |
190 | public event StartAnim OnStartAnim; | 190 | public event StartAnim OnStartAnim; |
191 | public event StopAnim OnStopAnim; | 191 | public event StopAnim OnStopAnim; |
192 | public event ChangeAnim OnChangeAnim; | ||
192 | public event LinkObjects OnLinkObjects; | 193 | public event LinkObjects OnLinkObjects; |
193 | public event DelinkObjects OnDelinkObjects; | 194 | public event DelinkObjects OnDelinkObjects; |
194 | public event RequestMapBlocks OnRequestMapBlocks; | 195 | public event RequestMapBlocks OnRequestMapBlocks; |