scummvm/engines/chewy
2022-12-16 11:15:26 +01:00
..
audio CHEWY: Comment out unused variable 2022-12-16 11:15:26 +01:00
dialogs CHEWY: Fix cancelling load from the main menu - bug #13682 2022-07-10 23:18:04 +03:00
rooms JANITORIAL: Fix "the the" and similar typos 2022-07-29 19:36:40 +03:00
video CHEWY: Renaming 2022-07-10 20:07:20 +03:00
ani_dat.h CHEWY: Rename some variables 2022-07-04 07:14:11 +03:00
atds.cpp CHEWY: Remove dead code 2022-07-10 21:01:42 +03:00
atds.h CHEWY: Remove dead code 2022-07-10 21:01:42 +03:00
barriers.cpp CHEWY: Renaming 2022-07-10 20:07:20 +03:00
barriers.h CHEWY: Rename ged to barriers 2022-05-22 17:29:57 +03:00
chewy.cpp CHEWY: Fix loading savegames for combination lock closeup 2022-07-03 19:14:44 -07:00
chewy.h CHEWY: Fix sound settings 2022-07-02 22:13:41 +02:00
configure.engine CHEWY: Enable engine by default 2022-05-26 10:42:11 +02:00
console.cpp CHEWY: Add a console command to set the cursor 2022-06-29 17:47:28 +03:00
console.h CHEWY: Add a console command to set the cursor 2022-06-29 17:47:28 +03:00
credits.pl CHEWY: Further add to credits 2022-03-03 18:35:25 -08:00
cursor.cpp CHEWY: Remove the CursorStatus flag 2022-07-01 20:04:22 +03:00
cursor.h CHEWY: Remove the InputMgr class 2022-07-07 13:06:22 +03:00
defines.h CHEWY: Remove dead code 2022-07-10 21:01:42 +03:00
detail.cpp CHEWY: Fix SFX repeats 2022-07-08 16:28:52 +02:00
detail.h CHEWY: Rename stop_detail() -> stopDetail() 2022-07-07 12:10:03 +03:00
detection.cpp CHEWY: Move the engine options into the MetaEngine subclass 2022-11-16 23:58:54 +01:00
detection.h CHEWY: Move the engine options into the MetaEngine subclass 2022-11-16 23:58:54 +01:00
effect.cpp CHEWY: Remove unused parameters 2022-06-13 14:37:21 +03:00
effect.h CHEWY: Remove unused parameters 2022-06-13 14:37:21 +03:00
events.cpp CHEWY: Change default value of getSwitchCode() 2022-07-07 14:10:20 +03:00
events.h CHEWY: Remove the InputMgr class 2022-07-07 13:06:22 +03:00
font.cpp CHEWY: Move the ChewyFont class into a separate file 2022-07-07 12:25:46 +03:00
font.h CHEWY: Move private members of FontMgr 2022-07-07 12:26:44 +03:00
globals.cpp CHEWY: Further Globals cleanup, renamed file to globals.cpp 2022-03-03 18:36:31 -08:00
globals.h CHEWY: Renaming 2022-07-10 15:25:19 +03:00
inits.cpp CHEWY: Remove dead code 2022-07-10 21:01:42 +03:00
main.cpp CHEWY: Fix cancelling load from the main menu - bug #13682 2022-07-10 23:18:04 +03:00
main.h CHEWY: Move the ChewyFont class into a separate file 2022-07-07 12:25:46 +03:00
mcga_graphics.cpp CHEWY: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
mcga_graphics.h CHEWY: Remove the InputMgr class 2022-07-07 13:06:22 +03:00
memory.cpp CHEWY: Cleanup 2022-07-07 13:06:54 +03:00
memory.h CHEWY: Remove the Data class 2022-04-10 21:26:59 +03:00
menus.cpp CHEWY: Remove the InputMgr class 2022-07-07 13:06:22 +03:00
menus.h CHEWY: More renaming 2022-03-03 18:37:16 -08:00
metaengine.cpp CHEWY: Use checkExtendedSaves() 2022-11-27 14:36:14 +01:00
module.mk CHEWY: Remove the InputMgr class 2022-07-07 13:06:22 +03:00
movclass.cpp CHEWY: Rename ged to barriers 2022-05-22 17:29:57 +03:00
movclass.h CHEWY: Refactor the room barrier (GED) code 2022-05-22 17:29:57 +03:00
ngstypes.h CHEWY: Remove the CustomInfo struct 2022-07-07 13:07:23 +03:00
object_extra.cpp CHEWY: Fix coverity 1486928, some renaming 2022-03-23 23:13:04 +01:00
object_extra.h CHEWY: Fix coverity 1486928, some renaming 2022-03-23 23:13:04 +01:00
object.cpp CHEWY: Rename stop_detail() -> stopDetail() 2022-07-07 12:10:03 +03:00
object.h CHEWY: Renaming 2022-03-20 13:58:23 +02:00
POTFILES CHEWY: Move the engine options into the MetaEngine subclass 2022-11-16 23:58:54 +01:00
r_event.cpp CHEWY: Renaming 2022-07-10 20:07:20 +03:00
resource.cpp CHEWY: Fix Unused Variable GCC Compiler Warning 2022-06-23 21:41:41 +01:00
resource.h CHEWY: Refactor the room barrier (GED) code 2022-05-22 17:29:57 +03:00
room.cpp CHEWY: Remove dead code 2022-07-10 21:01:42 +03:00
room.h CHEWY: Remove dead code 2022-07-10 21:01:42 +03:00
sound.cpp CHEWY: Fix compilation 2022-07-10 20:07:19 +03:00
sound.h CHEWY: Remove the overriden music buffer added for bug #13672 2022-07-10 20:07:19 +03:00
sprite.cpp CHEWY: Fix in-game dialogs - bugs #13594 and 13632 2022-07-07 15:07:44 +03:00
t_event.cpp CHEWY: Remove dead code 2022-07-10 21:01:42 +03:00
text.cpp CHEWY: Fix dynamic texts - bug #13523 2022-07-09 22:37:06 +03:00
text.h CHEWY: Fix dynamic texts - bug #13523 2022-07-09 22:37:06 +03:00
timer.cpp CHEWY: Clean up defines 2022-03-21 01:32:46 +02:00
timer.h CHEWY: Some more renaming 2022-03-03 18:36:49 -08:00
types.cpp CHEWY: Renaming 2022-07-10 20:07:20 +03:00
types.h CHEWY: Renaming 2022-07-10 20:07:20 +03:00