Commit graph

58 commits

Author SHA1 Message Date
Strangerke
c2727b1d1d BAGEL: Change the type pour CBagSoundObject::newSound to avoid an unused return value 2024-05-19 13:25:27 +01:00
Strangerke
a17658a6f4 BAGEL: More work on useless null checks 2024-05-19 13:24:35 +01:00
Strangerke
e6c993271f BAGEL: Revert sound assert change, modify the sound flags used for blue and green ships in VildroidFilter(). Reduce some if depths. 2024-05-17 22:07:19 +01:00
Strangerke
80288a0340 BAGEL: standardize parse code variable name 2024-05-15 23:38:23 +01:00
Strangerke
938d267cc0 BAGEL: standardize error code variable name 2024-05-15 21:42:15 +01:00
Strangerke
74eca69751 BAGEL: Move lasst assignments out of if statements, some more cleanup 2024-05-15 07:51:36 +01:00
Strangerke
266efa0025 BAGEL: Add some missing override, remove useless null checks before delete 2024-05-05 21:39:38 +01:00
Strangerke
321837a2a9 BAGEL: Rename in res.h, fix typos in object.object.h 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
af587adcb5 BAGEL: Renames in baglib/sound_object.h 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
c08d72d33e BAGEL: Renames in baglib/parse_object.h 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
d6aa775773 BAGEL: Renames in baglib/object.h 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
15f90e7d9b BAGEL: Renames in baglib/t*.h 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
7cea8a99e4 BAGEL: Renames in boflib/string.h 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
80353eb6fc BAGEL: Renames in boflib/sound.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
ce5561b046 BAGEL: Renames in boflib/app.h 2024-05-05 13:27:01 +02:00
Strangerke
922378204d BAGEL: Renaming in master_win.h 2024-05-05 13:27:01 +02:00
Strangerke
e7a31681dd BAGEL: Renaming in ifstream 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
85b6242278 BAGEL: Partial method renames in boflib/gui/window.h 2024-05-05 13:27:01 +02:00
Eugene Sandulenko
bb72171a5b BAGEL: Rename class methods in boflib/gui/movie.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
Strangerke
93cc3d3f95 BAGEL: More renaming in button_object, add some 'overide' to functions 2024-05-05 13:27:01 +02:00
Strangerke
db87c5ad69 BAGEL: Some renaming in link_object and log_msg 2024-05-05 13:27:01 +02:00
Strangerke
116cba265a BAGEL: Rename members of CBagBmpObject 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
Paul Gilbert
7c93b30e05 BAGEL: Miscellaneous ifdef removal 2024-05-05 13:27:01 +02:00
Paul Gilbert
fd322f1859 BAGEL: Remove deprecated IsKeyDown 2024-05-05 13:27:01 +02:00
Paul Gilbert
17e1f8ffbc BAGEL: Cleanup of remaining baglib/ files 2024-05-05 13:27:01 +02:00
Paul Gilbert
1a6b30fd32 BAGEL: Some comments cleanup 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
a12fee7dc3 BAGEL: Remove deprecated bPaintCursor method params 2024-05-05 13:27:01 +02:00
Strangerke
aace0c2b00 BAGEL: Remove date_functions, remove unused include in misc.h, add consecutively missing headers in other files 2024-05-05 13:27:01 +02:00
Strangerke
7c4b1e30a1 BAGEL: Janitorial - Add a checkme, fix some typos in comments 2024-05-05 13:27:01 +02:00
Strangerke
2cdb994336 BAGEL: Keep working on CppCheck issues, clarify if statements by splitting them 2024-05-05 13:27:01 +02:00
Paul Gilbert
957e00ce4d BAGEL: Fix vardiac params 2024-05-05 13:27:01 +02:00
Strangerke
66be9f64e8 BAGEL: Start removing nChanged when it's uselessly set 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
886bbc38d8 BAGEL: TRUE -> true 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
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
0569d086df BAGEL: Replace more smaller data types with ScummVM ones 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
de07f79e05 BAGEL: Added EventLoop to nav window intro 2024-05-05 13:27:01 +02:00
Paul Gilbert
0ff3c435a5 BAGEL: Refactor event looping code into EventLoop class 2024-05-05 13:27:01 +02:00
Paul Gilbert
00d99f7272 BAGEL: Fix wait cursor for playing sound objects 2024-05-05 13:27:01 +02:00