Commit graph

28 commits

Author SHA1 Message Date
Strangerke
e9b6cc42f5 BAGEL: constify some more variables, add a default case in a switch 2024-06-17 22:33:58 +01:00
Strangerke
13127dcc40 BAGEL: Rename CBagMenuDlg::create to CBagMenuDlg::createDlg 2024-06-04 00:45:12 +02:00
Strangerke
7cea6b895a BAGEL: Remove default values not used in create functions' definition, try to standardize the signature and fix virtual/override keywords 2024-06-04 00:45:12 +02:00
Strangerke
a8f77dd254 BAGEL: Add some missing const, remove some unused code, rename a couple of functions 2024-05-15 23:10:28 +01:00
Eugene Sandulenko
c2a6d58fd6 BAGEL: Renames in baglib/m*.h 2024-05-05 13:27:01 +02:00
Strangerke
b64ff2846b BAGEL: Renaming in master_win.cpp 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
89d3bba7dc BAGEL: Renames in boflib/[m-q]*.h 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
da42da4b4b BAGEL: Renames in boflib/l*.h 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
dd992e317d BAGEL: Renamed rest of boflib/gui/window.h 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
a343f696ba BAGEL: Renamed rest of the methods in boflib/gui/dialog.h 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
24aed88151 BAGEL: Some renames in boflib/gui/dialog.h 2024-05-05 13:27:01 +02:00
Strangerke
11e325d85d BAGEL: Rename members of event_sdev 2024-05-05 13:27:01 +02:00
Strangerke
f40ea59b4d BAGEL: Renaming in dev_dlg 2024-05-05 13:27:01 +02:00
Strangerke
70b4b57e8c BAGEL: Renaming in chat_wnd 2024-05-05 13:27:01 +02:00
Paul Gilbert
0bb1a6cf4a BAGEL: Refactor global BofEmptyString 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
e55173b1ee BAGEL: ERROR_CODE -> ErrorCode 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
882f565043 BAGEL: FALSE -> false 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
4197f7bdc4 BAGEL: INT -> int 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
7ffd1fba48 BAGEL: BOOL -> bool 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
7e6c2d89c9 BAGEL: VOID -> void 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
afb328bca8 BAGEL: SHORT -> int16 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
d866f067b2 BAGEL: Replace DWORD and UINT with ScummVM types 2024-05-05 13:27:01 +02:00
Paul Gilbert
578d984f38 BAGEL: Standardize the initialize/shutdown static methods 2024-05-05 13:27:01 +02:00
Paul Gilbert
cd3da64acd BAGEL: Added Space Bar game specific classes 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
5015a9213f BAGEL: More fixes to overloaded methods 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
2804003281 JANITORIAL: Fix code formatting 2024-05-05 13:27:01 +02:00
Paul Gilbert
9bcae4a235 BAGEL: Added CBagMenuDlg class 2024-05-05 13:27:01 +02:00
Paul Gilbert
fdfa4ba566 BAGEL: Move baglib/gui/ back into baglib/
I was finding more and more GUI classes, to the point
I don't think there's many that aren't. So for now,
I'm leaving baglib as a single folder.
2024-05-05 13:27:01 +02:00
Renamed from engines/bagel/baglib/gui/menu_dlg.h (Browse further)