diff --git a/trunk/LSLEditor.RES b/trunk/LSLEditor.RES index ac72eb3..33f8e91 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 2c3c0bd..057bf57 100644 --- a/trunk/Resource/ReleaseNotes.htm +++ b/trunk/Resource/ReleaseNotes.htm @@ -7,6 +7,77 @@
+
+

2012-00-00 - Release 2.45.0

+ - Added (highlighting only) new constants, event, and functions for the character/path-finding feature in testing on aditi. NOTE: these are still in alpha testing and not finalised, so they may change without notice. More info available here Pathfinding in Second Life +
+ - Constants: +
    +
  • AVOID_CHARACTERS
  • +
  • AVOID_DYNAMIC_OBSTACLES
  • +
  • CHARACTER_AVOIDANCE_MODE
  • +
  • CHARACTER_CMD_JUMP
  • +
  • CHARACTER_CMD_STOP
  • +
  • CHARACTER_DESIRED_SPEED
  • +
  • CHARACTER_LENGTH
  • +
  • CHARACTER_TYPE
  • +
  • CHARACTER_MAX_ACCEL
  • +
  • CHARACTER_MAX_ANGULAR_ACCEL
  • +
  • CHARACTER_MAX_ANGULAR_SPEED
  • +
  • CHARACTER_MAX_DECEL
  • +
  • CHARACTER_RADIUS
  • +
  • CHARACTER_TURN_SPEED_MULTIPLIER
  • +
  • CHARACTER_TYPE_A
  • +
  • CHARACTER_TYPE_B
  • +
  • CHARACTER_TYPE_C
  • +
  • CHARACTER_TYPE_D
  • +
  • CHARACTER_TYPE_NONE
  • +
  • PU_EVADE_HIDDEN
  • +
  • PU_EVADE_SPOTTED
  • +
  • PU_FAILURE_INVALID_GOAL
  • +
  • PU_FAILURE_INVALID_START
  • +
  • PU_FAILURE_NO_VALID_DESTINATION
  • +
  • PU_FAILURE_OTHER
  • +
  • PU_FAILURE_TARGET_GONE
  • +
  • PU_FAILURE_UNREACHABLE
  • +
  • PU_GOAL_REACHED
  • +
  • PU_SLOWDOWN_DISTANCE_REACHED
  • +
  • PURSUIT_INTERCEPT
  • +
  • PURSUIT_FUZZ_FACTOR
  • +
  • PURSUIT_OFFSET
  • +
  • REQUIRE_LINE_OF_SIGHT
  • +
  • TRAVERSAL_TYPE
  • +
  • TRAVERSAL_TYPE_NONE
  • +
  • TRAVERSAL_TYPE_FAST
  • +
  • TRAVERSAL_TYPE_SLOW
  • +
+ - Event: +
    +
  • path_update
  • +
+ - Functions: +
    +
  • llCreateCharacter
  • +
  • llDeleteCharacter
  • +
  • llEvade
  • +
  • llExecCharacterCmd
  • +
  • llFleeFrom
  • +
  • llGetClosestNavPoint
  • +
  • llNavigateTo
  • +
  • llPatrolPoints
  • +
  • llPursue
  • +
  • llUpdateCharacter
  • +
  • llWanderWithin
  • +
+
+ - Changed: +
+
    +
  • Changed the way version numbers are created for the release. They should now show as 2.45.0.x in all parts of the program.
  • +
  • Updated copyright on about dialogue.
  • +
+
+

2012-02-08 - Release 2.44.1

- Added: constants: