8 Commits

Author SHA1 Message Date
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
2 changed files with 3 additions and 3 deletions

View File

@@ -515,7 +515,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://raw.githubusercontent.com/lickx/oscollar-dev/master/web/device", [], "");
g_kHttpVersion = llHTTPRequest("https://raw.githubusercontent.com/lickx/oscollar-dev/stable/web/device", [], "");
} else if (sMenu == "UpdateConfirmMenu"){
if (sMessage=="Yes") StartUpdate();
else {
@@ -672,7 +672,7 @@ default {
if (compareVersions(sWebVersion, g_sCollarVersion)) {
llOwnerSay("An update is available!");
// Fetch a list of distribution sites:
g_kHttpDistsites = llHTTPRequest("https://raw.githubusercontent.com/lickx/oscollar-dev/master/web/distsites", [], "");
g_kHttpDistsites = llHTTPRequest("https://raw.githubusercontent.com/lickx/oscollar-dev/stable/web/distsites", [], "");
} else
llOwnerSay("You are using the most recent version");
} else if (kID == g_kHttpDistsites) {

View File

@@ -1 +1 @@
2025.05
2025.05