From cb03ca216897f9919f5588d9b21c7b478480b0a8 Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Mon, 15 Jul 2013 21:05:51 +0100 Subject: [PATCH] Adding constant JSON_APPEND --- trunk/Resource/ReleaseNotes.htm | 3 ++- trunk/SecondLife/SecondLifeMain.cs | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/trunk/Resource/ReleaseNotes.htm b/trunk/Resource/ReleaseNotes.htm index afa0000..a09d7de 100644 --- a/trunk/Resource/ReleaseNotes.htm +++ b/trunk/Resource/ReleaseNotes.htm @@ -6,11 +6,12 @@
-

2013-07-00 - Release 2.54.0

+

2013-07-15 - Release 2.54.0

* Constants Added:
  • AVOID_NONE
  • +
  • JSON_APPEND
  • OBJECT_CHARACTER_TIME
  • PU_FAILURE_DYNAMIC_PATHFINDING_DISABLED
  • PU_FAILURE_PARCEL_UNREACHABLE
  • diff --git a/trunk/SecondLife/SecondLifeMain.cs b/trunk/SecondLife/SecondLifeMain.cs index 38517d3..7bac67e 100644 --- a/trunk/SecondLife/SecondLifeMain.cs +++ b/trunk/SecondLife/SecondLifeMain.cs @@ -420,6 +420,7 @@ namespace LSLEditor public const int INVENTORY_ANIMATION = 20; public const int INVENTORY_GESTURE = 21; + public const int JSON_APPEND = -1; public static readonly string JSON_ARRAY = "\uFDD2"; public static readonly string JSON_FALSE = "\uFDD7"; public static readonly string JSON_INVALID = "\uFDD0";