aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-12-19 01:24:36 +0000
committerJustin Clark-Casey (justincc)2013-12-19 01:24:36 +0000
commite298bf41fff5045cb7fc9e87cc4114f9d8d6c9df (patch)
treea0ad41140b8f915286f7702cec0ce97cac6abb57 /OpenSim
parentCreate regression test TestSendAgentGroupDataUpdate() for groups agent data s... (diff)
downloadopensim-SC_OLD-e298bf41fff5045cb7fc9e87cc4114f9d8d6c9df.zip
opensim-SC_OLD-e298bf41fff5045cb7fc9e87cc4114f9d8d6c9df.tar.gz
opensim-SC_OLD-e298bf41fff5045cb7fc9e87cc4114f9d8d6c9df.tar.bz2
opensim-SC_OLD-e298bf41fff5045cb7fc9e87cc4114f9d8d6c9df.tar.xz
Add missing viewer param elements for butt and breast physics.
Patch from http://opensimulator.org/mantis/view.php?id=6864 except with tabs replaced by spaces Thanks cinderblocks!
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Framework/AvatarAppearance.cs76
1 files changed, 75 insertions, 1 deletions
diff --git a/OpenSim/Framework/AvatarAppearance.cs b/OpenSim/Framework/AvatarAppearance.cs
index 157feb5..024eeeb 100644
--- a/OpenSim/Framework/AvatarAppearance.cs
+++ b/OpenSim/Framework/AvatarAppearance.cs
@@ -1505,7 +1505,81 @@ namespace OpenSim.Framework
1505 SHAPE_EYELID_INNER_CORNER_UP = 214, 1505 SHAPE_EYELID_INNER_CORNER_UP = 214,
1506 SKIRT_SKIRT_RED = 215, 1506 SKIRT_SKIRT_RED = 215,
1507 SKIRT_SKIRT_GREEN = 216, 1507 SKIRT_SKIRT_GREEN = 216,
1508 SKIRT_SKIRT_BLUE = 217 1508 SKIRT_SKIRT_BLUE = 217,
1509 /// Breast_Physics_UpDown_Controller - -1-+1
1510 PHYSICS_BREAST_UPDOWN_CONTROLLER = 218,
1511 /// Breast_Physics_InOut_Controller -1-+1
1512 PHYSICS_BREAST_PHYSICS_INOUT_CONTROLLER = 219,
1513 /// Belly_Physics_UpDown_Controller - -1-+1
1514 PHYSICS_BELLY_PHYSICS_UPDOWN_CONTROLLER = 220,
1515 /// Butt_Physics_UpDown_Controller - -1-+1
1516 PHYSICS_BUTT_PHYSICS_UPDOWN_CONTROLLER = 221,
1517 /// Breast_Physics_LeftRight_Controller -1-+1
1518 PHYSICS_BREAST_PHYSICS_LEFTRIGHT_CONTROLLER = 222,
1519 /// Breast_Physics_Mass - +0.1-+1
1520 PHYSICS_BREAST_PHYSICS_MASS = 223,
1521 /// Breast_Physics_Gravity - 0-+30
1522 PHYSICS_BREAST_PHYSICS_GRAVITY = 224,
1523 /// Breast_Physics_Drag - 0-+10
1524 PHYSICS_BREAST_PHYSICS_DRAG = 225,
1525 /// Breast_Physics_UpDown_Max_Effect - 0-+3
1526 PHYSICS_BREAST_UPDOWN_MAX_EFFECT = 226,
1527 /// Breast_Physics_UpDown_Spring - 0-+100
1528 PHYSICS_BREAST_UPDOWN_SPRING = 227,
1529 /// Breast_Physics_UpDown_Gain - +1-+100
1530 PHYSICS_BREAST_UPDOWN_GAIN = 228,
1531 /// Breast_Physics_UpDown_Damping - 0-+1
1532 PHYSICS_BREAST_UPDOWN_DAMPING = 229,
1533 /// Breast_Physics_InOut_Max_Effect - 0-+3
1534 PHYSICS_BREAST_INOUT_MAX_EFFECT = 230,
1535 /// Breast_Physics_InOut_Gain = +1-+100
1536 PHYSICS_BREAST_INOUT_GAIN = 231,
1537 /// Breast_Physics_InOut_Damping - 0-+1
1538 PHYSICS_BREAST_INOUT_DAMPING = 232,
1539 /// Belly_Physics_Mass - +0.1-+1
1540 PHYSICS_BELLY_PHYSICS_MASS = 233,
1541 /// Belly_Physics_Gravity - 0-+30
1542 PHYSICS_BELLY_PHYSICS_GRAVITY = 234,
1543 /// Belly_Physics_Drag - 0-+10
1544 PHYSICS_BELLY_PHYSICS_DRAG = 235,
1545 /// Belly_Physics_UpDown_Max_Effect - 0-+3
1546 PHYSICS_BELLY_PHYSICS_UPDOWN_MAX_EFFECT = 236,
1547 /// Belly_Physics_UpDown_Spring - 0-+100
1548 PHYSICS_BELLY_PHYSICS_UPDOWN_SPRING = 237,
1549 /// Belly_Physics_UpDown_Gain - +1-+100
1550 PHYSICS_BELLY_PHYSICS_UPDOWN_GAIN = 238,
1551 /// Belly_Physics_UpDown_Damping - 0-+1
1552 PHYSICS_BELLY_PHYSICS_UPDOWN_DAMPING = 239,
1553 /// Butt_Physics_Mass - +0.1-+1
1554 PHYSICS_BUTT_PHYSICS_MASS = 240,
1555 /// Butt_Physics_Gravity - 0-+30
1556 PHYSICS_BUTT_PHYSICS_GRAVITY = 241,
1557 /// Butt_Physics_Drag - 0-+10
1558 PHYSICS_BUTT_PHYSICS_DRAG = 242,
1559 /// Butt_Physics_UpDown_Max_Effect - 0-+30
1560 PHYSICS_BUTT_PHYSICS_UPDOWN_MAX_EFFECT = 243,
1561 /// Butt_Physics_UpDown_Spring - 0-+100
1562 PHYSICS_BUTT_PHYSICS_UPDOWN_SPRING = 244,
1563 /// Butt_Physics_UpDown_Gain - +1-+100
1564 PHYSICS_BUTT_PHYSICS_UPDOWN_GAIN = 245,
1565 /// Butt_Physics_UpDown_Damping - 0-+1
1566 PHYSICS_BUTT_PHYSICS_UPDOWN_DAMPING = 246,
1567 /// Butt_Physics_LeftRight_Max_Effect - 0-+3
1568 PHYSICS_BUTT_PHYSICS_LEFTRIGHT_MAX_EFFECT = 247,
1569 /// Butt_Physics_LeftRight_Spring - 0-+100
1570 PHYSICS_BUTT_PHYSICS_LEFTRIGHT_SPRING = 248,
1571 /// Butt_Physics_LeftRight_Gain - +1-+100
1572 PHYSICS_BUTT_PHYSICS_LEFTRIGHT_GAIN = 249,
1573 /// Butt_Physics_LeftRight_Damping - 0-+1
1574 PHYSICS_BUTT_PHYSICS_LEFTRIGHT_DAMPING = 250,
1575 /// Breast_Physics_LeftRight_Max_Effect = 0-+3
1576 PHYSICS_BREAST_PHYSICS_LEFTRIGHT_MAX_EFFECT = 251,
1577 /// Breast_Physics_LeftRight_Spring - 0-+100
1578 PHYSICS_BREAST_PHYSICS_LEFTRIGHT_SPRING = 252,
1579 /// Breast_Physics_LeftRight_Gain - +1-+100
1580 PHYSICS_BREAST_PHYSICS_LEFT_RIGHT_GAIN = 253,
1581 /// Breast_Physics_LeftRight_Damping - 0-+1
1582 PHYSICS_BREAST_LEFTRIGHT_DAMPING = 254
1509 } 1583 }
1510 #endregion 1584 #endregion
1511 } 1585 }