scummvm/engines/bagel/baglib
2025-02-26 11:11:43 +02:00
..
area_object.cpp BAGEL: add const keyword to multiple variables 2024-06-16 23:45:36 +01:00
area_object.h BAGEL: Add some more const and override keywords 2024-05-29 21:57:09 +01:00
bagel.cpp BAGEL: add const keyword to multiple variables 2024-06-16 23:45:36 +01:00
bagel.h BAGEL: Add some virtual and override keywords, change the signature of CBofFile::close() 2024-05-31 22:46:38 +01:00
base_pda.cpp BAGEL: add const keyword to multiple variables 2024-06-16 23:45:36 +01:00
base_pda.h BAGEL: Add some more const and override keywords 2024-05-29 21:57:09 +01:00
bmp_object.cpp BAGEL: add const keyword to multiple variables 2024-06-16 23:45:36 +01:00
bmp_object.h
button_object.cpp BAGEL: add const keyword to multiple variables 2024-06-16 23:45:36 +01:00
button_object.h
character_object.cpp BAGEL: add const keyword to multiple variables 2024-06-16 23:45:36 +01:00
character_object.h
chat_wnd.cpp JANITORIAL: BAGEL: Fix typos in comments 2024-07-27 12:51:03 +03:00
chat_wnd.h
command_object.cpp BAGEL: add const keyword to multiple variables 2024-06-16 23:45:36 +01:00
command_object.h
cursor.cpp GRAPHICS: Use constexpr for palette constants 2025-02-26 11:11:43 +02:00
cursor.h BAGEL: Remove some unused includes, pass some parameters by reference 2024-06-16 23:29:40 +01:00
dev_dlg.cpp BAGEL: add const keyword to multiple variables 2024-06-16 23:45:36 +01:00
dev_dlg.h BAGEL: Rename CDevDlg::create() to CDevDlg::createWindow() 2024-06-04 00:45:12 +02:00
dossier_object.cpp BAGEL: add const keyword to multiple variables 2024-06-16 23:45:36 +01:00
dossier_object.h
event_sdev.cpp BAGEL: Constify more variables, change a switch in if/else in CBagExpression::setInfo() 2024-06-17 21:53:27 +01:00
event_sdev.h
exam.cpp JANITORIAL: BAGEL: Fix in-code typos 2024-07-27 00:51:48 +03:00
exam.h
expression.cpp BAGEL: Constify more variables, change a switch in if/else in CBagExpression::setInfo() 2024-06-17 21:53:27 +01:00
expression.h
expression_object.cpp BAGEL: Constify more variables, change a switch in if/else in CBagExpression::setInfo() 2024-06-17 21:53:27 +01:00
expression_object.h
fmovie.cpp JANITORIAL: BAGEL: Fix in-code typos 2024-07-27 00:51:48 +03:00
fmovie.h JANITORIAL: BAGEL: Fix in-code typos 2024-07-27 00:51:48 +03:00
help.cpp BAGEL: constify some more variables, add a default case in a switch 2024-06-17 22:33:58 +01:00
help.h
ifstream.cpp BAGEL: constify some more variables, add a default case in a switch 2024-06-17 22:33:58 +01:00
ifstream.h
inv.cpp BAGEL: constify some more variables, add a default case in a switch 2024-06-17 22:33:58 +01:00
inv.h
link_object.cpp BAGEL: constify some more variables, add a default case in a switch 2024-06-17 22:33:58 +01:00
link_object.h BAGEL: Pass some parameters as reference instead of value, remove an useless include, move some code from header to cpp file 2024-06-12 22:42:20 +01:00
log_msg.cpp JANITORIAL: BAGEL: Fix typos in comments 2024-07-27 12:51:03 +03:00
log_msg.h BAGEL: constify some more variables, add a default case in a switch 2024-06-17 22:33:58 +01:00
master_win.cpp BAGEL: constify some more variables, add a default case in a switch 2024-06-17 22:33:58 +01:00
master_win.h BAGEL: Remove const qualifier for parameters in function declarations 2024-06-05 22:36:05 +01:00
menu_dlg.cpp BAGEL: constify some more variables, add a default case in a switch 2024-06-17 22:33:58 +01:00
menu_dlg.h BAGEL: constify some more variables, add a default case in a switch 2024-06-17 22:33:58 +01:00
moo.cpp BAGEL: constify some more variables, add a default case in a switch 2024-06-17 22:33:58 +01:00
moo.h BAGEL: Fix various tiny issues (missing or useless keywords, typos, variable scopes, ...) 2024-05-26 06:21:48 +01:00
movie_object.cpp JANITORIAL: BAGEL: Fix typos in comments 2024-07-27 12:51:03 +03:00
movie_object.h
object.cpp BAGEL: constify some more variables, add a default case in a switch 2024-06-17 22:33:58 +01:00
object.h BAGEL: Pass some parameters as reference instead of value, remove an useless include, move some code from header to cpp file 2024-06-12 22:42:20 +01:00
paint_table.cpp BAGEL: constify some more variables, add a default case in a switch 2024-06-17 22:33:58 +01:00
paint_table.h
pan_bitmap.cpp BAGEL: Initialize variables in CBagPanBitmap 2024-05-20 15:27:29 +01:00
pan_bitmap.h JANITORIAL: BAGEL: Fix typos in comments 2024-07-27 12:51:03 +03:00
pan_window.cpp JANITORIAL: BAGEL: Fix typos in comments 2024-07-27 12:51:03 +03:00
pan_window.h JANITORIAL: BAGEL: Fix typos in comments 2024-07-27 12:51:03 +03:00
parse_object.cpp BAGEL: Remove null checks before delete, remove useless assignment 2024-05-30 06:10:52 +01:00
parse_object.h BAGEL: Remove some useless initializations (value directly overwritten), reduce variable scopes 2024-05-30 06:19:42 +01:00
pda.cpp BAGEL: Fix several PVS studio issues 2024-05-18 21:59:42 +01:00
pda.h
res.h
rp_object.cpp BAGEL: Remove some useless initializations (value directly overwritten), reduce variable scopes 2024-05-30 06:19:42 +01:00
rp_object.h BAGEL: Remove some unused includes, reduce a couple of variable scopes, add missing parenthesis in macro definitions 2024-06-11 22:35:00 +01:00
save_game_file.cpp BAGEL: Don't allocate the save state on the stack 2025-01-24 22:57:30 +02:00
save_game_file.h
sound_object.cpp BAGEL: Change the type pour CBagSoundObject::newSound to avoid an unused return value 2024-05-19 13:25:27 +01:00
sound_object.h BAGEL: Change the type pour CBagSoundObject::newSound to avoid an unused return value 2024-05-19 13:25:27 +01:00
sprite_object.cpp BAGEL: Remove some unused includes, pass some parameters by reference 2024-06-16 23:29:40 +01:00
sprite_object.h BAGEL: Fix various tiny issues (missing or useless keywords, typos, variable scopes, ...) 2024-05-26 06:21:48 +01:00
storage_dev_bmp.cpp BAGEL: Remove an unused funtion in CBagStorageDevBmp 2024-05-27 22:49:45 +01:00
storage_dev_bmp.h BAGEL: Remove an unused funtion in CBagStorageDevBmp 2024-05-27 22:49:45 +01:00
storage_dev_win.cpp JANITORIAL: BAGEL: Fix typos in comments 2024-07-27 12:51:03 +03:00
storage_dev_win.h BAGEL: Remove some unused includes, pass some parameters by reference 2024-06-16 23:29:40 +01:00
text_object.cpp BAGEL: Rename CBagMenuDlg::create to CBagMenuDlg::createDlg 2024-06-04 00:45:12 +02:00
text_object.h
thing_object.h
time_object.cpp JANITORIAL: BAGEL: Fix typos in comments 2024-07-27 12:51:03 +03:00
time_object.h BAGEL: Remove some unused includes, pass some parameters by reference 2024-06-16 23:29:40 +01:00
var.cpp BAGEL: Added 'timefreeze' console command to pause time 2024-06-23 15:25:18 -07:00
var.h BAGEL: Added 'timefreeze' console command to pause time 2024-06-23 15:25:18 -07:00
variable_object.cpp BAGEL: Fix some more small issues (useless variables, avoid useless variable initialization, reduce variable scope, ...) 2024-05-30 22:12:56 +01:00
variable_object.h BAGEL: Remove some unused includes, pass some parameters by reference 2024-06-16 23:29:40 +01:00
wield.cpp
wield.h
zoom_pda.cpp
zoom_pda.h