mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-04-29 02:39:20 +02:00
Updated to otcv8-dev/otcv8-dev/'
This commit is contained in:
parent
c9fadb81b2
commit
ea62897d39
Binary file not shown.
Before Width: | Height: | Size: 2.0 KiB |
BIN
libEGL.dll
BIN
libEGL.dll
Binary file not shown.
BIN
libGLESv2.dll
BIN
libGLESv2.dll
Binary file not shown.
@ -4,7 +4,6 @@ EnterGame = { }
|
|||||||
local loadBox
|
local loadBox
|
||||||
local enterGame
|
local enterGame
|
||||||
local enterGameButton
|
local enterGameButton
|
||||||
local logpass
|
|
||||||
local clientBox
|
local clientBox
|
||||||
local protocolLogin
|
local protocolLogin
|
||||||
local server = nil
|
local server = nil
|
||||||
@ -298,9 +297,6 @@ end
|
|||||||
function EnterGame.init()
|
function EnterGame.init()
|
||||||
if USE_NEW_ENERGAME then return end
|
if USE_NEW_ENERGAME then return end
|
||||||
enterGame = g_ui.displayUI('entergame')
|
enterGame = g_ui.displayUI('entergame')
|
||||||
if LOGPASS ~= nil then
|
|
||||||
logpass = g_ui.loadUI('logpass', enterGame:getParent())
|
|
||||||
end
|
|
||||||
|
|
||||||
serverSelectorPanel = enterGame:getChildById('serverSelectorPanel')
|
serverSelectorPanel = enterGame:getChildById('serverSelectorPanel')
|
||||||
customServerSelectorPanel = enterGame:getChildById('customServerSelectorPanel')
|
customServerSelectorPanel = enterGame:getChildById('customServerSelectorPanel')
|
||||||
@ -362,11 +358,6 @@ end
|
|||||||
function EnterGame.terminate()
|
function EnterGame.terminate()
|
||||||
if not enterGame then return end
|
if not enterGame then return end
|
||||||
g_keyboard.unbindKeyDown('Ctrl+G')
|
g_keyboard.unbindKeyDown('Ctrl+G')
|
||||||
|
|
||||||
if logpass then
|
|
||||||
logpass:destroy()
|
|
||||||
logpass = nil
|
|
||||||
end
|
|
||||||
|
|
||||||
enterGame:destroy()
|
enterGame:destroy()
|
||||||
if loadBox then
|
if loadBox then
|
||||||
@ -386,22 +377,11 @@ function EnterGame.show()
|
|||||||
enterGame:raise()
|
enterGame:raise()
|
||||||
enterGame:focus()
|
enterGame:focus()
|
||||||
enterGame:getChildById('accountNameTextEdit'):focus()
|
enterGame:getChildById('accountNameTextEdit'):focus()
|
||||||
if logpass then
|
|
||||||
logpass:show()
|
|
||||||
logpass:raise()
|
|
||||||
logpass:focus()
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function EnterGame.hide()
|
function EnterGame.hide()
|
||||||
if not enterGame then return end
|
if not enterGame then return end
|
||||||
enterGame:hide()
|
enterGame:hide()
|
||||||
if logpass then
|
|
||||||
logpass:hide()
|
|
||||||
if modules.logpass then
|
|
||||||
modules.logpass:hide()
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function EnterGame.openWindow()
|
function EnterGame.openWindow()
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
UIWidget
|
|
||||||
id: logpass
|
|
||||||
size: 248 41
|
|
||||||
anchors.top: enterGame.bottom
|
|
||||||
anchors.horizontalCenter: enterGame.horizontalCenter
|
|
||||||
margin-top: 25
|
|
||||||
image-size: 248 41
|
|
||||||
image-source: /images/ui/continue_with_logpass.png
|
|
||||||
@onClick: modules.logpass.show()
|
|
BIN
otclient_dx.exe
BIN
otclient_dx.exe
Binary file not shown.
BIN
otclient_gl.exe
BIN
otclient_gl.exe
Binary file not shown.
BIN
otclient_linux
BIN
otclient_linux
Binary file not shown.
BIN
otclient_mac
BIN
otclient_mac
Binary file not shown.
BIN
otclientv8.apk
BIN
otclientv8.apk
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user