From 92257b55a405f3625cbbcf07357b3ca929a04882 Mon Sep 17 00:00:00 2001 From: "Matthew Breindel (Falcon)" Date: Fri, 26 Mar 2010 18:23:05 -0700 Subject: DEV-47845 Fix to work with TCP/LLSD message. This checkin is experimental, so if it breaks a build, just revert to the previous changeset. --- scripts/messages/message_template.msg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/messages/message_template.msg') diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index d4f791c202..7813bfba83 100644 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -2061,6 +2061,10 @@ version 2.0 { IsPhantom BOOL } { CastsShadows BOOL } } + { + ExtraPhysics Variable + { PhysicsRep U8 } + } } -- cgit v1.2.3 From b2381a039de7e0edbd643d198b85ba8e00524b6b Mon Sep 17 00:00:00 2001 From: "Matthew Breindel (Falcon)" Date: Wed, 31 Mar 2010 17:35:26 -0700 Subject: DEV-47845 Cleaned up names. --- scripts/messages/message_template.msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/messages/message_template.msg') diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index 7813bfba83..6043542877 100644 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -2063,7 +2063,7 @@ version 2.0 } { ExtraPhysics Variable - { PhysicsRep U8 } + { PhysicsShapeType U8 } } } -- cgit v1.2.3 From 2530b057bb18550ed2825c14988a807ab90d460f Mon Sep 17 00:00:00 2001 From: "Karl Stiefvater (qarl)" Date: Thu, 1 Jul 2010 17:18:55 -0500 Subject: added new physics parameters to prims --- scripts/messages/message_template.msg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/messages/message_template.msg') diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index 6043542877..8cfd3c5ce6 100644 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -2064,6 +2064,11 @@ version 2.0 { ExtraPhysics Variable { PhysicsShapeType U8 } + { PhysicsGravity F32 } + { PhysicsMaterialOverride BOOL } + { PhysicsFriction F32 } + { PhysicsDensity F32 } + { PhysicsRestitution F32 } } } -- cgit v1.2.3 From 3733337011c781b6dabe978181d8ae4c5c96188b Mon Sep 17 00:00:00 2001 From: "Matthew Breindel (Falcon)" Date: Fri, 9 Jul 2010 17:47:58 -0700 Subject: Gravity, Friction, Restitution, Density now work with simulator. --- scripts/messages/message_template.msg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'scripts/messages/message_template.msg') diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index 8cfd3c5ce6..1dd9b5c2b2 100644 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -2064,11 +2064,11 @@ version 2.0 { ExtraPhysics Variable { PhysicsShapeType U8 } - { PhysicsGravity F32 } - { PhysicsMaterialOverride BOOL } - { PhysicsFriction F32 } - { PhysicsDensity F32 } - { PhysicsRestitution F32 } + { Density F32 } + { Friction F32 } + { Restitution F32 } + { GravityMultiplier F32 } + } } -- cgit v1.2.3 From f0d3cfc7bbd067a004c8206dd90c1fb8af1e703a Mon Sep 17 00:00:00 2001 From: "Matthew Breindel (Falcon)" Date: Fri, 9 Jul 2010 17:48:27 -0700 Subject: Unix EOL --- scripts/messages/message_template.msg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts/messages/message_template.msg') diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index 1dd9b5c2b2..3fe05be20a 100644 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -2064,10 +2064,10 @@ version 2.0 { ExtraPhysics Variable { PhysicsShapeType U8 } - { Density F32 } - { Friction F32 } - { Restitution F32 } - { GravityMultiplier F32 } + { Density F32 } + { Friction F32 } + { Restitution F32 } + { GravityMultiplier F32 } } } -- cgit v1.2.3