 |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
#define IDD_FORMVIEW
Definition: resource.h:7
#define FT_SLIDE_WEIGHT
Definition: resource.h:101
void RefreshFontDisplay(HWND hDlg)
Definition: font_test.cpp:8
#define EI_GBOX_GAME_INFO
Definition: resource.h:71
BLAM void Initialize()
Definition: win32.cpp:10
INT_PTR CALLBACK EngineInformation(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam)
Main dialog procedure for Engine Information dialog.
Definition: engine_information.cpp:13
BLAM bool ShowFirstbootDialog()
Displays the Firstboot dialog.
Definition: firstboot.cpp:50
BLAM void DisableControl(HWND dialog, int field)
Disables the specified control.
Definition: utils.cpp:23
BLAM void LogEvent(std::string message)
Logs a message to the log and/or console.
Definition: aliases.cpp:130
BLAM HMODULE GetEngineDLLHandle()
Retrieves the module handle for the engine.
Definition: main.cpp:643
#define FT_CB_STRIKEOUT
Definition: resource.h:90
#define IDC_SENTRY_EVENT_ID
Definition: resource.h:117
#define FT_CBOX_CLIPPREC
Definition: resource.h:104
#define EI_REL_TYPE
Definition: resource.h:84
bool next_error_allow_continue
Definition: error_notice.cpp:15
BLAM int ShowModal(int id)
Definition: win32.cpp:36
#define IDC_ERR_CONTINUE
Definition: resource.h:57
#define FT_TB_ORIENTATION
Definition: resource.h:116
#define IDD_SPLASH_TEMP
Definition: resource.h:50
#define IDC_FIRSTBOOT_DISCORD_BTN
Definition: resource.h:121
BLAM HWND GetWin32MainWindowHandle()
Retrieves the main window handle of the application.
Definition: main.cpp:634
BLAM void AddItemToComboBox(HWND hDlg, int control_id, const char *item, int value)
Adds an item to the specified ComboBox control.
Definition: utils.cpp:37
#define IDC_AB_COPYRIGHT
Definition: resource.h:74
BLAM void DisableControlThemes(HWND dialog, int field)
Disables visual themes for the specified control.
Definition: utils.cpp:11
#define EI_PUBLISHER
Definition: resource.h:87
#define IDD_RASTERIZER
Definition: resource.h:52
#define FT_CBOX_QUALITY
Definition: resource.h:105
#define FT_FONT_PREVIEW_BOX
Definition: resource.h:110
#define IDD_ENGINE_INFORMATION
Definition: resource.h:19
#define IDC_ERR_SAFEMODE
Definition: resource.h:5
BLAM void ShowSentryEventDialog()
Definition: sentry_event_notice.cpp:49
#define IDD_SENTRY_EVENT_NOTICE
Definition: resource.h:40
#define IDD_PROPPAGE_MEDIUM
Definition: resource.h:13
#define EI_PLATFORM
Definition: resource.h:79
#define IDC_ERR_MACHINE_INFO
Definition: resource.h:63
#define IDC_AB_VERSION_TITLE
Definition: resource.h:75
#define FT_SLIDE_HEIGHT
Definition: resource.h:96
bool next_error_allow_safemode
Definition: error_notice.cpp:16
#define BLAM_VS_PLATFORM
Definition: version_data.h:29
#define EI_PRODUCT_ID
Definition: resource.h:78
std::string title
Definition: project_info.h:18
std::string codename
Definition: project_info.h:19
BLAM int ShowErrorDialogModal(std::string error_text, bool allow_continue=true, bool allow_safemode=true)
Displays the Error dialog as a modal dialog.
Definition: error_notice.cpp:122
BLAM std::string GetReleaseType()
Retrieves the release type of the engine.
Definition: engine_definitions.cpp:180
BLAM BlamProjectInfo GetCurrentProjectInfo()
Definition: project.cpp:7
BLAM void ShowFontTestDialog()
Displays the Font Test dialog.
Definition: font_test.cpp:280
#define EI_GBOX_ENGINE_INFO
Definition: resource.h:70
#define FT_TB_FONTNAME
Definition: resource.h:112
#define EI_COPYRIGHT
Definition: resource.h:92
@ Movies
Directory used to store video files, typically played at startup, credits, etc. Defaults to ....
#define ENGINE_VERSION
Definition: version_data.h:32
#define error_notice
Definition: resource.h:18
std::string next_error_text
Definition: error_notice.cpp:14
BLAM void ShowAboutDialog()
Displays the About dialog.
Definition: about.cpp:50
#define ENGINE_CFG
Macro to allow quicker access to the main configuration file.
Definition: config.h:20
INT_PTR CALLBACK About(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam)
Main dialog procedure for About dialog.
Definition: about.cpp:10
Add a fourth parameter to bake specific font ranges NULL
Definition: README.txt:57
#define EI_DEV_MODE_ENABLED
Definition: resource.h:82
#define IDD_ABOUTBOX
Definition: resource.h:11
#define ENGINE_DATA_PATH(path)
Macro to quickly access a game engine data folder.
Definition: config.h:34
#define EI_ENGINE_VER
Definition: resource.h:76
#define FT_CBOX_CHARSET
Definition: resource.h:102
#define IDC_ERR_DONT_SHOW_AGAIN
Definition: resource.h:54
#define EI_DEVELOPER
Definition: resource.h:89
std::string copyright
Definition: project_info.h:23
#define FT_CB_UNDERLINE
Definition: resource.h:88
#define FT_TB_PREVIEWTEXT
Definition: resource.h:108
std::string affiliates
Definition: project_info.h:22
@ Maps
Directory used for storing built-in cache files. Defaults to ./maps/
#define FT_REFRESH
Definition: resource.h:109
Definition: project_info.h:5
BLAM void SetComboBoxSelectedItem(HWND hDlg, int control_id, const char *item)
Change the selected item in a ComboBox.
Definition: utils.cpp:45
BLAM bool SetControlText(HWND dialog, int field, const char *text)
Sets the text of the specified control.
Definition: utils.cpp:16
std::string publisher
Definition: project_info.h:20
BlamMap< int, DLGPROC > dialogs
Definition: win32.cpp:8
#define EI_GAME_TITLE
Definition: resource.h:86
#define FT_SLIDE_ORIENTATION
Definition: resource.h:118
#define EI_UI_VERSION
Definition: resource.h:73
#define EI_MOVIES_DIR
Definition: resource.h:94
#define FT_TB_ESCAPEMENT
Definition: resource.h:123
BLAM void ShowEngineInfoDialog()
Displays the Engine Information dialog.
Definition: engine_information.cpp:104
#define FT_EXIT
Definition: resource.h:85
#define FT_TB_HEIGHT
Definition: resource.h:93
#define FT_CB_ITALIC
Definition: resource.h:83
INT_PTR CALLBACK ErrorDialog(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam)
Main dialog procedure for the Error dialog.
Definition: error_notice.cpp:18
void OpenWebURL(std::string url)
Definition: hs.cpp:114
#define IDD_FIRSTBOOT_NOTICE
Definition: resource.h:17
#define lbl_notice_message
Definition: resource.h:68
#define FT_SLIDE_WIDTH
Definition: resource.h:97
#define EI_AFFILIATES
Definition: resource.h:91
#define FT_CBOX_FAMILY
Definition: resource.h:113
#define DEV_MODE
Definition: engine_definitions.h:12
BLAM void DisableWindowThemes(HWND dialog)
Disables visual themes for the specified dialog ().
Definition: utils.cpp:6
BLAM void ShowDialog(int id)
Definition: win32.cpp:24
#define FT_TB_WIDTH
Definition: resource.h:95
#define IDC_FIRSTBOOT_TRACKER_BTN
Definition: resource.h:122
#define EI_CACHE_DIR
Definition: resource.h:80
INT_PTR CALLBACK FontTest(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam)
Main dialog procedure for the Font Test dialog.
Definition: font_test.cpp:69
#define font_test
Definition: resource.h:20
#define FT_CBOX_PITCH
Definition: resource.h:107
INT_PTR CALLBACK SentryEventIdDialog(HWND dialog_handle, UINT message, WPARAM wParam, LPARAM lParam)
Main dialog procedure for Sentry Event ID dialog.
Definition: sentry_event_notice.cpp:11
#define IDC_ERR_EXIT
Definition: resource.h:58
#define FT_TB_WEIGHT
Definition: resource.h:100
#define FT_SLIDE_ESCAPEMENT
Definition: resource.h:124
INT_PTR CALLBACK FirstbootNotice(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam)
Main dialog procedure for the Firstboot dialog.
Definition: firstboot.cpp:11
#define EI_DUMP_TO_FILE
Definition: resource.h:69
#define FT_CBOX_OUTPREC
Definition: resource.h:103
#define IDC_AB_ENGINE_INFO
Definition: resource.h:77
BLAM std::string GetEventID()
Retrieves the Event ID generated by Sentry, used to cross-reference bug reports and Sentry data.
Definition: sentry.cpp:37
#define IDC_ERR_MSG_EDITBOX
Definition: resource.h:115
std::string developer
Definition: project_info.h:21
#define EI_GBOX_ENGINE_SETTINGS
Definition: resource.h:72