mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Changed: make the in game creation account working
This commit is contained in:
parent
6192d39d50
commit
4e1f9f0bbb
2 changed files with 15 additions and 12 deletions
|
@ -63,18 +63,17 @@
|
||||||
<ctrl style="log_std_but" id="but_create_account" posparent="but_log" posref="BM TM" y="-28"
|
<ctrl style="log_std_but" id="but_create_account" posparent="but_log" posref="BM TM" y="-28"
|
||||||
onclick_l="on_create_account" hardtext="uiCreateAccount" />
|
onclick_l="on_create_account" hardtext="uiCreateAccount" />
|
||||||
|
|
||||||
|
<!-- Edit Account -->
|
||||||
|
<ctrl style="log_std_but" id="but_edit_account" posparent="but_create_account" posref="BM TM" y="-8"
|
||||||
|
onclick_l="open_url" params_l="cfg_EditAccountURL" hardtext="uiEditAccount" />
|
||||||
|
|
||||||
<!-- Upgrade Account -->
|
<!-- Upgrade Account -->
|
||||||
<ctrl style="log_std_but" id="but_upgrade_account" posparent="but_create_account" posref="BM TM" y="-8"
|
<!-- <ctrl style="log_std_but" id="but_upgrade_account" posparent="but_create_account" posref="BM TM" y="-8"
|
||||||
onclick_l="open_url" params_l="cfg_EditAccountURL" hardtext="uiUpgradeAccount" />
|
onclick_l="open_url" params_l="cfg_EditAccountURL" hardtext="uiUpgradeAccount" /> -->
|
||||||
|
|
||||||
<!-- Forget Password -->
|
<!-- Forget Password -->
|
||||||
<ctrl style="log_std_but" id="but_forget_pwd" posparent="but_upgrade_account" posref="BM TM" y="-8"
|
<ctrl style="log_std_but" id="but_forget_pwd" posparent="but_edit_account" posref="BM TM" y="-8"
|
||||||
onclick_l="open_url" params_l="cfg_ForgetPwdURL" hardtext="uiForgetPwd" />
|
onclick_l="open_url" params_l="cfg_ForgetPwdURL" hardtext="uiForgetPwd" />
|
||||||
|
|
||||||
<!-- Edit Account -->
|
|
||||||
<ctrl style="log_std_but" id="but_edit_account" posparent="but_forget_pwd" posref="BM TM" y="-8"
|
|
||||||
onclick_l="open_url" params_l="cfg_EditAccountURL" hardtext="uiEditAccount" />
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Free Trial
|
<!-- Free Trial
|
||||||
<ctrl style="log_spe_but" id="but_free_trial" posparent="but_forget_pwd" posref="BL TL" y="-8"
|
<ctrl style="log_spe_but" id="but_free_trial" posparent="but_forget_pwd" posref="BL TL" y="-8"
|
||||||
|
@ -82,7 +81,7 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Login Support -->
|
<!-- Login Support -->
|
||||||
<ctrl style="log_std_but" id="but_login_support" posparent="but_edit_account" posref="BM TM" y="-8"
|
<ctrl style="log_std_but" id="but_login_support" posparent="but_forget_pwd" posref="BM TM" y="-8"
|
||||||
onclick_l="open_url" params_l="cfg_LoginSupportURL" hardtext="uiLoginSupport" />
|
onclick_l="open_url" params_l="cfg_LoginSupportURL" hardtext="uiLoginSupport" />
|
||||||
|
|
||||||
<!-- Scan Data -->
|
<!-- Scan Data -->
|
||||||
|
@ -109,8 +108,11 @@
|
||||||
<!-- RESOLUTION ET LEVEL OF DETAILS -->
|
<!-- RESOLUTION ET LEVEL OF DETAILS -->
|
||||||
<instance template="server_box" id="res_win" posparent="window" posref="TL TL" w="276" h="24" y="-733" x="10"/>
|
<instance template="server_box" id="res_win" posparent="window" posref="TL TL" w="276" h="24" y="-733" x="10"/>
|
||||||
<instance template="server_box" id="lod_win" posparent="res_win" posref="TR TL" w="276" h="24" x="16" />
|
<instance template="server_box" id="lod_win" posparent="res_win" posref="TR TL" w="276" h="24" x="16" />
|
||||||
<!-- Game Configuration --> <ctrl style="log_std_but" id="but_game_configuration" posparent="lod_win" posref="TR TL" x="26" onclick_l="on_game_configuration" hardtext="uiGameConfiguration" /> <!-- EXIT BUTTON --> <ctrl style="log_button" id="but_exit" posparent="windows" posref="BR BR" y="6" onclick_l="login_quit" hardtext="uiExitLogin" />
|
<!-- Game Configuration -->
|
||||||
<!-- Textes -->
|
<!-- <ctrl style="log_std_but" id="but_game_configuration" posparent="lod_win" posref="TR TL" x="26" onclick_l="on_game_configuration" hardtext="uiGameConfiguration" /> -->
|
||||||
|
<!-- EXIT BUTTON -->
|
||||||
|
<ctrl style="log_button" id="but_exit" posparent="windows" posref="BR BR" y="6" onclick_l="login_quit" hardtext="uiExitLogin" />
|
||||||
|
<!-- Textes -->
|
||||||
<view type="text" id="title_res" posparent="res_win" posref="TL BL" y="0" color="255 255 255 255" fontsize="10" shadow="true" hardtext="uiLOGResolution" />
|
<view type="text" id="title_res" posparent="res_win" posref="TL BL" y="0" color="255 255 255 255" fontsize="10" shadow="true" hardtext="uiLOGResolution" />
|
||||||
<view type="text" id="title_lod" posparent="lod_win" posref="TL BL" y="0" color="255 255 255 255" fontsize="10" shadow="true" hardtext="uiLOGLod" />
|
<view type="text" id="title_lod" posparent="lod_win" posref="TL BL" y="0" color="255 255 255 255" fontsize="10" shadow="true" hardtext="uiLOGLod" />
|
||||||
|
|
||||||
|
|
|
@ -346,6 +346,7 @@ void CLoginStateMachine::run()
|
||||||
if (initCreateAccount())
|
if (initCreateAccount())
|
||||||
{
|
{
|
||||||
SM_BEGIN_EVENT_TABLE
|
SM_BEGIN_EVENT_TABLE
|
||||||
|
SM_EVENT(ev_login_ok, st_check_patch);
|
||||||
SM_EVENT(ev_close_create_account, st_login);
|
SM_EVENT(ev_close_create_account, st_login);
|
||||||
SM_EVENT(ev_quit, st_end);
|
SM_EVENT(ev_quit, st_end);
|
||||||
SM_END_EVENT_TABLE
|
SM_END_EVENT_TABLE
|
||||||
|
|
Loading…
Reference in a new issue