Update board to current code
This commit is contained in:
parent
a1a93ea994
commit
ed7b3b5d15
15 changed files with 924 additions and 898 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
|
||||
integer g_iWaitFor = 0;
|
||||
key FFF_CIRCLE_LOGO = "f063237e-429b-5e02-dbfb-8a2a69535cdc";
|
||||
key CIRCLE_LOGO = "f063237e-429b-5e02-dbfb-8a2a69535cdc";
|
||||
key OFFLINE_TEXTURE = "62f26398-4d32-15fb-38d8-d59e31dd0a86";
|
||||
key ONLINE_TEXTURE = "69fdb503-d13b-8b21-98c9-70011db399d3";
|
||||
#if DEVELOPER == 0
|
||||
|
@ -41,7 +41,7 @@ integer g_iHaveKVP = 0;
|
|||
integer g_iLastKVPTry;
|
||||
|
||||
|
||||
string HEADER = "FFF Stall Board\n[By ZNI Creations]\nVersion 3.9.0430220029 (Apr 30, 2022)\n \n";
|
||||
string HEADER = "Stall Board\n[By ZNI Creations]\nVersion 4.0.1114220156 (Nov 14, 2022)\n \n";
|
||||
|
||||
|
||||
integer g_iAuthorized;
|
||||
|
@ -76,4 +76,24 @@ integer g_iNotifFlags; // (may be incompatible!)
|
|||
|
||||
|
||||
string g_sLeasedTo;
|
||||
key g_kTransferDest=NULL_KEY;
|
||||
key g_kTransferDest=NULL_KEY;
|
||||
|
||||
|
||||
integer SERVER_CHANNEL = 0x9F1C;
|
||||
|
||||
integer g_iState;
|
||||
|
||||
|
||||
integer g_iFlags;
|
||||
integer g_iPricePerDay;
|
||||
|
||||
integer g_iBoot;
|
||||
integer g_iMask = 1;
|
||||
|
||||
integer MASK_LOGO = 1;
|
||||
integer MASK_CUSTOM_TEXT_COLOR = 2;
|
||||
integer MASK_WHITEFRAME = 4;
|
||||
|
||||
integer STATE_REBOOT_PENDING =1;
|
||||
integer STATE_REBOOT_FAST =2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue