Merge pull request #3760 from secondlife/leviathan/update-message-template-redux
message_template.msg to agree with master-message-templatemaster
commit
f462037b8e
|
|
@ -6,7 +6,7 @@ version 2.0
|
|||
// numbers. Each message must be numbered relative to the
|
||||
// other messages of that type. The current highest number
|
||||
// for each type is listed below:
|
||||
// Low: 430
|
||||
// Low: 431
|
||||
// Medium: 18
|
||||
// High: 30
|
||||
// PLEASE UPDATE THIS WHEN YOU ADD A NEW MESSAGE!
|
||||
|
|
@ -460,7 +460,7 @@ version 2.0
|
|||
// that a given simulator is present and valid for a set amount of
|
||||
// time
|
||||
{
|
||||
SetSimPresenceInDatabase Low 23 Trusted Unencoded
|
||||
SetSimPresenceInDatabase Low 23 Trusted Unencoded UDPDeprecated
|
||||
{
|
||||
SimData Single
|
||||
{ RegionID LLUUID }
|
||||
|
|
@ -1553,7 +1553,7 @@ version 2.0
|
|||
AgentData Single
|
||||
{ AgentID LLUUID }
|
||||
{ SessionID LLUUID }
|
||||
{ SerialNum U32 } // U32, used by both pause and resume. Non-increasing numbers are ignored.
|
||||
{ SerialNum U32 } // used by both pause and resume. Non-increasing numbers are ignored.
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1564,7 +1564,7 @@ version 2.0
|
|||
AgentData Single
|
||||
{ AgentID LLUUID }
|
||||
{ SessionID LLUUID }
|
||||
{ SerialNum U32 } // U32, used by both pause and resume. Non-increasing numbers are ignored.
|
||||
{ SerialNum U32 } // used by both pause and resume. Non-increasing numbers are ignored.
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1677,7 +1677,7 @@ version 2.0
|
|||
AgentData Single
|
||||
{ AgentID LLUUID }
|
||||
{ SessionID LLUUID }
|
||||
{ SerialNum U32 } // U32, Increases every time the appearance changes. A value of 0 resets.
|
||||
{ SerialNum U32 } // Increases every time the appearance changes. A value of 0 resets.
|
||||
{ Size LLVector3 }
|
||||
}
|
||||
{
|
||||
|
|
@ -1875,7 +1875,7 @@ version 2.0
|
|||
AgentData Single
|
||||
{ AgentID LLUUID }
|
||||
{ SessionID LLUUID }
|
||||
{ Force BOOL } // BOOL, god trying to force delete
|
||||
{ Force BOOL } // god trying to force delete
|
||||
}
|
||||
{
|
||||
ObjectData Variable
|
||||
|
|
@ -2068,7 +2068,6 @@ version 2.0
|
|||
{ Friction F32 }
|
||||
{ Restitution F32 }
|
||||
{ GravityMultiplier F32 }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -2107,6 +2106,24 @@ version 2.0
|
|||
}
|
||||
}
|
||||
|
||||
// ObjectBypassModUpdate
|
||||
// Viewer -> Simulator
|
||||
// Allows the owner of an object to bypass mod protections for
|
||||
// Predefined fields.
|
||||
{
|
||||
ObjectBypassModUpdate Low 431 NotTrusted Zerocoded
|
||||
{
|
||||
AgentData Single
|
||||
{ AgentID LLUUID }
|
||||
{ SessionID LLUUID }
|
||||
}
|
||||
{
|
||||
ObjectData Variable
|
||||
{ ObjectLocalID U32 }
|
||||
{ PropertyID U8 }
|
||||
{ Value Variable 2 }
|
||||
}
|
||||
}
|
||||
|
||||
{
|
||||
ObjectMaterial Low 97 NotTrusted Zerocoded
|
||||
|
|
@ -2122,7 +2139,6 @@ version 2.0
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
ObjectShape Low 98 NotTrusted Zerocoded
|
||||
{
|
||||
|
|
@ -2185,7 +2201,7 @@ version 2.0
|
|||
}
|
||||
{
|
||||
HeaderData Single
|
||||
{ Override BOOL } // BOOL, God-bit.
|
||||
{ Override BOOL } // God-bit.
|
||||
{ OwnerID LLUUID }
|
||||
{ GroupID LLUUID }
|
||||
}
|
||||
|
|
@ -2256,7 +2272,7 @@ version 2.0
|
|||
{
|
||||
Data Single
|
||||
{ ObjectID LLUUID }
|
||||
{ Delete BOOL } // BOOL
|
||||
{ Delete BOOL }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -2274,7 +2290,7 @@ version 2.0
|
|||
}
|
||||
{
|
||||
HeaderData Single
|
||||
{ Override BOOL } // BOOL, God-bit.
|
||||
{ Override BOOL } // God-bit.
|
||||
}
|
||||
{
|
||||
ObjectData Variable
|
||||
|
|
@ -2743,7 +2759,7 @@ version 2.0
|
|||
{ RunTime F32 } // F32
|
||||
{ SimFPS F32 } // F32
|
||||
{ FPS F32 } // F32
|
||||
{ AgentsInView U8 } //
|
||||
{ AgentsInView U8 }
|
||||
{ Ping F32 } // F32
|
||||
{ MetersTraveled F64 }
|
||||
{ RegionsVisited S32 }
|
||||
|
|
@ -2836,6 +2852,8 @@ version 2.0
|
|||
|
||||
// AlertMessage
|
||||
// Specifies the text to be posted in an alert dialog
|
||||
// Also sent from dataserver to simulator with AgentInfo block
|
||||
// Simulator doesn't include AgentInfo block to viewer
|
||||
{
|
||||
AlertMessage Low 134 Trusted Unencoded
|
||||
{
|
||||
|
|
@ -2847,6 +2865,10 @@ version 2.0
|
|||
{ Message Variable 1 }
|
||||
{ ExtraParams Variable 1 }
|
||||
}
|
||||
{
|
||||
AgentInfo Variable
|
||||
{ AgentID LLUUID }
|
||||
}
|
||||
}
|
||||
|
||||
// Send an AlertMessage to the named agent.
|
||||
|
|
@ -3009,6 +3031,16 @@ version 2.0
|
|||
{ ChatShoutOffset F32 }
|
||||
{ ChatFlags U32 }
|
||||
}
|
||||
{
|
||||
CombatSettings Variable
|
||||
{ CombatFlags U32 }
|
||||
{ OnDeath U8 }
|
||||
{ DamageThrottle F32 }
|
||||
{ RegenerationRate F32 }
|
||||
{ InvulnerabilyTime F32 }
|
||||
{ DamageLimit F32 }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// GodUpdateRegionInfo
|
||||
|
|
@ -3265,7 +3297,7 @@ version 2.0
|
|||
{ ObjectData Variable 1 }
|
||||
|
||||
{ ParentID U32 }
|
||||
{ UpdateFlags U32 } // U32, see object_flags.h
|
||||
{ UpdateFlags U32 } // see object_flags.h
|
||||
|
||||
{ PathCurve U8 }
|
||||
{ ProfileCurve U8 }
|
||||
|
|
@ -3512,8 +3544,8 @@ version 2.0
|
|||
{ ID U64 }
|
||||
{ Filename Variable 1 }
|
||||
{ FilePath U8 } // ELLPath
|
||||
{ DeleteOnCompletion BOOL } // BOOL
|
||||
{ UseBigPackets BOOL } // BOOL
|
||||
{ DeleteOnCompletion BOOL }
|
||||
{ UseBigPackets BOOL }
|
||||
{ VFileID LLUUID }
|
||||
{ VFileType S16 }
|
||||
}
|
||||
|
|
@ -3581,6 +3613,7 @@ version 2.0
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
// AvatarAppearance - Update visual params
|
||||
{
|
||||
AvatarAppearance Low 158 Trusted Zerocoded
|
||||
|
|
@ -3748,7 +3781,6 @@ version 2.0
|
|||
}
|
||||
{
|
||||
ButtonData Variable
|
||||
|
||||
{ PayButton S32 }
|
||||
}
|
||||
}
|
||||
|
|
@ -4368,6 +4400,9 @@ version 2.0
|
|||
}
|
||||
|
||||
// ScriptTeleportRequest
|
||||
// Interestingly, this message does not actually "Request a Teleport"
|
||||
// on the viewer. Instead it opens the world map and places a beacon
|
||||
// at the indicated location.
|
||||
// reliable
|
||||
{
|
||||
ScriptTeleportRequest Low 195 Trusted Unencoded
|
||||
|
|
@ -4458,7 +4493,7 @@ version 2.0
|
|||
// WARNING: This packet is potentially large. With max length name,
|
||||
// description, music URL and media URL, it is 1526 + sizeof ( LLUUID ) bytes.
|
||||
{
|
||||
ParcelProperties High 23 Trusted Zerocoded
|
||||
ParcelProperties High 23 Trusted Zerocoded UDPDeprecated
|
||||
{
|
||||
ParcelData Single
|
||||
{ RequestResult S32 }
|
||||
|
|
@ -4512,6 +4547,7 @@ version 2.0
|
|||
{ RegionDenyAnonymous BOOL }
|
||||
{ RegionDenyIdentified BOOL }
|
||||
{ RegionDenyTransacted BOOL }
|
||||
// in llsd message, SeeAVs, GroupAVSounds and AnyAVSounds BOOLs are also sent
|
||||
}
|
||||
{
|
||||
AgeVerificationBlock Single
|
||||
|
|
@ -5289,6 +5325,10 @@ version 2.0
|
|||
{ CanAcceptAgents BOOL }
|
||||
{ CanAcceptTasks BOOL }
|
||||
}
|
||||
{
|
||||
SimFlags Single
|
||||
{ Flags U64 }
|
||||
}
|
||||
}
|
||||
|
||||
// Child Agent Update - agents send child agents to neighboring simulators.
|
||||
|
|
@ -5318,7 +5358,7 @@ version 2.0
|
|||
{ AtAxis LLVector3 }
|
||||
{ LeftAxis LLVector3 }
|
||||
{ UpAxis LLVector3 }
|
||||
{ ChangedGrid BOOL } // BOOL
|
||||
{ ChangedGrid BOOL }
|
||||
|
||||
{ Far F32 }
|
||||
{ Aspect F32 }
|
||||
|
|
@ -5367,6 +5407,10 @@ version 2.0
|
|||
AgentInfo Variable
|
||||
{ Flags U32 }
|
||||
}
|
||||
{
|
||||
AgentInventoryHost Variable
|
||||
{ InventoryHost Variable 1 } //String
|
||||
}
|
||||
}
|
||||
|
||||
// ChildAgentAlive
|
||||
|
|
@ -5668,10 +5712,19 @@ version 2.0
|
|||
{ Message Variable 2 }
|
||||
{ BinaryBucket Variable 2 }
|
||||
}
|
||||
{
|
||||
EstateBlock Single
|
||||
{ EstateID U32 }
|
||||
}
|
||||
{
|
||||
MetaData Variable
|
||||
{ Data Variable 2 }
|
||||
}
|
||||
}
|
||||
|
||||
// RetrieveInstantMessages - used to get instant messages that
|
||||
// were persisted out to the database while the user was offline
|
||||
// Sent from viewer->simulator. Also see RetrieveIMsExtended (back-end only)
|
||||
{
|
||||
RetrieveInstantMessages Low 255 NotTrusted Unencoded
|
||||
{
|
||||
|
|
@ -6604,6 +6657,11 @@ version 2.0
|
|||
{ InventoryID LLUUID }
|
||||
{ Type S8 }
|
||||
}
|
||||
{
|
||||
ValidationBlock Single
|
||||
{ NeedsValidation BOOL }
|
||||
{ EstateID U32 }
|
||||
}
|
||||
}
|
||||
|
||||
// dataserver -> sim
|
||||
|
|
@ -6920,7 +6978,7 @@ version 2.0
|
|||
MoneyData Single
|
||||
{ AgentID LLUUID }
|
||||
{ TransactionID LLUUID }
|
||||
{ TransactionSuccess BOOL } // BOOL
|
||||
{ TransactionSuccess BOOL }
|
||||
{ MoneyBalance S32 }
|
||||
{ SquareMetersCredit S32 }
|
||||
{ SquareMetersCommitted S32 }
|
||||
|
|
@ -6949,7 +7007,7 @@ version 2.0
|
|||
// dataserver -> simulator -> spaceserver -> simulator -> viewer
|
||||
// reliable
|
||||
{
|
||||
RoutedMoneyBalanceReply Low 315 Trusted Zerocoded
|
||||
RoutedMoneyBalanceReply Low 315 Trusted Zerocoded UDPDeprecated
|
||||
{
|
||||
TargetBlock Single
|
||||
{ TargetIP IPADDR } // U32 encoded IP
|
||||
|
|
@ -6959,7 +7017,7 @@ version 2.0
|
|||
MoneyData Single
|
||||
{ AgentID LLUUID }
|
||||
{ TransactionID LLUUID }
|
||||
{ TransactionSuccess BOOL } // BOOL
|
||||
{ TransactionSuccess BOOL }
|
||||
{ MoneyBalance S32 }
|
||||
{ SquareMetersCredit S32 }
|
||||
{ SquareMetersCommitted S32 }
|
||||
|
|
@ -7348,7 +7406,6 @@ version 2.0
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
// *************************************************************************
|
||||
// Object animation messages
|
||||
// *************************************************************************
|
||||
|
|
@ -7419,8 +7476,8 @@ version 2.0
|
|||
{
|
||||
DataBlock Single
|
||||
{ ObjectID LLUUID }
|
||||
{ More U32 } //U32
|
||||
{ Time U32 } //U32
|
||||
{ More U32 }
|
||||
{ Time U32 }
|
||||
{ FromAddress Variable 1 }
|
||||
{ Subject Variable 1 }
|
||||
{ Data Variable 2 }
|
||||
|
|
@ -7468,7 +7525,6 @@ version 2.0
|
|||
|
||||
// CreateGroupRequest
|
||||
// viewer -> simulator
|
||||
// simulator -> dataserver
|
||||
// reliable
|
||||
{
|
||||
CreateGroupRequest Low 339 NotTrusted Zerocoded
|
||||
|
|
@ -7483,8 +7539,8 @@ version 2.0
|
|||
{ Charter Variable 2 } // string
|
||||
{ ShowInList BOOL }
|
||||
{ InsigniaID LLUUID }
|
||||
{ MembershipFee S32 } // S32
|
||||
{ OpenEnrollment BOOL } // BOOL (U8)
|
||||
{ MembershipFee S32 }
|
||||
{ OpenEnrollment BOOL }
|
||||
{ AllowPublish BOOL } // whether profile is externally visible or not
|
||||
{ MaturePublish BOOL } // profile is "mature"
|
||||
}
|
||||
|
|
@ -7687,6 +7743,10 @@ version 2.0
|
|||
{ RoleID LLUUID }
|
||||
{ MembershipFee S32 }
|
||||
}
|
||||
{
|
||||
GroupData Single
|
||||
{ GroupLimit S32 } // Extra block for the agent's group limit
|
||||
}
|
||||
}
|
||||
|
||||
// GroupProfileRequest
|
||||
|
|
@ -7721,11 +7781,11 @@ version 2.0
|
|||
{ Charter Variable 2 } // string
|
||||
{ ShowInList BOOL }
|
||||
{ MemberTitle Variable 1 } // string
|
||||
{ PowersMask U64 } // U32 mask
|
||||
{ PowersMask U64 }
|
||||
{ InsigniaID LLUUID }
|
||||
{ FounderID LLUUID }
|
||||
{ MembershipFee S32 }
|
||||
{ OpenEnrollment BOOL } // BOOL (U8)
|
||||
{ OpenEnrollment BOOL }
|
||||
{ Money S32 }
|
||||
{ GroupMembershipCount S32 }
|
||||
{ GroupRolesCount S32 }
|
||||
|
|
@ -7993,8 +8053,8 @@ version 2.0
|
|||
ProposalData Single
|
||||
{ GroupID LLUUID }
|
||||
{ Quorum S32 }
|
||||
{ Majority F32 } // F32
|
||||
{ Duration S32 } // S32, seconds
|
||||
{ Majority F32 }
|
||||
{ Duration S32 } // seconds
|
||||
{ ProposalText Variable 1 } // string
|
||||
}
|
||||
}
|
||||
|
|
@ -8313,13 +8373,13 @@ version 2.0
|
|||
AgentData Single
|
||||
{ AgentID LLUUID }
|
||||
{ SessionID LLUUID }
|
||||
{ SerialNum U32 } // U32, Increases every time the wearables change for a given agent. Used to avoid processing out of order packets.
|
||||
{ SerialNum U32 } // Increases every time the wearables change for a given agent. Used to avoid processing out of order packets.
|
||||
}
|
||||
{
|
||||
WearableData Variable
|
||||
{ ItemID LLUUID }
|
||||
{ AssetID LLUUID }
|
||||
{ WearableType U8 } // U8, LLWearable::EWearType
|
||||
{ WearableType U8 } // LLWearable::EWearType
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -9137,3 +9197,91 @@ version 2.0
|
|||
}
|
||||
}
|
||||
|
||||
// RetrieveIMsExtended - extended version of RetrieveInstantMessages,
|
||||
// used to get instant messages that were persisted out to the database while the user was offline
|
||||
// sent between the simulator and dataserver
|
||||
{
|
||||
RetrieveIMsExtended Low 427 Trusted Unencoded
|
||||
{
|
||||
AgentData Single
|
||||
{ AgentID LLUUID }
|
||||
{ SessionID LLUUID }
|
||||
{ IsPremium BOOL }
|
||||
}
|
||||
}
|
||||
|
||||
// JoinGroupRequestExtended
|
||||
// Extends JoinGroupRequest from viewer and passed to dataserver
|
||||
// simulator -> dataserver
|
||||
// reliable
|
||||
{
|
||||
JoinGroupRequestExtended Low 428 Trusted Unencoded
|
||||
{
|
||||
AgentData Single
|
||||
{ AgentID LLUUID }
|
||||
{ SessionID LLUUID }
|
||||
{ GroupLimit S32 }
|
||||
}
|
||||
{
|
||||
GroupData Single
|
||||
{ GroupID LLUUID }
|
||||
}
|
||||
}
|
||||
|
||||
// CreateGroupRequestExtended
|
||||
// simulator -> dataserver, extends data from CreateGroupRequest
|
||||
// reliable
|
||||
{
|
||||
CreateGroupRequestExtended Low 429 Trusted Unencoded
|
||||
{
|
||||
AgentData Single
|
||||
{ AgentID LLUUID }
|
||||
{ SessionID LLUUID }
|
||||
{ GroupLimit S32 }
|
||||
}
|
||||
{
|
||||
GroupData Single
|
||||
{ Name Variable 1 } // string
|
||||
{ Charter Variable 2 } // string
|
||||
{ ShowInList BOOL }
|
||||
{ InsigniaID LLUUID }
|
||||
{ MembershipFee S32 }
|
||||
{ OpenEnrollment BOOL }
|
||||
{ AllowPublish BOOL } // whether profile is externally visible or not
|
||||
{ MaturePublish BOOL } // profile is "mature"
|
||||
}
|
||||
}
|
||||
|
||||
// viewer -> simulator
|
||||
// GameControlInput - input from game controller
|
||||
// The main payload of this message is split into two Variable chunks:
|
||||
//
|
||||
// AxisData = list of {Index:Value} pairs. Value is an S16 that maps to range [-1, 1]
|
||||
// ButtonData = list of indices of pressed buttons
|
||||
//
|
||||
// Any Axis ommitted from the message is assumed by the receiving Simulator to be unchanged
|
||||
// from its previously received value.
|
||||
//
|
||||
// Any Button omitted from the message is assumed by the receiving Simulator to be unpressed.
|
||||
//
|
||||
// GameControlInput messages are sent unreliably, but when input changes stop the last
|
||||
// message will be resent at a ever increasing period to make sure the server receives it.
|
||||
//
|
||||
{
|
||||
GameControlInput High 32 NotTrusted Zerocoded
|
||||
{
|
||||
AgentData Single
|
||||
{ AgentID LLUUID }
|
||||
{ SessionID LLUUID }
|
||||
}
|
||||
{
|
||||
AxisData Variable
|
||||
{ Index U8 }
|
||||
{ Value S16 }
|
||||
}
|
||||
{
|
||||
ButtonData Variable
|
||||
{ Data Variable 1 }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
b98fc0af5fa88601f5afa4f3c83f08188316e9a8
|
||||
aaecaf01b6954c156662f572dc3ecaf26de0ca67
|
||||
Loading…
Reference in New Issue