diff --git a/data/images/ui/continue_with_logpass.png b/data/images/ui/continue_with_logpass.png deleted file mode 100644 index 7c611bb..0000000 Binary files a/data/images/ui/continue_with_logpass.png and /dev/null differ diff --git a/libEGL.dll b/libEGL.dll index 3ce6a3a..2d85f16 100644 Binary files a/libEGL.dll and b/libEGL.dll differ diff --git a/libGLESv2.dll b/libGLESv2.dll index fdaa46e..470fbe7 100644 Binary files a/libGLESv2.dll and b/libGLESv2.dll differ diff --git a/modules/client_entergame/entergame.lua b/modules/client_entergame/entergame.lua index afe76f7..55a5cbb 100644 --- a/modules/client_entergame/entergame.lua +++ b/modules/client_entergame/entergame.lua @@ -4,7 +4,6 @@ EnterGame = { } local loadBox local enterGame local enterGameButton -local logpass local clientBox local protocolLogin local server = nil @@ -298,9 +297,6 @@ end function EnterGame.init() if USE_NEW_ENERGAME then return end enterGame = g_ui.displayUI('entergame') - if LOGPASS ~= nil then - logpass = g_ui.loadUI('logpass', enterGame:getParent()) - end serverSelectorPanel = enterGame:getChildById('serverSelectorPanel') customServerSelectorPanel = enterGame:getChildById('customServerSelectorPanel') @@ -362,11 +358,6 @@ end function EnterGame.terminate() if not enterGame then return end g_keyboard.unbindKeyDown('Ctrl+G') - - if logpass then - logpass:destroy() - logpass = nil - end enterGame:destroy() if loadBox then @@ -386,22 +377,11 @@ function EnterGame.show() enterGame:raise() enterGame:focus() enterGame:getChildById('accountNameTextEdit'):focus() - if logpass then - logpass:show() - logpass:raise() - logpass:focus() - end end function EnterGame.hide() if not enterGame then return end enterGame:hide() - if logpass then - logpass:hide() - if modules.logpass then - modules.logpass:hide() - end - end end function EnterGame.openWindow() diff --git a/modules/client_entergame/logpass.otui b/modules/client_entergame/logpass.otui deleted file mode 100644 index 91fe96a..0000000 --- a/modules/client_entergame/logpass.otui +++ /dev/null @@ -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() \ No newline at end of file diff --git a/otclient_dx.exe b/otclient_dx.exe index 0b0c683..1bb622a 100644 Binary files a/otclient_dx.exe and b/otclient_dx.exe differ diff --git a/otclient_gl.exe b/otclient_gl.exe index b3ffda4..4ce394b 100644 Binary files a/otclient_gl.exe and b/otclient_gl.exe differ diff --git a/otclient_linux b/otclient_linux index f6790e8..2fb317b 100644 Binary files a/otclient_linux and b/otclient_linux differ diff --git a/otclient_mac b/otclient_mac index 93540e3..0a415e2 100644 Binary files a/otclient_mac and b/otclient_mac differ diff --git a/otclientv8.apk b/otclientv8.apk index 70c3282..ffb0510 100644 Binary files a/otclientv8.apk and b/otclientv8.apk differ