From 46ed552265114ea45e82aa0cd007adfa470b2fbe Mon Sep 17 00:00:00 2001 From: Makopoppo Date: Tue, 11 Aug 2020 13:55:16 +0900 Subject: [PATCH] kwdb version: 0.0.20200612000 - Add CLICK_ACTION_ZOOM and CLICK_ACTION_DISABLED to SL --- builtins.txt | 4 +++- builtins_txt.cc | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/builtins.txt b/builtins.txt index ca753e6..4d571bc 100644 --- a/builtins.txt +++ b/builtins.txt @@ -1,4 +1,4 @@ -// Generated by LSL2 Derived Files Generator. Database version: 0.0.20200422000; output module version: 0.0.20140731000 +// Generated by LSL2 Derived Files Generator. Database version: 0.0.20200612000; output module version: 0.0.20140731000 integer llAbs( integer val ) float llAcos( float val ) void llAddToLandBanList( key avatar, float hours ) @@ -587,6 +587,7 @@ const integer CHARACTER_TYPE_C = 2 const integer CHARACTER_TYPE_D = 3 const integer CHARACTER_TYPE_NONE = 4 const integer CLICK_ACTION_BUY = 2 +const integer CLICK_ACTION_DISABLED = 8 const integer CLICK_ACTION_NONE = 0 const integer CLICK_ACTION_OPEN = 4 const integer CLICK_ACTION_OPEN_MEDIA = 6 @@ -594,6 +595,7 @@ const integer CLICK_ACTION_PAY = 3 const integer CLICK_ACTION_PLAY = 5 const integer CLICK_ACTION_SIT = 1 const integer CLICK_ACTION_TOUCH = 0 +const integer CLICK_ACTION_ZOOM = 7 const integer CONTENT_TYPE_ATOM = 4 const integer CONTENT_TYPE_FORM = 7 const integer CONTENT_TYPE_HTML = 1 diff --git a/builtins_txt.cc b/builtins_txt.cc index 621ea5f..f48955f 100644 --- a/builtins_txt.cc +++ b/builtins_txt.cc @@ -590,6 +590,7 @@ const char *builtins_txt[] = { "const integer CHARACTER_TYPE_D = 3", "const integer CHARACTER_TYPE_NONE = 4", "const integer CLICK_ACTION_BUY = 2", +"const integer CLICK_ACTION_DISABLED = 8", "const integer CLICK_ACTION_NONE = 0", "const integer CLICK_ACTION_OPEN = 4", "const integer CLICK_ACTION_OPEN_MEDIA = 6", @@ -597,6 +598,7 @@ const char *builtins_txt[] = { "const integer CLICK_ACTION_PLAY = 5", "const integer CLICK_ACTION_SIT = 1", "const integer CLICK_ACTION_TOUCH = 0", +"const integer CLICK_ACTION_ZOOM = 7", "const integer CONTENT_TYPE_ATOM = 4", "const integer CONTENT_TYPE_FORM = 7", "const integer CONTENT_TYPE_HTML = 1",