From 5ee142ee4d42718c3858aa4ef78d33ba13e03f37 Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Sun, 18 Nov 2012 13:56:09 +0000 Subject: [PATCH] Adding Link paramter to llClearMedia() highlighting. Updated Release Notes. --- trunk/LSLEditor.RES | Bin 86876 -> 87172 bytes trunk/Resource/ConfLSL.xml | 7 ++++--- trunk/Resource/ReleaseNotes.htm | 8 +++++++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/trunk/LSLEditor.RES b/trunk/LSLEditor.RES index 5fffda60d822c6fbad65abbdd2fc5c2755052233..0d09ea2091e1da60ea270ff836d7d1932d598ad4 100644 GIT binary patch delta 306 zcmW-by-or_6orFG;SUc$Him;VkhpANV?ii1(FU|odM~?oVRV?;?98xIS?C+=JD3;? zi4?TP=dhsgEo@vo<(HH1obQ*)^J``CS=-v*TYlBvN{<7I7)o0PsR$-aMPd;P$p)cT zAt%<6lygKPjyYvzJGc-tp~heeC$JM1DRicw6IOwt85dQOdh7}V+pvSnLT-==DM2!$ zxxt7rygBzz!0Is65l3ic!cMfaIK3LQk8tOV1sMp1>;CfH`z_}mUL(Kts`U0Asdez;XO}c@Ty?o*M V`LKEXw63q#^-_6z_0udp1b+%;YRv!u delta 110 zcmZo!$$DoQ>xKi8OpiG?ACg?n=oFkEld7(enOBmpkPqVL z<(H)DCMOo96f5KxDHJCcWfqhaE99o;l`5p>l@w*B7H{U0`OQ3es8 MMuzP?s*Dx-0Q}@8Jpcdz 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