* Adding the very bare minimum for the client to register user as having the group OpenSimulator Tester. This allows us to start examining and implementing the vary many unhandled group packets.

This commit is contained in:
Teravus Ovares
2008-05-14 06:58:32 +00:00
parent b7a0855c3a
commit 5b4d7922ea
6 changed files with 99 additions and 38 deletions

View File

@@ -973,6 +973,9 @@ namespace OpenSim.Framework
LLVector3 CameraAtOffset, LLVector3 CameraEyeOffset, bool ForceMouseLook);
void SendAdminResponse(LLUUID Token, uint AdminLevel);
void SendGroupMembership(GroupData[] GroupMembership);
byte[] GetThrottlesPacked(float multiplier);