From 6c6309a9387330a8360ee9912ea026e9785e6715 Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Sun, 22 Apr 2012 10:24:35 +0100 Subject: [PATCH 1/2] Environment updates --- trunk/LSLEditor.RES | Bin 85656 -> 85656 bytes trunk/lsleditor.csproj | 9 ++------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/trunk/LSLEditor.RES b/trunk/LSLEditor.RES index 6af5849ec8caedb654573f8ca2429e89589839dc..0f7c7d1064c92f38f0cfb5552b26dbb8637c6601 100644 GIT binary patch delta 28 jcmbO+mvzQm)(z>hoF(}RMX4pFMS0ByvfB$}88r+6oc9U? delta 28 jcmbO+mvzQm)(z>hoJFZ6rA2v}dFjmsvfB$}88r+6p!^Cx diff --git a/trunk/lsleditor.csproj b/trunk/lsleditor.csproj index dfa082e..7f0d142 100644 --- a/trunk/lsleditor.csproj +++ b/trunk/lsleditor.csproj @@ -12,7 +12,8 @@ LSLEditor - lsl-editor.pfx + + JScript Grid IE50 @@ -234,8 +235,6 @@ - - @@ -725,10 +724,6 @@ - - - - From d6582d8ff180899261c784afddf4818876dc205c Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Sun, 13 May 2012 09:58:57 +0100 Subject: [PATCH 2/2] Updated Release notes for path-finding updates --- trunk/Resource/ReleaseNotes.htm | 38 ++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/trunk/Resource/ReleaseNotes.htm b/trunk/Resource/ReleaseNotes.htm index e78e6ca..5731f35 100644 --- a/trunk/Resource/ReleaseNotes.htm +++ b/trunk/Resource/ReleaseNotes.htm @@ -8,7 +8,43 @@
-

<2012-04-23 - Release 2.46.0

+

2012-05-00 - Release 2.4x.x

+
+ * Added Path-finding constants: +
    +
  • CHARACTER_CMD_SMOOTH_STOP
  • +
  • CHARACTER_MAX_SPEED
  • +
  • CHARACTER_MAX_TURN_SPEED
  • +
  • CHARACTER_MAX_TURN_RADIUS
  • +
  • CHARACTER_ORIENTATION
  • +
  • FORCE_DIRECT_PATH
  • +
  • GET_NAV_POINT_RADIUS
  • +
  • HORIZONTAL
  • +
  • PATROL_PAUSE_AT_WAYPOINTS
  • +
  • PU_FAILURE_NO_NAVMESH
  • +
  • PURSUIT_GOAL_TOLERANCE
  • +
  • REQUIRE_LINE_OF_SIGHT
  • +
  • VERTICAL
  • +
  • WANDER_PAUSE_AT_WAYPOINTS
  • +
+
+
+ * Removed renamed/deleted constants: +
    +
  • CHARACTER_MAX_ANGULAR_ACCEL
  • +
  • CHARACTER_MAX_ANGULAR_SPEED
  • +
  • CHARACTER_TURN_SPEED_MULTIPLIER
  • +
+
+
+ * Changed: +
    +
  • llWanderWithin() - function signature and description are changed.
  • +
+
+
+
+

2012-04-24 - Release 2.46.0

* Added constants/function currently on the Magnum RC.
* Constants: