From e0fd0904d26e60e8801c98fc25cf2fba32c7542f Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Sun, 18 Nov 2012 19:08:36 +0000 Subject: [PATCH] Added PathFinding constants HORIZONTAL/VERTICAL. --- trunk/Resource/ConfLSL.xml | 4 ++-- trunk/Resource/ReleaseNotes.htm | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/trunk/Resource/ConfLSL.xml b/trunk/Resource/ConfLSL.xml index 514088c..4d2ea46 100644 --- a/trunk/Resource/ConfLSL.xml +++ b/trunk/Resource/ConfLSL.xml @@ -4671,7 +4671,8 @@ Define whether the character attempts to predict the target's location. Go to a position offset from the target. Define whether the character needs a line-of-sight to give chase. - + + The character's maximum angular acceleration about the Z axis. The character's maximum angular speed about the Z axis. @@ -4740,7 +4741,6 @@ Add the agent to this estate's Banned residents list. Remove the agent from this estate's Banned residents list. - Used with llSetPhysicsMaterial to enable the friction value. Must be between 0.0 and 255.0 Used with llSetPhysicsMaterial to enable the gravity multiplier value. Must be between -1.0 and +28.0 diff --git a/trunk/Resource/ReleaseNotes.htm b/trunk/Resource/ReleaseNotes.htm index d7a05d7..306aede 100644 --- a/trunk/Resource/ReleaseNotes.htm +++ b/trunk/Resource/ReleaseNotes.htm @@ -7,6 +7,34 @@
+
+

2012-11-00 - Release 2.47.1

+
+ * Added Path-finding constants: +
    +
  • HORIZONTAL
  • +
  • VERTICAL
  • +
+
+
+ * Removed renamed/deleted constants: +
    +
  • CHARACTER_TURN_SPEED_MULTIPLIER
  • +
+
+
+ * Changed: +
    +
  • +
+
+
+ * Fixed: +
    +
  • +
+
+

2012-11-18 - Release 2.47.0