diff options
Done a little bit of renaming in primitive.cs and on a few events in IClientAPI.
Disabled CAPS asset uploading as it seems it now crashes the server.
Diffstat (limited to 'OpenSim/Framework/General/Interfaces')
-rw-r--r-- | OpenSim/Framework/General/Interfaces/IClientAPI.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/General/Interfaces/IClientAPI.cs b/OpenSim/Framework/General/Interfaces/IClientAPI.cs index 206122d..7042f40 100644 --- a/OpenSim/Framework/General/Interfaces/IClientAPI.cs +++ b/OpenSim/Framework/General/Interfaces/IClientAPI.cs | |||
@@ -104,11 +104,11 @@ namespace OpenSim.Framework.Interfaces | |||
104 | event GenericCall7 OnObjectName; | 104 | event GenericCall7 OnObjectName; |
105 | event UpdatePrimFlags OnUpdatePrimFlags; | 105 | event UpdatePrimFlags OnUpdatePrimFlags; |
106 | event UpdatePrimTexture OnUpdatePrimTexture; | 106 | event UpdatePrimTexture OnUpdatePrimTexture; |
107 | event UpdateVector OnUpdatePrimPosition; | 107 | event UpdateVector OnUpdatePrimGroupPosition; |
108 | event UpdateVector OnUpdatePrimSinglePosition; | 108 | event UpdateVector OnUpdatePrimSinglePosition; |
109 | event UpdatePrimRotation OnUpdatePrimRotation; | 109 | event UpdatePrimRotation OnUpdatePrimGroupRotation; |
110 | event UpdatePrimSingleRotation OnUpdatePrimSingleRotation; | 110 | event UpdatePrimSingleRotation OnUpdatePrimSingleRotation; |
111 | event UpdatePrimGroupRotation OnUpdatePrimGroupRotation; | 111 | event UpdatePrimGroupRotation OnUpdatePrimGroupMouseRotation; |
112 | event UpdateVector OnUpdatePrimScale; | 112 | event UpdateVector OnUpdatePrimScale; |
113 | event StatusChange OnChildAgentStatus; | 113 | event StatusChange OnChildAgentStatus; |
114 | event GenericCall2 OnStopMovement; | 114 | event GenericCall2 OnStopMovement; |