diff options
Diffstat (limited to 'OpenSim/OpenSim.RegionServer/ClientView.ProcessPackets.cs')
-rw-r--r-- | OpenSim/OpenSim.RegionServer/ClientView.ProcessPackets.cs | 35 |
1 files changed, 1 insertions, 34 deletions
diff --git a/OpenSim/OpenSim.RegionServer/ClientView.ProcessPackets.cs b/OpenSim/OpenSim.RegionServer/ClientView.ProcessPackets.cs index 977162f..6a33432 100644 --- a/OpenSim/OpenSim.RegionServer/ClientView.ProcessPackets.cs +++ b/OpenSim/OpenSim.RegionServer/ClientView.ProcessPackets.cs | |||
@@ -20,40 +20,7 @@ namespace OpenSim | |||
20 | { | 20 | { |
21 | public partial class ClientView | 21 | public partial class ClientView |
22 | { | 22 | { |
23 | public delegate void GenericCall(ClientView remoteClient); | 23 | |
24 | public delegate void GenericCall2(); | ||
25 | public delegate void GenericCall3(Packet packet); // really don't want to be passing packets in these events, so this is very temporary. | ||
26 | public delegate void GenericCall4(Packet packet, ClientView remoteClient); | ||
27 | public delegate void UpdateShape(uint localID, ObjectShapePacket.ObjectDataBlock shapeBlock); | ||
28 | public delegate void ObjectSelect(uint localID, ClientView remoteClient); | ||
29 | public delegate void UpdatePrimFlags(uint localID, Packet packet, ClientView remoteClient); | ||
30 | public delegate void UpdatePrimTexture(uint localID, byte[] texture, ClientView remoteClient); | ||
31 | public delegate void UpdatePrimVector(uint localID, LLVector3 pos, ClientView remoteClient); | ||
32 | public delegate void UpdatePrimRotation(uint localID, LLQuaternion rot, ClientView remoteClient); | ||
33 | public delegate void StatusChange(bool status); | ||
34 | |||
35 | public event ChatFromViewer OnChatFromViewer; | ||
36 | public event RezObject OnRezObject; | ||
37 | public event GenericCall4 OnDeRezObject; | ||
38 | public event ModifyTerrain OnModifyTerrain; | ||
39 | public event GenericCall OnRegionHandShakeReply; | ||
40 | public event GenericCall OnRequestWearables; | ||
41 | public event SetAppearance OnSetAppearance; | ||
42 | public event GenericCall2 OnCompleteMovementToRegion; | ||
43 | public event GenericCall3 OnAgentUpdate; | ||
44 | public event StartAnim OnStartAnim; | ||
45 | public event GenericCall OnRequestAvatarsData; | ||
46 | public event LinkObjects OnLinkObjects; | ||
47 | public event GenericCall4 OnAddPrim; | ||
48 | public event UpdateShape OnUpdatePrimShape; | ||
49 | public event ObjectSelect OnObjectSelect; | ||
50 | public event UpdatePrimFlags OnUpdatePrimFlags; | ||
51 | public event UpdatePrimTexture OnUpdatePrimTexture; | ||
52 | public event UpdatePrimVector OnUpdatePrimPosition; | ||
53 | public event UpdatePrimRotation OnUpdatePrimRotation; | ||
54 | public event UpdatePrimVector OnUpdatePrimScale; | ||
55 | public event StatusChange OnChildAgentStatus; | ||
56 | public event GenericCall2 OnStopMovement; | ||
57 | 24 | ||
58 | protected override void ProcessInPacket(Packet Pack) | 25 | protected override void ProcessInPacket(Packet Pack) |
59 | { | 26 | { |