aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorlbsa712007-07-09 19:56:22 +0000
committerlbsa712007-07-09 19:56:22 +0000
commitd91f33b87b4578eb5e5a9ef22f383ed598cc28e2 (patch)
treefdadd7c575131ff282ce301b419ae58bd62502fc /OpenSim/Framework
parentDone a little bit of renaming in primitive.cs and on a few events in IClientAPI. (diff)
downloadopensim-SC_OLD-d91f33b87b4578eb5e5a9ef22f383ed598cc28e2.zip
opensim-SC_OLD-d91f33b87b4578eb5e5a9ef22f383ed598cc28e2.tar.gz
opensim-SC_OLD-d91f33b87b4578eb5e5a9ef22f383ed598cc28e2.tar.bz2
opensim-SC_OLD-d91f33b87b4578eb5e5a9ef22f383ed598cc28e2.tar.xz
Re-applied dalien patch (#175) and included bin\data with avataranimations.xml
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/General/Interfaces/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/General/Interfaces/IClientAPI.cs b/OpenSim/Framework/General/Interfaces/IClientAPI.cs
index 7042f40..7bc8d14 100644
--- a/OpenSim/Framework/General/Interfaces/IClientAPI.cs
+++ b/OpenSim/Framework/General/Interfaces/IClientAPI.cs
@@ -147,6 +147,7 @@ namespace OpenSim.Framework.Interfaces
147 147
148 void OutPacket(Packet newPack); 148 void OutPacket(Packet newPack);
149 void SendWearables(AvatarWearable[] wearables); 149 void SendWearables(AvatarWearable[] wearables);
150 void SendAnimation(LLUUID animID, int seq, LLUUID sourceAgentId);
150 void SendRegionHandshake(RegionInfo regionInfo); 151 void SendRegionHandshake(RegionInfo regionInfo);
151 void SendChatMessage(string message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID); 152 void SendChatMessage(string message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID);
152 void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID); 153 void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID);