14 Commits

Author SHA1 Message Date
lickx
00128ef5f5 Add creatorkit, closes #110 2026-02-22 04:23:47 +01:00
lickx
0ccdf86a50 Merge branch 'master' into stable 2026-02-16 09:11:05 +01:00
lickx
2ac956341a Merge branch 'master' into stable 2026-02-02 09:23:10 +01:00
lickx
d8d7f34b11 Merge branch 'master' into stable 2026-02-01 12:02:50 +01:00
lickx
0d664a406e Merge branch 'master' into stable 2025-12-26 13:04:14 +01:00
lickx
20210dd3af Cleanup 2025-05-29 04:41:22 +02:00
lickx
a6d5a50467 Merge branch 'master' into stable 2025-05-20 09:44:21 +02:00
lickx
c71de4f80a Cut some irrelevant info for stable 2025-05-12 13:21:16 +02:00
lickx
656a0ddd40 Arcadia is gone 2025-05-12 13:19:21 +02:00
lickx
2a65edfeeb Merge branch 'master' into stable 2023-11-11 04:36:00 +01:00
lickx
19b24c9b36 Merge branch 'master' into stable 2023-03-10 18:19:41 +01:00
lickx
6c6d7f7319 Merge branch 'master' into stable 2023-02-05 06:24:12 +01:00
lickx
ea704485be Merge branch 'stable' of https://github.com/lickx/oscollar-dev into stable 2023-01-25 07:15:15 +01:00
lickx
1f8b33d5a7 Bump 2023-01-18 15:38:32 +01:00
5 changed files with 9 additions and 8 deletions

View File

@@ -342,7 +342,7 @@ UserCommand(integer iAuth, string sStr, key kID)
}
}
} else if (llGetSubString(sChangetype, 0, 4) == "smart") {
if (kID != g_kWearer) RelayNotify(kID, "Only wearer can toggle this, since Smartstrip requires the #RLV folder to be setup in a specific way.", 0);
if (iAuth != CMD_WEARER) RelayNotify(kID, "Only wearer can toggle this, since Smartstrip requires the #RLV folder to be setup in a specific way.", 0);
else if (sChangevalue == "off") {
g_iSmartStrip = FALSE;
sText = "Smartstrip turned off.\n\nAttachments and clothing, also if layers are somewhere inside #RLV folder directories, will be stripped normally.\n";
@@ -350,7 +350,7 @@ UserCommand(integer iAuth, string sStr, key kID)
sText = "Smartstrip turned on.\n\nAll smartstrip ready folders in the #RLV directory will be removed as a whole when corresponding clothing layers are stripped.\n";
g_iSmartStrip = TRUE;
}
} else if (llGetSubString(sChangetype, 0, 10) == "allowattach") {
} else if (llGetSubString(sChangetype, 0, 9) == "allowattach") {
if (iAuth != CMD_OWNER) RelayNotify(kID, "Access denied!", 0);
else if (sChangevalue == "off") {
g_iAllowAttach = FALSE;

View File

@@ -265,7 +265,7 @@ SafeWord(key kID)
}
llMessageLinked(LINK_THIS, RLV_CMD, "unsit=force", "");
llMessageLinked(LINK_ALL_OTHERS, RLV_CLEAR, "", "");
if (kID != NULL_KEY && kID != "") llMessageLinked(LINK_DIALOG, NOTIFY, "1"+"RLV restrictions cleared.", kID);
if (kID != NULL_KEY) llMessageLinked(LINK_DIALOG, NOTIFY, "1"+"RLV restrictions cleared.", kID);
}
UserCommand(integer iAuth, string sStr, key kID)

View File

@@ -22,7 +22,7 @@
//on menu request, give dialog, with alphabetized list of submenus
//on listen, send submenu link message
string g_sCollarVersion="2026.03.06";
string g_sCollarVersion="2026.02";
key g_kWearer = NULL_KEY;
@@ -499,7 +499,7 @@ default {
else if (sMessage == "Help") UserCommand(iAuth, "help", kAv, TRUE);
else if (sMessage == "Update") UserCommand(iAuth, "update", kAv, TRUE);
else if (sMessage == "Version")
g_kHttpVersion = llHTTPRequest("https://git.lotix.org/lotek/oscollar/raw/branch/master/web/device", [], "");
g_kHttpVersion = llHTTPRequest("https://raw.githubusercontent.com/OsCollar/oscollar-dev/stable/web/device", [], "");
} else if (sMenu == "UpdateConfirmMenu"){
if (sMessage=="Yes") StartUpdate();
else {
@@ -656,7 +656,7 @@ default {
if (compareVersions(sWebVersion, g_sCollarVersion)) {
llOwnerSay("An update is available!");
// Fetch a list of distribution sites:
g_kHttpDistsites = llHTTPRequest("https://git.lotix.org/lotek/oscollar/raw/branch/master/web/distsites", [], "");
g_kHttpDistsites = llHTTPRequest("https://raw.githubusercontent.com/OsCollar/oscollar-dev/stable/web/distsites", [], "");
} else
llOwnerSay("You are using the most recent version");
} else if (kID == g_kHttpDistsites) {

View File

@@ -1 +1 @@
2026.03.06
2026.02

View File

@@ -1,4 +1,5 @@
Get an updater at:
TBD
Kinky Hub
hop://hg.tamai.nl:80/Oaks%20Woods/21/124/23