更新整理法文和西文部分注释,网络错误提示信息更具体,netgame_xx系列改名,房间列表场景初步
This commit is contained in:
@@ -98,6 +98,8 @@ return{
|
|||||||
chatHistory="------New messages below------",
|
chatHistory="------New messages below------",
|
||||||
chatQuit="Press again to exit",
|
chatQuit="Press again to exit",
|
||||||
|
|
||||||
|
roomsFetchFailed="Failed to fetch rooms",
|
||||||
|
|
||||||
errorMsg="An error has occurred and Techmino needs to restart.\nError info has been created, and you can send it to the author.",
|
errorMsg="An error has occurred and Techmino needs to restart.\nError info has been created, and you can send it to the author.",
|
||||||
|
|
||||||
modInstruction="Select mods (modifiers) to use!\nMods will modify the game in different ways\n(and possibly break the game in weird ways).\nSome mods will make your game unranked.",
|
modInstruction="Select mods (modifiers) to use!\nMods will modify the game in different ways\n(and possibly break the game in weird ways).\nSome mods will make your game unranked.",
|
||||||
@@ -241,7 +243,7 @@ return{
|
|||||||
restart="Retry (R)",
|
restart="Retry (R)",
|
||||||
quit="Quit (Q)",
|
quit="Quit (Q)",
|
||||||
},
|
},
|
||||||
netgame={
|
net_menumenu={
|
||||||
ffa="FFA",
|
ffa="FFA",
|
||||||
rooms="Rooms",
|
rooms="Rooms",
|
||||||
chat="Chat",
|
chat="Chat",
|
||||||
|
|||||||
@@ -6,9 +6,9 @@ return{
|
|||||||
httpTimeout="La connexion au réseau ne s'est pas faite à temps.",
|
httpTimeout="La connexion au réseau ne s'est pas faite à temps.",
|
||||||
marking="Créateur du jeu: MrZ_26\nSi vous pouvez voir ceci, cet enregistrement est illégal\nToute explication est fausse et invalide.",
|
marking="Créateur du jeu: MrZ_26\nSi vous pouvez voir ceci, cet enregistrement est illégal\nToute explication est fausse et invalide.",
|
||||||
holdR="Hold to restart",
|
holdR="Hold to restart",
|
||||||
-- newDay="新的一天,新的开始~",
|
-- newDay="[Anti-addiction] New day, new beginning!",
|
||||||
-- playedLong="已经玩很久了!注意休息!",
|
-- playedLong="[Anti-addiction] You've been playing quite a bit today. Make sure to take breaks.",
|
||||||
-- playedTooMuch="今天玩太久啦!打块好玩但也要适可而止哦~",
|
-- playedTooMuch="[Anti-addiction] You've been playing too much today! You can't play any more.",
|
||||||
|
|
||||||
atkModeName={"Aléatoire","Badges","K.O.s faciles","Attaquants"},
|
atkModeName={"Aléatoire","Badges","K.O.s faciles","Attaquants"},
|
||||||
royale_remain="$1 Joueurs restants",
|
royale_remain="$1 Joueurs restants",
|
||||||
@@ -89,17 +89,19 @@ return{
|
|||||||
-- loginFailed="Login failed",
|
-- loginFailed="Login failed",
|
||||||
-- accessSuccessed="Successfully authorized!",
|
-- accessSuccessed="Successfully authorized!",
|
||||||
-- accessFailed="Authorization failed",
|
-- accessFailed="Authorization failed",
|
||||||
-- wsSuccessed="WS连接成功",
|
-- wsSuccessed="WebSocket: connected",
|
||||||
-- wsFailed="WS连接失败",
|
-- wsFailed="WebSocket: connection failed",
|
||||||
-- wsDisconnected="WS连接断开",
|
-- wsDisconnected="WebSocket: disconnected",
|
||||||
-- wsNoConn="WS未连接",
|
-- wsNoConn="WebSocket: you are not connected",
|
||||||
|
|
||||||
-- chatJoin="进入房间",
|
-- chatJoin="joined the room.",
|
||||||
-- chatLeave="离开房间",
|
-- chatLeave="left the room.",
|
||||||
-- chatRemain="人数:",
|
-- chatRemain="Online: ",
|
||||||
-- chatStart="------消息的开头------",
|
-- chatStart="------Beginning of log------",
|
||||||
-- chatHistory="------以上是历史消息------",
|
-- chatHistory="------New messages below------",
|
||||||
-- chatQuit="再按一次退出",
|
-- chatQuit="Press again to exit",
|
||||||
|
|
||||||
|
-- roomsFetchFailed="Failed to fetch rooms",
|
||||||
|
|
||||||
errorMsg="Une erreur est survenue et Techmino doit redémarrer.\nDes informations concernant l'erreur ont été créées, et vous pouvez les envoyer au créateur.",
|
errorMsg="Une erreur est survenue et Techmino doit redémarrer.\nDes informations concernant l'erreur ont été créées, et vous pouvez les envoyer au créateur.",
|
||||||
|
|
||||||
@@ -220,7 +222,7 @@ return{
|
|||||||
restart="Réessayer (R)",
|
restart="Réessayer (R)",
|
||||||
quit="Quitter (Q)",
|
quit="Quitter (Q)",
|
||||||
},
|
},
|
||||||
netgame={
|
net_menumenu={
|
||||||
-- ffa="FFA",
|
-- ffa="FFA",
|
||||||
-- rooms="Rooms",
|
-- rooms="Rooms",
|
||||||
-- chat="Chat",
|
-- chat="Chat",
|
||||||
@@ -489,55 +491,10 @@ return{
|
|||||||
prehold="Préréserve",
|
prehold="Préréserve",
|
||||||
_pc="PC",
|
_pc="PC",
|
||||||
|
|
||||||
clear1="Clear 1",
|
|
||||||
clear2="Clear 2",
|
|
||||||
clear3="Clear 3",
|
|
||||||
clear4="Clear 4",
|
|
||||||
spin0="spin 0",
|
|
||||||
spin1="spin 1",
|
|
||||||
spin2="spin 2",
|
|
||||||
spin3="spin 3",
|
|
||||||
|
|
||||||
_1="Simple",
|
_1="Simple",
|
||||||
_2="Double",
|
_2="Double",
|
||||||
_3="Triple",
|
_3="Triple",
|
||||||
_4="Techrash",
|
_4="Techrash",
|
||||||
z0="Z-spin",
|
|
||||||
z1="Z-spin 1",
|
|
||||||
z2="Z-spin 2",
|
|
||||||
z3="Z-spin 3",
|
|
||||||
s0="S-spin",
|
|
||||||
s1="S-spin 1",
|
|
||||||
s2="S-spin 2",
|
|
||||||
s3="S-spin 3",
|
|
||||||
|
|
||||||
j0="J-spin",
|
|
||||||
j1="J-spin 1",
|
|
||||||
j2="J-spin 2",
|
|
||||||
j3="J-spin 3",
|
|
||||||
l0="L-spin",
|
|
||||||
l1="L-spin 1",
|
|
||||||
l2="L-spin 2",
|
|
||||||
l3="L-spin 3",
|
|
||||||
|
|
||||||
t0="T-spin",
|
|
||||||
t1="T-spin 1",
|
|
||||||
t2="T-spin 2",
|
|
||||||
t3="T-spin 3",
|
|
||||||
o0="O-spin",
|
|
||||||
o1="O-spin 1",
|
|
||||||
o2="O-spin 2",
|
|
||||||
o3="O-spin 3",
|
|
||||||
|
|
||||||
i0="I-spin",
|
|
||||||
i1="I-spin 1",
|
|
||||||
i2="I-spin 2",
|
|
||||||
i3="I-spin 3",
|
|
||||||
|
|
||||||
mini="Mini",
|
|
||||||
b2b="B2B",
|
|
||||||
b3b="B3B",
|
|
||||||
pc="PC",
|
|
||||||
},
|
},
|
||||||
mg_15p={
|
mg_15p={
|
||||||
reset="Réinitialiser",
|
reset="Réinitialiser",
|
||||||
|
|||||||
@@ -6,9 +6,9 @@ return{
|
|||||||
httpTimeout="¡Tiempo de espera de conexión agotado!",
|
httpTimeout="¡Tiempo de espera de conexión agotado!",
|
||||||
marking="Autor:MrZ_26\nEsta grabación es ilegal si ves esto\nNo se aceptan excusas",
|
marking="Autor:MrZ_26\nEsta grabación es ilegal si ves esto\nNo se aceptan excusas",
|
||||||
holdR="Mantén presionado para reiniciar",
|
holdR="Mantén presionado para reiniciar",
|
||||||
-- newDay="新的一天,新的开始~",
|
-- newDay="[Anti-addiction] New day, new beginning!",
|
||||||
-- playedLong="已经玩很久了!注意休息!",
|
-- playedLong="[Anti-addiction] You've been playing quite a bit today. Make sure to take breaks.",
|
||||||
-- playedTooMuch="今天玩太久啦!打块好玩但也要适可而止哦~",
|
-- playedTooMuch="[Anti-addiction] You've been playing too much today! You can't play any more.",
|
||||||
|
|
||||||
atkModeName={"Al azar","Medallas","KOs","Atacantes"},
|
atkModeName={"Al azar","Medallas","KOs","Atacantes"},
|
||||||
royale_remain="$1 Jugadores Restantes",
|
royale_remain="$1 Jugadores Restantes",
|
||||||
@@ -90,17 +90,19 @@ return{
|
|||||||
-- loginFailed="Login failed",
|
-- loginFailed="Login failed",
|
||||||
-- accessSuccessed="Successfully authorized!",
|
-- accessSuccessed="Successfully authorized!",
|
||||||
-- accessFailed="Authorization failed",
|
-- accessFailed="Authorization failed",
|
||||||
-- wsSuccessed="WS连接成功",
|
-- wsSuccessed="WebSocket: connected",
|
||||||
-- wsFailed="WS连接失败",
|
-- wsFailed="WebSocket: connection failed",
|
||||||
-- wsDisconnected="WS连接断开",
|
-- wsDisconnected="WebSocket: disconnected",
|
||||||
-- wsNoConn="WS未连接",
|
-- wsNoConn="WebSocket: you are not connected",
|
||||||
|
|
||||||
-- chatJoin="进入房间",
|
-- chatJoin="joined the room.",
|
||||||
-- chatLeave="离开房间",
|
-- chatLeave="left the room.",
|
||||||
-- chatRemain="人数:",
|
-- chatRemain="Online: ",
|
||||||
-- chatStart="------消息的开头------",
|
-- chatStart="------Beginning of log------",
|
||||||
-- chatHistory="------以上是历史消息------",
|
-- chatHistory="------New messages below------",
|
||||||
-- chatQuit="再按一次退出",
|
-- chatQuit="Press again to exit",
|
||||||
|
|
||||||
|
-- roomsFetchFailed="Failed to fetch rooms",
|
||||||
|
|
||||||
errorMsg="Ha ocurrido un error y Techmino necesita reiniciarse.\nSe creó un registro de error, puedes enviarlo al autor.",
|
errorMsg="Ha ocurrido un error y Techmino necesita reiniciarse.\nSe creó un registro de error, puedes enviarlo al autor.",
|
||||||
|
|
||||||
@@ -224,7 +226,7 @@ return{
|
|||||||
restart="Reiniciar (R)",
|
restart="Reiniciar (R)",
|
||||||
quit= "Finalizar (Q)",
|
quit= "Finalizar (Q)",
|
||||||
},
|
},
|
||||||
netgame={
|
net_menumenu={
|
||||||
-- ffa="FFA",
|
-- ffa="FFA",
|
||||||
-- rooms="Rooms",
|
-- rooms="Rooms",
|
||||||
-- chat="Chat",
|
-- chat="Chat",
|
||||||
@@ -311,7 +313,6 @@ return{
|
|||||||
},
|
},
|
||||||
setting_skin={
|
setting_skin={
|
||||||
title="Ajustes de Texturas",
|
title="Ajustes de Texturas",
|
||||||
spin1="R",spin2="R",spin3="R",spin4="R",spin5="R",spin6="R",spin7="R",
|
|
||||||
skinR="Color por def.",
|
skinR="Color por def.",
|
||||||
faceR="Direc. por def.",
|
faceR="Direc. por def.",
|
||||||
},
|
},
|
||||||
@@ -492,57 +493,11 @@ return{
|
|||||||
-- hold="Hold",
|
-- hold="Hold",
|
||||||
-- prerotate="Prerotate",
|
-- prerotate="Prerotate",
|
||||||
-- prehold="Prehold",
|
-- prehold="Prehold",
|
||||||
-- _pc="PC",
|
|
||||||
|
|
||||||
-- clear1="clear 1",
|
_1="Single",
|
||||||
-- clear2="clear 2",
|
_2="Doble",
|
||||||
-- clear3="clear 3",
|
_3="Triple",
|
||||||
-- clear4="clear 4",
|
_4="Techrash",
|
||||||
-- spin0="spin 0",
|
|
||||||
-- spin1="spin 1",
|
|
||||||
-- spin2="spin 2",
|
|
||||||
-- spin3="spin 3",
|
|
||||||
|
|
||||||
-- _1="Single",
|
|
||||||
-- _2="Double",
|
|
||||||
-- _3="Triple",
|
|
||||||
-- _4="Techrash",
|
|
||||||
-- z0="Z-spin",
|
|
||||||
-- z1="Z-spin 1",
|
|
||||||
-- z2="Z-spin 2",
|
|
||||||
-- z3="Z-spin 3",
|
|
||||||
-- s0="S-spin",
|
|
||||||
-- s1="S-spin 1",
|
|
||||||
-- s2="S-spin 2",
|
|
||||||
-- s3="S-spin 3",
|
|
||||||
|
|
||||||
-- j0="J-spin",
|
|
||||||
-- j1="J-spin 1",
|
|
||||||
-- j2="J-spin 2",
|
|
||||||
-- j3="J-spin 3",
|
|
||||||
-- l0="L-spin",
|
|
||||||
-- l1="L-spin 1",
|
|
||||||
-- l2="L-spin 2",
|
|
||||||
-- l3="L-spin 3",
|
|
||||||
|
|
||||||
-- t0="T-spin",
|
|
||||||
-- t1="T-spin 1",
|
|
||||||
-- t2="T-spin 2",
|
|
||||||
-- t3="T-spin 3",
|
|
||||||
-- o0="O-spin",
|
|
||||||
-- o1="O-spin 1",
|
|
||||||
-- o2="O-spin 2",
|
|
||||||
-- o3="O-spin 3",
|
|
||||||
|
|
||||||
-- i0="I-spin",
|
|
||||||
-- i1="I-spin 1",
|
|
||||||
-- i2="I-spin 2",
|
|
||||||
-- i3="I-spin 3",
|
|
||||||
|
|
||||||
-- mini="Mini",
|
|
||||||
-- b2b="B2B",
|
|
||||||
-- b3b="B3B",
|
|
||||||
-- pc="PC",
|
|
||||||
},
|
},
|
||||||
mg_15p={
|
mg_15p={
|
||||||
reset="Mezclar",
|
reset="Mezclar",
|
||||||
|
|||||||
@@ -99,6 +99,8 @@ return{
|
|||||||
chatHistory="------以上是历史消息------",
|
chatHistory="------以上是历史消息------",
|
||||||
chatQuit="再按一次退出",
|
chatQuit="再按一次退出",
|
||||||
|
|
||||||
|
roomsFetchFailed="拉取房间列表失败",
|
||||||
|
|
||||||
errorMsg="Techmino遭受了雷击,需要重新启动.\n我们已收集了一些错误信息,你可以向作者进行反馈.",
|
errorMsg="Techmino遭受了雷击,需要重新启动.\n我们已收集了一些错误信息,你可以向作者进行反馈.",
|
||||||
|
|
||||||
modInstruction="选择你要使用的Mod!\n不同Mod会用不同的方式改变初始游戏规则(可能导致不能正常游玩)\n来开发新玩法或者挑战自我吧!\n提醒:开启一些Mod会让成绩无效,你也可以用键盘开关Mod,按住shift反向",
|
modInstruction="选择你要使用的Mod!\n不同Mod会用不同的方式改变初始游戏规则(可能导致不能正常游玩)\n来开发新玩法或者挑战自我吧!\n提醒:开启一些Mod会让成绩无效,你也可以用键盘开关Mod,按住shift反向",
|
||||||
@@ -244,7 +246,7 @@ return{
|
|||||||
restart="重新开始(R)",
|
restart="重新开始(R)",
|
||||||
quit= "退出(Q)",
|
quit= "退出(Q)",
|
||||||
},
|
},
|
||||||
netgame={
|
net_menumenu={
|
||||||
ffa="FFA",
|
ffa="FFA",
|
||||||
rooms="房间列表",
|
rooms="房间列表",
|
||||||
chat="聊天室",
|
chat="聊天室",
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ local function tick_httpREQ_launch(task)
|
|||||||
end
|
end
|
||||||
time=time+1
|
time=time+1
|
||||||
if time>360 then
|
if time>360 then
|
||||||
LOG.print(text.httpTimeout,"message")
|
LOG.print(text.getNoticeFail..": "..text.httpTimeout,"message")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@@ -60,7 +60,7 @@ local function tick_httpREQ_autoLogin(task)
|
|||||||
end
|
end
|
||||||
time=time+1
|
time=time+1
|
||||||
if time>360 then
|
if time>360 then
|
||||||
LOG.print(text.httpTimeout,"message")
|
LOG.print(text.loginFailed..": "..text.httpTimeout,"message")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ local function tick_httpREQ_newLogin(task)
|
|||||||
end
|
end
|
||||||
time=time+1
|
time=time+1
|
||||||
if time>360 then
|
if time>360 then
|
||||||
LOG.print(text.httpTimeout,"message")
|
LOG.print(text.loginFailed..": "..text.httpTimeout,"message")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ local function tick_httpREQ_checkAccessToken(task)
|
|||||||
if response then
|
if response then
|
||||||
if response.code==200 then
|
if response.code==200 then
|
||||||
LOG.print(text.accessSuccessed)
|
LOG.print(text.accessSuccessed)
|
||||||
SCN.go("netgame")
|
SCN.go("net_menumenu")
|
||||||
elseif response.code==403 or response.code==401 then
|
elseif response.code==403 or response.code==401 then
|
||||||
httpRequest(
|
httpRequest(
|
||||||
TICK.httpREQ_getAccessToken,
|
TICK.httpREQ_getAccessToken,
|
||||||
@@ -33,7 +33,7 @@ local function tick_httpREQ_checkAccessToken(task)
|
|||||||
end
|
end
|
||||||
time=time+1
|
time=time+1
|
||||||
if time>360 then
|
if time>360 then
|
||||||
LOG.print(text.httpTimeout,"message")
|
LOG.print(text.loginFailed..": "..text.httpTimeout,"message")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ end
|
|||||||
|
|
||||||
scene.widgetList={
|
scene.widgetList={
|
||||||
WIDGET.newButton{name="ffa", x=640, y=200,w=350,h=120,font=40,code=NULL},
|
WIDGET.newButton{name="ffa", x=640, y=200,w=350,h=120,font=40,code=NULL},
|
||||||
WIDGET.newButton{name="rooms", x=640, y=360,w=350,h=120,font=40,code=NULL},
|
WIDGET.newButton{name="rooms", x=640, y=360,w=350,h=120,font=40,code=WIDGET.lnk_goScene("net_menurooms")},
|
||||||
WIDGET.newButton{name="chat", x=640, y=540,w=350,h=120,font=40,code=WIDGET.lnk_goScene("chat")},
|
WIDGET.newButton{name="chat", x=640, y=540,w=350,h=120,font=40,code=WIDGET.lnk_goScene("chat")},
|
||||||
WIDGET.newButton{name="back", x=1140, y=640,w=170,h=80,font=40,code=WIDGET.lnk_BACK},
|
WIDGET.newButton{name="back", x=1140, y=640,w=170,h=80,font=40,code=WIDGET.lnk_BACK},
|
||||||
}
|
}
|
||||||
93
parts/scenes/net_rooms.lua
Normal file
93
parts/scenes/net_rooms.lua
Normal file
@@ -0,0 +1,93 @@
|
|||||||
|
local gc=love.graphics
|
||||||
|
local max,min=math.max,math.min
|
||||||
|
|
||||||
|
local rooms
|
||||||
|
local scrollPos,curPos
|
||||||
|
local lastfreshTime
|
||||||
|
|
||||||
|
local function task_fetchRooms(task)
|
||||||
|
local time=0
|
||||||
|
while true do
|
||||||
|
coroutine.yield()
|
||||||
|
local response,request_error=client.poll(task)
|
||||||
|
if response then
|
||||||
|
local res=json.decode(response.body)
|
||||||
|
if res then
|
||||||
|
if response.code==200 then
|
||||||
|
rooms=res.rooms
|
||||||
|
curPos=1
|
||||||
|
else
|
||||||
|
LOG.print(text.netErrorCode..response.code..": "..res.message,"warn")
|
||||||
|
end
|
||||||
|
end
|
||||||
|
return
|
||||||
|
elseif request_error then
|
||||||
|
LOG.print(text.roomsFetchFailed..": "..request_error,"warn")
|
||||||
|
return
|
||||||
|
end
|
||||||
|
time=time+1
|
||||||
|
if time>210 then
|
||||||
|
LOG.print(text.roomsFetchFailed..": "..text.httpTimeout,"warn")
|
||||||
|
return
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
local function fresh()
|
||||||
|
lastfreshTime=TIME()
|
||||||
|
rooms=nil
|
||||||
|
httpRequest(
|
||||||
|
task_fetchRooms,
|
||||||
|
PATH.api..PATH.access,
|
||||||
|
"GET"
|
||||||
|
)
|
||||||
|
end
|
||||||
|
|
||||||
|
local scene={}
|
||||||
|
|
||||||
|
function scene.sceneInit()
|
||||||
|
BG.set("bg1")
|
||||||
|
scrollPos=0
|
||||||
|
curPos=0
|
||||||
|
fresh()
|
||||||
|
end
|
||||||
|
|
||||||
|
function scene.wheelMoved(_,y)
|
||||||
|
wheelScroll(y)
|
||||||
|
end
|
||||||
|
function scene.keyDown(k)
|
||||||
|
if rooms then
|
||||||
|
if k=="down"then
|
||||||
|
curPos=min(curPos+1,#rooms)
|
||||||
|
elseif k=="up"then
|
||||||
|
curPos=max(curPos-1,1)
|
||||||
|
elseif k=="r"then
|
||||||
|
fresh()
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
function scene.update()
|
||||||
|
if TIME()-lastfreshTime>5 then
|
||||||
|
fresh()
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
function scene.draw()
|
||||||
|
if rooms then
|
||||||
|
setFont(40)
|
||||||
|
for i=scrollPos,min(scrollPos+9,#rooms)do
|
||||||
|
local R=rooms[i+1]
|
||||||
|
gc.setColor(.7,.7,1)
|
||||||
|
gc.print(i,50,100+50*i)
|
||||||
|
gc.setColor(1,1,.7)
|
||||||
|
gc.print(R.name,130,100+50*i)
|
||||||
|
end
|
||||||
|
gc.print("→",20,50+50*curPos)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
scene.widgetList={
|
||||||
|
WIDGET.newButton{name="back",x=1140,y=640,w=170,h=80,font=40,code=WIDGET.lnk_BACK},
|
||||||
|
}
|
||||||
|
|
||||||
|
return scene
|
||||||
@@ -19,7 +19,7 @@ local function tick_httpREQ_register(task)
|
|||||||
end
|
end
|
||||||
time=time+1
|
time=time+1
|
||||||
if time>360 then
|
if time>360 then
|
||||||
LOG.print(text.httpTimeout,"message")
|
LOG.print(text.loginFailed..": "..text.httpTimeout,"message")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ function Tick.httpREQ_getAccessToken(task)
|
|||||||
LOG.print(text.accessSuccessed)
|
LOG.print(text.accessSuccessed)
|
||||||
USER.access_token=res.access_token
|
USER.access_token=res.access_token
|
||||||
FILE.save(USER,"conf/user")
|
FILE.save(USER,"conf/user")
|
||||||
SCN.swapTo("netgame")
|
SCN.swapTo("net_menumenu")
|
||||||
else
|
else
|
||||||
LOG.print(text.netErrorCode..response.code..": "..res.message,"warn")
|
LOG.print(text.netErrorCode..response.code..": "..res.message,"warn")
|
||||||
end
|
end
|
||||||
@@ -33,7 +33,7 @@ function Tick.httpREQ_getAccessToken(task)
|
|||||||
end
|
end
|
||||||
time=time+1
|
time=time+1
|
||||||
if time>360 then
|
if time>360 then
|
||||||
LOG.print(text.httpTimeout,"message")
|
LOG.print(text.loginFailed..": "..text.httpTimeout,"message")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@@ -76,7 +76,7 @@ function Tick.wsCONN_connect(task)
|
|||||||
end
|
end
|
||||||
time=time+1
|
time=time+1
|
||||||
if time>360 then
|
if time>360 then
|
||||||
LOG.print(text.httpTimeout,"message")
|
LOG.print(text.wsFailed..": "..text.httpTimeout,"message")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user