 |
Blamite Game Engine - blam!
00423.10.27.24.0533.blamite
The core library for the Blamite Game Engine.
|
#define FT_SLIDE_WEIGHT
Definition: resource.h:101
void RefreshFontDisplay(HWND hDlg)
Definition: font_test.cpp:249
#define EI_GBOX_GAME_INFO
Definition: resource.h:71
BLAM bool SetControlText(HWND dialog, int field, const char *text)
Sets the text of the specified control.
Definition: dialog_helpers.cpp:19
HINSTANCE hInst
Application instance handle.
Definition: main.cpp:62
BLAM void SentryEventIdDialogProcedure(HINSTANCE instance_handle, HWND window_handle)
Definition: sentry_event_notice.cpp:64
#define FT_CB_STRIKEOUT
Definition: resource.h:90
BLAM void FirstbootDialogProcedure(HINSTANCE hInst, HWND hWnd)
Dialog procedure for the Firstboot dialog.
Definition: firstboot.cpp:15
#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
#define IDC_ERR_CONTINUE
Definition: resource.h:57
#define FT_TB_ORIENTATION
Definition: resource.h:116
HWND parent
Definition: error_notice.cpp:22
#define IDC_AB_COPYRIGHT
Definition: resource.h:74
#define EI_PUBLISHER
Definition: resource.h:87
BLAM void DisableControl(HWND dialog, int field)
Disables the specified control.
Definition: dialog_helpers.cpp:26
bool enable_safemode
Definition: error_notice.cpp:20
#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
#define IDD_SENTRY_EVENT_NOTICE
Definition: resource.h:40
#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
#define BLAM_VS_PLATFORM
Definition: version_data.h:29
#define EI_PRODUCT_ID
Definition: resource.h:78
BLAM void SetComboBoxSelectedItem(HWND hDlg, int control_id, const char *item)
Change the selected item in a ComboBox.
Definition: dialog_helpers.cpp:51
BLAM void DisableWindowThemes(HWND dialog)
Disables visual themes for the specified dialog ().
Definition: dialog_helpers.cpp:7
BLAM std::string GetReleaseType()
Retrieves the release type of the engine.
Definition: engine_definitions.cpp:179
INT_PTR CALLBACK ErrorDialog(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam)
Main dialog procedure for the Error dialog.
Definition: error_notice.cpp:58
BLAM BlamProjectInfo GetCurrentProjectInfo()
Definition: project.cpp:5
#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
#define firstboot_notice
Definition: resource.h:9
#define ENGINE_CFG
Macro to allow quicker access to the main configuration file.
Definition: config.h:20
Add a fourth parameter to bake specific font ranges NULL
Definition: README.txt:57
#define EI_DEV_MODE_ENABLED
Definition: resource.h:82
#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
#define FT_CB_UNDERLINE
Definition: resource.h:88
#define FT_TB_PREVIEWTEXT
Definition: resource.h:108
BLAM void DisableControlThemes(HWND dialog, int field)
Disables visual themes for the specified control.
Definition: dialog_helpers.cpp:13
@ Maps
Directory used for storing built-in cache files. Defaults to ./maps/
#define FT_REFRESH
Definition: resource.h:109
#define EI_GAME_TITLE
Definition: resource.h:86
HINSTANCE ft_instance_handle
Local copy of application instance handle.
Definition: font_test.cpp:8
BLAM void ErrorDialogProcedure(HINSTANCE hInst, HWND hWnd, const char *error_text)
Dialog procedure for the Error dialog.
Definition: error_notice.cpp:37
#define FT_SLIDE_ORIENTATION
Definition: resource.h:118
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:22
#define EI_UI_VERSION
Definition: resource.h:73
#define EI_MOVIES_DIR
Definition: resource.h:94
HINSTANCE se_instance_handle
Local copy of application instance handle.
Definition: sentry_event_notice.cpp:10
#define FT_TB_ESCAPEMENT
Definition: resource.h:120
BLAM void AddItemToComboBox(HWND hDlg, int control_id, const char *item, int value)
Adds an item to the specified ComboBox control.
Definition: dialog_helpers.cpp:41
INT_PTR CALLBACK FontTestDialog(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
Main dialog procedure for the Font Test dialog.
Definition: font_test.cpp:48
#define FT_EXIT
Definition: resource.h:85
#define FT_TB_HEIGHT
Definition: resource.h:93
#define FT_CB_ITALIC
Definition: resource.h:83
#define IDD_FIRSTBOOT_NOTICE
Definition: resource.h:17
BLAM void EngineInformationDialogProcedure(HINSTANCE hInst, HWND hWnd)
Dialog procedure for the Engine Information dialog.
Definition: engine_information.cpp:17
HINSTANCE fb_instance_handle
Local copy of application instance handle.
Definition: firstboot.cpp:10
#define lbl_notice_message
Definition: resource.h:68
#define FT_SLIDE_WIDTH
Definition: resource.h:97
HINSTANCE err_instance_handle
Local copy of application instance handle.
Definition: error_notice.cpp:13
#define EI_AFFILIATES
Definition: resource.h:91
#define FT_CBOX_FAMILY
Definition: resource.h:113
BLAM void FontTestDialogProcedure(HINSTANCE hInst, HWND hWnd)
Dialog procedure for the Font Test dialog.
Definition: font_test.cpp:14
#define DEV_MODE
Definition: engine_definitions.h:12
#define FT_TB_WIDTH
Definition: resource.h:95
#define EI_CACHE_DIR
Definition: resource.h:80
#define font_test
Definition: resource.h:20
#define FT_CBOX_PITCH
Definition: resource.h:107
#define IDC_ERR_EXIT
Definition: resource.h:58
#define FT_TB_WEIGHT
Definition: resource.h:100
#define FT_SLIDE_ESCAPEMENT
Definition: resource.h:121
BLAM int ErrorDialogModal(HINSTANCE hInst, HWND hWnd, LPSTR error_text, bool allow_continue, bool allow_safemode)
Displays the Error dialog as a modal dialog - in other words, it halts engine execution.
Definition: error_notice.cpp:24
bool enable_continue
Definition: error_notice.cpp:19
#define EI_DUMP_TO_FILE
Definition: resource.h:69
#define FT_CBOX_OUTPREC
Definition: resource.h:103
INT_PTR CALLBACK FirstbootDialog(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam)
Main dialog procedure for the Firstboot dialog.
Definition: firstboot.cpp:37
#define IDC_AB_ENGINE_INFO
Definition: resource.h:77
const char * details
Definition: error_notice.cpp:18
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
#define EI_GBOX_ENGINE_SETTINGS
Definition: resource.h:72