openclonk/src/gui
Lukas Werling 5719524241 Move C4AchievementGraphics to its own file
Scenario parameters are useful in a script-only context (such as the one
mape uses). C4AchievementGraphics introduces a dependency on C4Surface
which isn't available in that context.
2017-04-03 11:55:22 +02:00
..
C4ChatDlg.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4ChatDlg.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4DownloadDlg.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4DownloadDlg.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4FileSelDlg.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4FileSelDlg.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4Folder.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4Folder.h Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4GameDialogs.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4GameDialogs.h Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4GameLobby.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4GameLobby.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4GameMessage.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4GameMessage.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4GameOptions.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4GameOptions.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4GameOverDlg.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4GameOverDlg.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4GfxErrorDlg.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4GfxErrorDlg.h Add copyright header to files that were missing it 2015-02-16 18:40:52 +01:00
C4Gui.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4Gui.h C4AbstractApp: Remove StdStrBuf 2017-03-16 18:51:16 +01:00
C4GuiButton.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4GuiCheckBox.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4GuiComboBox.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4GuiContainers.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4GuiDialogs.cpp C4AbstractApp: Remove StdStrBuf 2017-03-16 18:51:16 +01:00
C4GuiEdit.cpp Fix WITH_AUTOMATIC_UPDATE, non-Windows platforms 2017-03-16 23:18:38 +01:00
C4GuiLabels.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4GuiListBox.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4GuiMenu.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4GuiTabular.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4KeyboardInput.cpp StdCompiler: Use terms "Serializer" and "Deserializer" 2017-03-11 15:05:41 +01:00
C4KeyboardInput.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4LoaderScreen.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4LoaderScreen.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4MainMenu.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4MainMenu.h Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4Menu.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4Menu.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4MessageBoard.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4MessageBoard.h Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4MessageInput.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4MessageInput.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4MouseControl.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4MouseControl.h Twiddle with header organization: lib{misc,c4script} do no longer include GL/glew.h 2016-10-20 18:46:32 +02:00
C4PlayerInfoListBox.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4PlayerInfoListBox.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4Scoreboard.cpp StdCompiler: Use terms "Serializer" and "Deserializer" 2017-03-11 15:05:41 +01:00
C4Scoreboard.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4ScriptGuiWindow.cpp Script GUI: added TightGridLayout style (requirement of #1842) 2016-11-05 15:35:15 +01:00
C4ScriptGuiWindow.h Script GUI: added TightGridLayout style (requirement of #1842) 2016-11-05 15:35:15 +01:00
C4Startup.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4Startup.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4StartupAboutDlg.cpp Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4StartupAboutDlg.h Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4StartupMainDlg.cpp Fix WITH_AUTOMATIC_UPDATE, non-Windows platforms 2017-03-16 23:18:38 +01:00
C4StartupMainDlg.h Merge branch 'master' into qteditor 2016-04-03 21:06:32 +02:00
C4StartupNetDlg.cpp Implement IPv6 support to C4NetIO 2017-01-09 20:34:43 +01:00
C4StartupNetDlg.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4StartupOptionsDlg.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4StartupOptionsDlg.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4StartupPlrSelDlg.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4StartupPlrSelDlg.h Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4StartupScenSelDlg.cpp C4Scenario: Remove fixed char buffers 2017-03-23 16:35:25 +01:00
C4StartupScenSelDlg.h Move C4AchievementGraphics to its own file 2017-04-03 11:55:22 +02:00
C4UpdateDlg.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4UpdateDlg.h Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4UpperBoard.cpp Replace NULL by nullptr in C++ sources 2016-11-02 19:58:02 -04:00
C4UpperBoard.h Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00