 |
Blamite Game Engine - blam!
00423.10.27.24.0533.blamite
The core library for the Blamite Game Engine.
|
Namespace surrounding all major engine components.
Definition: api.h:24
BLAM bool SetControlText(HWND dialog, int field, const char *text)
Sets the text of the specified control.
Definition: dialog_helpers.cpp:19
BLAM void AboutDialogProcedure(HINSTANCE hInst, HWND hWnd)
Dialog procedure for the About dialog.
Definition: about.cpp:14
HINSTANCE hInst
Application instance handle.
Definition: main.cpp:62
BLAM void SentryEventIdDialogProcedure(HINSTANCE instance_handle, HWND window_handle)
Definition: sentry_event_notice.cpp:64
BLAM void FirstbootDialogProcedure(HINSTANCE hInst, HWND hWnd)
Dialog procedure for the Firstboot dialog.
Definition: firstboot.cpp:15
BLAM void EnableControl(HWND dialog, int field)
Enables the specified control.
Definition: dialog_helpers.cpp:33
#define IDC_AB_COPYRIGHT
Definition: resource.h:74
BLAM void DisableControl(HWND dialog, int field)
Disables the specified control.
Definition: dialog_helpers.cpp:26
INT_PTR CALLBACK AboutDialog(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
Main dialog procedure for About dialog.
Definition: about.cpp:48
#define IDC_AB_VERSION_TITLE
Definition: resource.h:75
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
#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 IDD_ABOUTBOX
Definition: resource.h:11
BLAM void DisableControlThemes(HWND dialog, int field)
Disables visual themes for the specified control.
Definition: dialog_helpers.cpp:13
BLAM void ErrorDialogProcedure(HINSTANCE hInst, HWND hWnd, const char *error_text)
Dialog procedure for the Error dialog.
Definition: error_notice.cpp:37
Offset font vertically by altering the io Font DisplayOffset value
Definition: README.txt:67
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
#define BLAM
Definition: dialogs.h:7
HINSTANCE ab_instance_handle
Local copy of application instance handle.
Definition: about.cpp:9
BLAM void EngineInformationDialogProcedure(HINSTANCE hInst, HWND hWnd)
Dialog procedure for the Engine Information dialog.
Definition: engine_information.cpp:17
BLAM void FontTestDialogProcedure(HINSTANCE hInst, HWND hWnd)
Dialog procedure for the Font Test dialog.
Definition: font_test.cpp:14
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
#define IDC_AB_ENGINE_INFO
Definition: resource.h:77