Commit graph

43 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
23ef244d3d BAGEL: rename bofCAlloc to bofCleanAlloc, remove second useless parameter (always 1 element) 2024-05-24 08:19:16 +01:00
Strangerke
a913965e8b BAGEL: Remove useless null check on bofCAlloc return value 2024-05-24 08:17:10 +01:00
Strangerke
b5698f8f76 BAGEL: Remove useless null checks after variable creation by new (as it's covered by an exception) 2024-05-19 13:12:55 +01:00
Strangerke
9ae3cfbda4 BAGEL: add error detail in all reportError calls, remove an unused function in CBofFile and in log 2024-05-12 21:18:26 +01:00
Eugene Sandulenko
7cea8a99e4 BAGEL: Renames in boflib/string.h 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
a9feb83180 BAGEL: Renames in boflib/r*.h 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
ae79f39c48 BAGEL: Renames in boflib/[ef]*.h 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
8af060fee5 BAGEL: Renames in boflib/[cd]*.h 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
ce5561b046 BAGEL: Renames in boflib/app.h 2024-05-05 13:27:01 +02:00
D G Turner
c77d46d0f9 BAGEL: Fix Remaining GCC Compiler Warnings 2024-05-05 13:27:01 +02:00
Strangerke
e644711ce5 BAGEL: Rename in help.h/cpp 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
a9807b693c BAGEL: Renames in dialogs/opt_window.h 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
29a2410771 BAGEL: Rename class methods in boflib/gfx/bitmap.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
85b6242278 BAGEL: Partial method renames in boflib/gui/window.h 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
24b3988aa7 BAGEL: Rename class methods in boflib/gui/text_box.h 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
df5b9ec254 BAGEL: Rename class variables in boflib/gui/list_box.h 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
9b863bf446 BAGEL: Rename class methods in boflib/gui/list_box.h 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
750f546afd BAGEL: Rename class variables in boflib/gui/button.h 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
2bad18ca71 BAGEL: Rename methods in boflib/gui/button.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
f40ea59b4d BAGEL: Renaming in dev_dlg 2024-05-05 13:27:01 +02:00
Strangerke
1cee9839ff BAGEL: Renaming in cursor 2024-05-05 13:27:01 +02:00
Strangerke
eda46e5b1f BAGEL: Remove the include of master_win.h from bagel.h as it's unused there, add it back in various cpp files 2024-05-05 13:27:01 +02:00
Strangerke
d7e6845dbf BAGEL: Start renaming stuff. Apply naming conventions in area_object.h (with impacts everywhere due to inheritance) 2024-05-05 13:27:01 +02:00
Strangerke
ea3815dce5 BAGEL: Reduce some code depth by inversing checks and returning early (related to BUTTON constants) 2024-05-05 13:27:01 +02:00
Paul Gilbert
46f6f38417 BAGEL: Fixes for Help dialog display 2024-05-05 13:27:01 +02:00
Paul Gilbert
56ace34945 BAGEL: Further #if block removal 2024-05-05 13:27:01 +02:00
Strangerke
19b4675571 BAGEL: Remove some unused includes in window.h, add include of std_keys in various cpp files 2024-05-05 13:27:01 +02:00
Paul Gilbert
aaabca6bfd BAGEL: Cleanup of baglib/ files 2024-05-05 13:27:01 +02:00
Strangerke
69b646c18b BAGEL: Some cleanup in includes 2024-05-05 13:27:01 +02:00
Paul Gilbert
ba9081009d BAGEL: Remove BOF_DEBUG blocks 2024-05-05 13:27:01 +02:00
D G Turner
9b2545de63 BAGEL: Fix GCC Undefined Symbol Warnings For BOF_DEBUG
These are emited if -Wundef is passed to GCC.
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
4197f7bdc4 BAGEL: INT -> int 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
48dadba29b BAGEL: CHAR -> char 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
7e6c2d89c9 BAGEL: VOID -> void 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
6612a3767c BAGEL: Replace USHORT, UINT* and DOUBLE with ScummVM types 2024-05-05 13:27:01 +02:00
Paul Gilbert
a9fc183b1b BAGEL: Added CBagHelp class 2024-05-05 13:27:01 +02:00