diff --git a/trunk/LSLEditor.res b/trunk/LSLEditor.res index 3840e63..408b374 100644 Binary files a/trunk/LSLEditor.res and b/trunk/LSLEditor.res differ diff --git a/trunk/Properties/AssemblyInfo.cs b/trunk/Properties/AssemblyInfo.cs index da8624d..269f4ba 100644 --- a/trunk/Properties/AssemblyInfo.cs +++ b/trunk/Properties/AssemblyInfo.cs @@ -70,7 +70,7 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: // -[assembly: AssemblyVersion("3.0.0.4")] +[assembly: AssemblyVersion("3.0.0.5")] // // In order to sign your assembly you must specify a key to use. Refer to the @@ -100,4 +100,4 @@ using System.Runtime.InteropServices; [assembly: AssemblyDelaySign(false)] //[assembly: AssemblyKeyName("")] [assembly: ComVisibleAttribute(false)] -[assembly: AssemblyFileVersionAttribute("3.0.0.4")] +[assembly: AssemblyFileVersionAttribute("3.0.0.5")] diff --git a/trunk/Resource/About.htm b/trunk/Resource/About.htm index 288912e..e7930bc 100644 --- a/trunk/Resource/About.htm +++ b/trunk/Resource/About.htm @@ -195,6 +195,7 @@
  • Strife Onizuka
  • Sandra Tsure
  • Moundsa Mayo
  • +
  • Jasper Wiggerink
  • Ima Mechanique
  • diff --git a/trunk/Resource/ReleaseNotes.htm b/trunk/Resource/ReleaseNotes.htm index 38f2237..15fc362 100644 --- a/trunk/Resource/ReleaseNotes.htm +++ b/trunk/Resource/ReleaseNotes.htm @@ -6,7 +6,25 @@
    -

    2013-10-18 - Release 2.55.0

    +

    2018-01-15 - Release 3.0.0

    +
    +

    * Added all functions of the OSSL library (http://opensimulator.org/wiki/Category:OSSL_Functions).

    +

    * Added the include functionality.

    +
      +
    • The LSLI extension has been created and is required for the use of the include function.
    • +
    • Scripts can now be included using '//#include("<path>/<file>")' inside an LSLI script.
    • +
    • LSLI scripts can be directly interpreted by the debugger inside the LSL Editor.
    • +
    • LSLI scripts can be exported to LSL scripts.
    • +
    +

    + For more information about the include functionality, + please visit + + https://docs.google.com/document/d/1gEkeY4rk-x06PPRPlxVbiPdXS1NDiaiQxZRrVfzwFjA/edit?usp=sharing + +

    +
    +

    2013-10-18 - Release 2.55.0

    * Constants Added: