Change the versioning scheme and add full version to all scripts
The new versioning scheme uses a letter instead of the dash. The letter is a p for a work-in-progress/pre-release version, or an r for a release version. For example: 2.2p04 - work in progress for version 2.2r04 2.2r04 - release version (2.2-04 with the previous scheme) The two digit number will be increasing even for minor changes. The last minor changes indicator is dropped.
This commit is contained in:
parent
04c008db42
commit
4b5003294e
19 changed files with 19 additions and 19 deletions
|
@ -29,7 +29,7 @@ OSZIP=AVsitter2-oss.zip
|
||||||
|
|
||||||
|
|
||||||
# Version being compiled (LSL string)
|
# Version being compiled (LSL string)
|
||||||
VERSION="2.2"
|
VERSION="2.2p04"
|
||||||
|
|
||||||
|
|
||||||
# Note some of these scripts don't strictly need to be optimized for memory.
|
# Note some of these scripts don't strictly need to be optimized for memory.
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
* instructions can be found at http://avsitter.github.io
|
* instructions can be found at http://avsitter.github.io
|
||||||
*/
|
*/
|
||||||
|
|
||||||
string #version = "2.2";
|
string #version = "2.2p04";
|
||||||
string notecard_name = "AVpos";
|
string notecard_name = "AVpos";
|
||||||
string main_script = "[AV]sitA";
|
string main_script = "[AV]sitA";
|
||||||
key notecard_key;
|
key notecard_key;
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
// Placed in prop objects, this script sends the uuid of any Lockguard rings to the script in furniture.
|
// Placed in prop objects, this script sends the uuid of any Lockguard rings to the script in furniture.
|
||||||
// Ring prims in the prop should be named with "ring" in their prim name. e.g. "ring1", "ring2"
|
// Ring prims in the prop should be named with "ring" in their prim name. e.g. "ring1", "ring2"
|
||||||
// string #version = "2.2";
|
// string #version = "2.2p04";
|
||||||
integer COMM_CHANNEL = -57841689;
|
integer COMM_CHANNEL = -57841689;
|
||||||
integer comm_handle;
|
integer comm_handle;
|
||||||
list A = [comm_handle]; //OSS::list A; // Force error if not compiled in Mono
|
list A = [comm_handle]; //OSS::list A; // Force error if not compiled in Mono
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
// For use attaching particle chains to LockGuard V2 compatible cuffs such as Open Collar
|
// For use attaching particle chains to LockGuard V2 compatible cuffs such as Open Collar
|
||||||
// This script should be placed inside the prim that contains your poses and props.
|
// This script should be placed inside the prim that contains your poses and props.
|
||||||
// Inspiration and function (not code) from the Bright CISS system by Shan Bright & Innula Zenovka.
|
// Inspiration and function (not code) from the Bright CISS system by Shan Bright & Innula Zenovka.
|
||||||
// string #version = "2.2";
|
// string #version = "2.2p04";
|
||||||
|
|
||||||
// SITTER:
|
// SITTER:
|
||||||
// The AVsitter SITTER # the chain settings are for.
|
// The AVsitter SITTER # the chain settings are for.
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
string product;
|
string product;
|
||||||
string #version = "2.2";
|
string #version = "2.2p04";
|
||||||
integer RELAY_CHANNEL = -1812221819;
|
integer RELAY_CHANNEL = -1812221819;
|
||||||
integer RELAY_GETSTATUS_CHANNEL;
|
integer RELAY_GETSTATUS_CHANNEL;
|
||||||
integer GETSTATUShandle;
|
integer GETSTATUShandle;
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
string product = "AVsitter™ RLV";
|
string product = "AVsitter™ RLV";
|
||||||
string #version = "2.2";
|
string #version = "2.2p04";
|
||||||
integer ignorenextswap;
|
integer ignorenextswap;
|
||||||
string notecard_name = "AVpos";
|
string notecard_name = "AVpos";
|
||||||
string unDressScript = "[AV]root-RLV-extra";
|
string unDressScript = "[AV]root-RLV-extra";
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
string product = "AVsitter™ Menu Control";
|
string product = "AVsitter™ Menu Control";
|
||||||
string #version = "2.2";
|
string #version = "2.2p04";
|
||||||
string security_script = "[AV]root-security";
|
string security_script = "[AV]root-security";
|
||||||
string RLV_script = "[AV]root-RLV";
|
string RLV_script = "[AV]root-RLV";
|
||||||
list DESIGNATIONS_NOW;
|
list DESIGNATIONS_NOW;
|
||||||
|
|
|
@ -43,7 +43,7 @@ integer IsInteger(string data)
|
||||||
return data != "" && (string)((integer)("1" + data)) == "1" + data;
|
return data != "" && (string)((integer)("1" + data)) == "1" + data;
|
||||||
}
|
}
|
||||||
|
|
||||||
string #version = "2.2";
|
string #version = "2.2p04";
|
||||||
string notecard_name = "AVpos";
|
string notecard_name = "AVpos";
|
||||||
string main_script = "[AV]sitA";
|
string main_script = "[AV]sitA";
|
||||||
key key_request;
|
key key_request;
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
string product = "AVmenu™";
|
string product = "AVmenu™";
|
||||||
string #version = "2.2";
|
string #version = "2.2p04";
|
||||||
integer verbose = 0;
|
integer verbose = 0;
|
||||||
string prop_script = "[AV]prop";
|
string prop_script = "[AV]prop";
|
||||||
string notecard_name = "AVpos";
|
string notecard_name = "AVpos";
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
* instructions can be found at http://avsitter.github.io
|
* instructions can be found at http://avsitter.github.io
|
||||||
*/
|
*/
|
||||||
|
|
||||||
string #version = "2.2";
|
string #version = "2.2p04";
|
||||||
string notecard_name = "AVpos";
|
string notecard_name = "AVpos";
|
||||||
string main_script = "[AV]sitA";
|
string main_script = "[AV]sitA";
|
||||||
key key_request;
|
key key_request;
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
string product = "AVsitter™ sequence";
|
string product = "AVsitter™ sequence";
|
||||||
string #version = "2.2";
|
string #version = "2.2p04";
|
||||||
string main_script = "[AV]sitA";
|
string main_script = "[AV]sitA";
|
||||||
list SITTERS;
|
list SITTERS;
|
||||||
integer DEBUG;
|
integer DEBUG;
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
string product = "AVsitter2 MLP converter";
|
string product = "AVsitter2 MLP converter";
|
||||||
string #version = "2.2";
|
string #version = "2.2p04";
|
||||||
string notecard_basename = "AVpos";
|
string notecard_basename = "AVpos";
|
||||||
string notecard_name;
|
string notecard_name;
|
||||||
list NOTECARDS = [notecard_name]; //OSS::list NOTECARDS; // Force error in LSO
|
list NOTECARDS = [notecard_name]; //OSS::list NOTECARDS; // Force error in LSO
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
integer OLD_HELPER_METHOD;
|
integer OLD_HELPER_METHOD;
|
||||||
key key_request;
|
key key_request;
|
||||||
string url = "https://avsitter.com/settings.php"; // the settings dump service remains up for AVsitter customers. settings clear periodically.
|
string url = "https://avsitter.com/settings.php"; // the settings dump service remains up for AVsitter customers. settings clear periodically.
|
||||||
string #version = "2.2";
|
string #version = "2.2p04";
|
||||||
string helper_name = "[AV]helper";
|
string helper_name = "[AV]helper";
|
||||||
string prop_script = "[AV]prop";
|
string prop_script = "[AV]prop";
|
||||||
string expression_script = "[AV]faces";
|
string expression_script = "[AV]faces";
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
string registration_product = "AVsitter2";
|
string registration_product = "AVsitter2";
|
||||||
string product = "AVhelper";
|
string product = "AVhelper";
|
||||||
string #version = "2.2";
|
string #version = "2.2p04";
|
||||||
integer OLD_HELPER_METHOD;
|
integer OLD_HELPER_METHOD;
|
||||||
list colors = [<1,0.5,1>, <0.5,0.5,1>, <1,0.5,0.5>, <0.5,1,0.5>, <1,1,0.5>, <0.5,1,1>];
|
list colors = [<1,0.5,1>, <0.5,0.5,1>, <1,0.5,0.5>, <0.5,1,0.5>, <1,1,0.5>, <0.5,1,1>];
|
||||||
integer helper_index;
|
integer helper_index;
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
string product = "AVsitter™ Security";
|
string product = "AVsitter™ Security";
|
||||||
string #version = "2.2";
|
string #version = "2.2p04";
|
||||||
string script_basename = "[AV]sitA";
|
string script_basename = "[AV]sitA";
|
||||||
string menucontrol_script = "[AV]root-control";
|
string menucontrol_script = "[AV]root-control";
|
||||||
string RLV_script = "[AV]root-RLV";
|
string RLV_script = "[AV]root-RLV";
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
* receive automatic updates and other benefits! All details and user
|
* receive automatic updates and other benefits! All details and user
|
||||||
* instructions can be found at http://avsitter.github.io
|
* instructions can be found at http://avsitter.github.io
|
||||||
*/
|
*/
|
||||||
//string #version = "2.2";
|
//string #version = "2.2p04";
|
||||||
string script_basename = "[AV]sitA";
|
string script_basename = "[AV]sitA";
|
||||||
string menu_script = "[AV]menu";
|
string menu_script = "[AV]menu";
|
||||||
key A;
|
key A;
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
string product = "AVsitter™ seat select";
|
string product = "AVsitter™ seat select";
|
||||||
string #version = "2.2";
|
string #version = "2.2p04";
|
||||||
integer select_type;
|
integer select_type;
|
||||||
list BUTTONS;
|
list BUTTONS;
|
||||||
integer reading_notecard_section = -1;
|
integer reading_notecard_section = -1;
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
string product = "AVsitter™";
|
string product = "AVsitter™";
|
||||||
string #version = "2.2";
|
string #version = "2.2p04";
|
||||||
string notecard_name = "AVpos";
|
string notecard_name = "AVpos";
|
||||||
string main_script = "[AV]sitA";
|
string main_script = "[AV]sitA";
|
||||||
string memoryscript = "[AV]sitB";
|
string memoryscript = "[AV]sitB";
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
string product = "AVsitter™";
|
string product = "AVsitter™";
|
||||||
string #version = "2.2";
|
string #version = "2.2p04";
|
||||||
string BRAND;
|
string BRAND;
|
||||||
integer OLD_HELPER_METHOD;
|
integer OLD_HELPER_METHOD;
|
||||||
string main_script = "[AV]sitA";
|
string main_script = "[AV]sitA";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue