Home
last modified time | relevance | path

Searched refs:ShowMessageModal (Results 1 – 14 of 14) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/network/
H A DC4League.cpp608 …::pGUI->ShowMessageModal(FormatString(LoadResStr("IDS_MSG_LEAGUESIGNUPCANCELLED"), strPlayerName.g… in UserClose()
616 …::pGUI->ShowMessageModal(LoadResStr("IDS_MSG_LEAGUEMISSINGUSERNAME"), LoadResStr("IDS_DLG_INVALIDE… in UserClose()
626 …::pGUI->ShowMessageModal(LoadResStr("IDS_MSG_LEAGUEINVALIDUSERNAME"), LoadResStr("IDS_DLG_INVALIDE… in UserClose()
633 …::pGUI->ShowMessageModal(LoadResStr("IDS_MSG_LEAGUEUSERNAMETOOSHORT"), LoadResStr("IDS_DLG_INVALID… in UserClose()
645 …::pGUI->ShowMessageModal(LoadResStr("IDS_MSG_LEAGUEMISSINGPASSWORD"), LoadResStr("IDS_DLG_INVALIDE… in UserClose()
653 …::pGUI->ShowMessageModal(LoadResStr("IDS_MSG_LEAGUEMISMATCHPASSWORD"), LoadResStr("IDS_DLG_INVALID… in UserClose()
H A DC4Network2.cpp249 …if (!pGUI->ShowMessageModal(msg.getData(), "[!]Network warning", C4GUI::MessageDialog::btnOKAbort,… in InitClient()
2106 fResult = ::pGUI->ShowMessageModal(Message.getData(), LoadResStr("IDS_NET_ERR_LEAGUE"), in InitLeague()
2154 bool fResult = ::pGUI->ShowMessageModal( in LeagueStart()
2217 bool fResult = ::pGUI->ShowMessageModal( in LeagueStart()
2239 bool fResult = ::pGUI->ShowMessageModal( in LeagueStart()
2376 … bool fRetry = ::pGUI->ShowMessageModal(sResultMessage.getData(), LoadResStr("IDS_NET_ERR_LEAGUE"), in LeagueEnd()
2402 fRetry = ::pGUI->ShowMessageModal(sResultMessage.getData(), LoadResStr("IDS_NET_ERR_LEAGUE"), in LeagueEnd()
2521 fSuccess = ::pGUI->ShowMessageModal( in LeaguePlrAuth()
2525 fSuccess = ::pGUI->ShowMessageModal( in LeaguePlrAuth()
2529 fSuccess = ::pGUI->ShowMessageModal( in LeaguePlrAuth()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4UpdateDlg.cpp155 …pScreen->ShowMessageModal(LoadResStr("IDS_MSG_NEWRELEASEAVAILABLE"), LoadResStr("IDS_TYPE_UPDATE")… in DoUpdate()
365 …if (pScreen->ShowMessageModal(LoadResStr("IDS_MSG_ANUPDATETOVERSIONISAVAILA"), LoadResStr("IDS_TYP… in CheckForUpdates()
H A DC4StartupNetDlg.cpp1054 ::pGUI->ShowMessageModal( in DoOK()
1066 ::pGUI->ShowMessageModal( in DoOK()
1078 ::pGUI->ShowMessageModal( in DoOK()
1092 ::pGUI->ShowMessageModal( in DoOK()
1106 if (!::pGUI->ShowMessageModal( in DoOK()
1117 if (!::pGUI->ShowMessageModal( in DoOK()
1204 ::pGUI->ShowMessageModal( in DoRefresh()
H A DC4StartupAboutDlg.cpp302 …GetScreen()->ShowMessageModal("Couldn't open Credits.txt", "Credits", C4GUI::MessageDialog::btnOK,… in SaveCredits()
324 …GetScreen()->ShowMessageModal("Saved to Credits.txt", "Credits", C4GUI::MessageDialog::btnOK, C4GU… in SaveCredits()
H A DC4StartupScenSelDlg.cpp593 …::pGUI->ShowMessageModal(sMsg.getData(), strErr.getData(), C4GUI::MessageDialog::btnOK, C4GUI::Ico… in RenameTo()
600 …::pGUI->ShowMessageModal(sMsg.getData(), strErr.getData(), C4GUI::MessageDialog::btnOK, C4GUI::Ico… in RenameTo()
612 …::pGUI->ShowMessageModal(sMsg.getData(), strErr.getData(), C4GUI::MessageDialog::btnOK, C4GUI::Ico… in RenameTo()
618 …::pGUI->ShowMessageModal(sMsg.getData(), strErr.getData(), C4GUI::MessageDialog::btnOK, C4GUI::Ico… in RenameTo()
625 …::pGUI->ShowMessageModal(sMsg.getData(), strErr.getData(), C4GUI::MessageDialog::btnOK, C4GUI::Ico… in RenameTo()
652 …::pGUI->ShowMessageModal(sMsg.getData(), LoadResStr("IDS_FAIL_RENAME"), C4GUI::MessageDialog::btnO… in SetTitleInGroup()
1800 …if (!GetScreen()->ShowMessageModal(sError.getData(), LoadResStrNoAmp("IDS_DLG_STARTGAME"), C4GUI::… in DoOK()
1882 …::pGUI->ShowMessageModal(sMsg.getData(), LoadResStr("IDS_MNU_DELETE"), C4GUI::MessageDialog::btnOK… in DeleteConfirm()
H A DC4DownloadDlg.cpp188 …pScreen->ShowMessageModal(sError.getData(), FormatString(LoadResStr("IDS_CTL_DL_TITLE"), szDLType)… in DownloadFile()
H A DC4GameLobby.cpp414 …if (!GetScreen()->ShowMessageModal(sMsg.getData(), LoadResStr("IDS_MSG_FREESAVEGAMEPLRS"), C4GUI::… in Start()
425 bool ignore = GetScreen()->ShowMessageModal( in Start()
H A DC4ChatDlg.cpp524 …if (!GetScreen()->ShowMessageModal(sWarnMsg.getData(), LoadResStr("IDS_MSG_CHATDISCLAIMER"), C4GUI… in OnConnectBtn()
936 …if (!GetScreen()->ShowMessageModal(LoadResStr("IDS_MSG_DISCONNECTFROMSERVER"), LoadResStr("IDS_DLG… in UserQueryQuit()
H A DC4StartupPlrSelDlg.cpp391 …::pGUI->ShowMessageModal(sMsg.getData(), LoadResStr("IDS_FAIL_RENAME"), C4GUI::MessageDialog::btnO… in SetName()
398 …::pGUI->ShowMessageModal(sMsg.getData(), LoadResStr("IDS_FAIL_RENAME"), C4GUI::MessageDialog::btnO… in SetName()
1545 GetScreen()->ShowMessageModal( in UserClose()
H A DC4GuiDialogs.cpp1045 …bool Screen::ShowMessageModal(const char *szMessage, const char *szCaption, DWORD dwButtons, Icons… in ShowMessageModal() function in C4GUI::Screen
H A DC4StartupOptionsDlg.cpp1044 …if (!GetScreen()->ShowMessageModal(sWarningText.getData(), LoadResStr("IDS_BTN_RESETCONFIG"), C4GU… in OnResetConfigBtn()
H A DC4Gui.h2642 …bool ShowMessageModal(const char *szMessage, const char *szCaption, DWORD dwButtons, Icons icoIcon…
/dports/games/openclonk/openclonk-release-8.1-src/src/control/
H A DC4PlayerInfo.cpp1390 …::pGUI->ShowMessageModal(sMsg.getData(), LoadResStr("IDS_MSG_FREESAVEGAMEPLRS"), C4GUI::MessageDia… in RestoreSavegameInfos()