diff --git a/trunk/LSLEditor.RES b/trunk/LSLEditor.RES index 5fffda6..0d09ea2 100644 Binary files a/trunk/LSLEditor.RES and b/trunk/LSLEditor.RES differ diff --git a/trunk/Resource/ConfLSL.xml b/trunk/Resource/ConfLSL.xml index 5195f74..6f6e888 100644 --- a/trunk/Resource/ConfLSL.xml +++ b/trunk/Resource/ConfLSL.xml @@ -308,12 +308,13 @@ - integer llClearPrimMedia( integer face ); + integer llClearPrimMedia(integer Link, integer Face ); - Clears (deletes) the media and all params from the given face. + Clears (deletes) the media and all params from the given Face. Returns an integer that is a STATUS_* flag which details the success/failure of the operation. - face number + Link number + Face number diff --git a/trunk/Resource/ReleaseNotes.htm b/trunk/Resource/ReleaseNotes.htm index 37feebb..d7a05d7 100644 --- a/trunk/Resource/ReleaseNotes.htm +++ b/trunk/Resource/ReleaseNotes.htm @@ -8,7 +8,7 @@
-

2012-10-00 - Release 2.47.0

+

2012-11-18 - Release 2.47.0

* Made note and script files conceptually different. Giving each their own open/save dialogues etc. Notes will always be UTF-8 encoded (without BOM), just as in SL.
@@ -45,6 +45,12 @@
  • llWanderWithin() - function signature and description are changed.
  • +
    + * Fixed: +
      +
    • llClearLinkMedia() - added the missing Link parameter (to the emulation stub and highlighting).
    • +
    +

    2012-04-24 - Release 2.46.0