From f2332d93994b4c522fe7b395a51d5f2e432c5d2a Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Wed, 21 Nov 2012 02:03:09 +0000 Subject: [PATCH] Fixing tooltip text for llClearLinkMedia. Adding constants CHARACTER_ACCOUNT_FOR_SKIPPED_FRAMES, HTTP_PRAGMA_NO_CACHE, OBJECT_ATTACHED_POINT, OBJECT_PATHFINDING_TYPE, OBJECT_ROOT, OPT_AVATAR, OPT_CHARACTER, OPT_EXCLUSION_VOLUME, OPT_LEGACY_LINKSET, OPT_MATERIAL_VOLUME, OPT_OTHER, OPT_STATIC_OBSTACLE, OPT_WALKABLE --- trunk/Resource/ConfLSL.xml | 19 ++++++++++++++++++- trunk/Resource/ReleaseNotes.htm | 25 ++++++++++++++++++++----- 2 files changed, 38 insertions(+), 6 deletions(-) diff --git a/trunk/Resource/ConfLSL.xml b/trunk/Resource/ConfLSL.xml index a8ac6b2..e280e6e 100644 --- a/trunk/Resource/ConfLSL.xml +++ b/trunk/Resource/ConfLSL.xml @@ -301,7 +301,7 @@ - integer llClearLinkMedia(integer Face); + integer llClearLinkMedia(integer Link, integer Face); Clears (deletes) the media and all parameters from the given prim face. Returns an integer that is a STATUS_* flag which details the success/failure of the operation. @@ -4640,6 +4640,7 @@ + If set to false, character will not attempt to catch up on lost time when pathfinding performance is low, potentially providing more reliable movement (albeit while potentially appearing to be more stuttery). Default is true to match pre-existing behavior. Allows you to specify that a character should not try to avoid other characters, should not try to avoid dynamic obstacles (relatively fast moving objects and avatars), or both. Makes the character jump. Requires an additional parameter, the height to jump, between 0.1m and 2.0m. This must be provided as the first element of the llExecCharacterCmd option list. @@ -4748,6 +4749,7 @@ + Allows enabling/disbling of the "Pragma: no-cache" header. @@ -4775,6 +4777,7 @@ + Gets the attachment point to which the object is attached. Gets the object's creator key. If id is an avatar, a NULL_KEY is returned. @@ -4792,7 +4795,9 @@ Gets an object's owner's key. If id is group owned, a NULL_KEY is returned. + Returns the pathfinding setting of any object in the region. It returns an integer matching one of the OPT_* constants. Gets the object's position in region coordinates. + Gets the id of the root prim of the object requested. Gets the object's rotation. Gets the object's velocity. @@ -4806,6 +4811,16 @@ + + Returned for avatars. + Returned for pathfinding characters. + Returned for exclusion volumes. + Returned for movable obstacles, movable phantoms, physical, and volumedetect objects. + Returned for material volumes. + Returned for attachments, Linden trees, and grass. + Returned for static obstacles. + Returned for walkable objects. + @@ -5058,6 +5073,8 @@ Used with llSetPhysicsMaterial to enable the density value. Must be between 0.0 and 1.0 + + Returns the % of pathfinding characters skipped each frame, averaged over the last minute. diff --git a/trunk/Resource/ReleaseNotes.htm b/trunk/Resource/ReleaseNotes.htm index 25f40e2..c40b8d9 100644 --- a/trunk/Resource/ReleaseNotes.htm +++ b/trunk/Resource/ReleaseNotes.htm @@ -14,14 +14,26 @@
  • ATTACH_LEFT_PEC
  • ATTACH_RIGHT_PEC
  • +
  • CHARACTER_ACCOUNT_FOR_SKIPPED_FRAMES
  • CHARACTER_MAX_SPEED
  • CHARACTER_MAX_TURN_RADIUS
  • +
  • HTTP_CUSTOM_HEADER
  • +
  • HTTP_PRAGMA_NO_CACHE
  • HORIZONTAL
  • +
  • OBJECT_ATTACHED_POINT
  • +
  • OBJECT_PATHFINDING_TYPE
  • +
  • OBJECT_ROOT
  • +
  • PERMISSION_TELEPORT
  • VERTICAL
  • -
  • -
  • -
  • -
  • +
  • OPT_AVATAR
  • +
  • OPT_CHARACTER
  • +
  • OPT_EXCLUSION_VOLUME
  • +
  • OPT_LEGACY_LINKSET
  • +
  • OPT_MATERIAL_VOLUME
  • +
  • OPT_OTHER
  • +
  • OPT_STATIC_OBSTACLE
  • +
  • OPT_WALKABLE
  • +
  • SIM_STAT_PCT_CHARS_STEPPED
@@ -34,8 +46,11 @@
- * Changed: + * Constants Updated:
    +
  • PURSUIT_GOAL_TOLERANCE
  • +
  • REQUIRE_LINE_OF_SIGHT
  • +
  • WANDER_PAUSE_AT_WAYPOINTS