diff --git a/trunk/LSLEditor.RES b/trunk/LSLEditor.RES index 6af5849..0f7c7d1 100644 Binary files a/trunk/LSLEditor.RES and b/trunk/LSLEditor.RES differ 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: 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 @@ - - - -