diff options
author | MW | 2007-07-09 15:59:35 +0000 |
---|---|---|
committer | MW | 2007-07-09 15:59:35 +0000 |
commit | 93f3ef7e0d1c7d8b9c578ffdf4e45d9c0d2dde6c (patch) | |
tree | 1b37d82af9a545e32922fff52c33b046bb6accb4 /OpenSim/Framework | |
parent | * Begun work on Primitive Duplication. Not hooked up yet, but theoretically c... (diff) | |
download | opensim-SC-93f3ef7e0d1c7d8b9c578ffdf4e45d9c0d2dde6c.zip opensim-SC-93f3ef7e0d1c7d8b9c578ffdf4e45d9c0d2dde6c.tar.gz opensim-SC-93f3ef7e0d1c7d8b9c578ffdf4e45d9c0d2dde6c.tar.bz2 opensim-SC-93f3ef7e0d1c7d8b9c578ffdf4e45d9c0d2dde6c.tar.xz |
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')
-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; |