scummvm/engines/chewy
Coen Rampen 730ac585b1 CHEWY: Mark German demo as unsupported
This version of the game currently crashes on load.
2022-06-09 20:44:30 +02:00
..
dialogs CHEWY: Fix clicking in cinema dialog when no cutscenes yet 2022-05-29 09:43:21 -07:00
music CHEWY: Move TMF loading code to Stream subclass 2022-06-09 17:13:56 +02:00
rooms CHEWY: Remove more screen related dead code 2022-05-22 19:37:51 +03:00
video CHEWY: Rename class members to conform to our style 2022-05-21 23:20:04 +03:00
ani_dat.h CHEWY: More renaming in atds.h 2022-03-11 00:07:29 +01:00
atds.cpp CHEWY: Cleanup defines 2022-05-22 17:29:56 +03:00
atds.h CHEWY: Refactor handling of scene text 2022-04-16 05:30:46 +03:00
barriers.cpp CHEWY: Rename ged to barriers 2022-05-22 17:29:57 +03:00
barriers.h CHEWY: Rename ged to barriers 2022-05-22 17:29:57 +03:00
chewy.cpp CHEWY: Rename Debugger to Console 2022-05-22 17:29:57 +03:00
chewy.h CHEWY: Remove leftover include 2022-03-05 02:26:26 +02:00
configure.engine CHEWY: Enable engine by default 2022-05-26 10:42:11 +02:00
console.cpp CHEWY: Readd console debug commands for playing sound, speech and music 2022-06-04 01:00:45 +03:00
console.h CHEWY: Readd console debug commands for playing sound, speech and music 2022-06-04 01:00:45 +03:00
credits.pl CHEWY: Further add to credits 2022-03-03 18:35:25 -08:00
cursor.cpp CHEWY: Remove _cursorMoveFl 2022-05-22 17:29:56 +03:00
cursor.h CHEWY: Refactor initialization of cursor animations 2022-04-13 02:48:10 +03:00
defines.h CHEWY: Make text offsets a bit more readable 2022-04-05 22:32:47 +03:00
detail.cpp CHEWY: Cleanup defines 2022-05-22 17:29:56 +03:00
detail.h CHEWY: Merge the screen drawing code and cleanup defines 2022-04-11 23:28:31 +03:00
detection.cpp CHEWY: Mark German demo as unsupported 2022-06-09 20:44:30 +02:00
detection.h CHEWY: Added Chewy namespace back in 2022-03-03 18:34:42 -08:00
effect.cpp CHEWY: Simplify and rename some screen related functions 2022-05-22 19:37:50 +03:00
effect.h CHEWY: Merge the screen drawing code and cleanup defines 2022-04-11 23:28:31 +03:00
events.cpp CHEWY: Remove _cursorMoveFl 2022-05-22 17:29:56 +03:00
events.h CHEWY: Cleanup defines 2022-05-22 17:29:56 +03:00
globals.cpp CHEWY: Further Globals cleanup, renamed file to globals.cpp 2022-03-03 18:36:31 -08:00
globals.h CHEWY: Move static global rect arrays to the Globals class 2022-05-29 09:40:38 -07:00
inits.cpp CHEWY: Remove more screen related dead code 2022-05-22 19:37:51 +03:00
m_event.cpp CHEWY: Hook up the new music player code (still WIP) 2022-03-23 00:28:37 +02:00
main.cpp CHEWY: Simplify and rename some screen related functions 2022-05-22 19:37:50 +03:00
main.h CHEWY: More renaming 2022-03-03 18:37:16 -08:00
mcga_graphics.cpp CHEWY: Remove more screen related dead code 2022-05-22 19:37:51 +03:00
mcga_graphics.h CHEWY: Remove more screen related dead code 2022-05-22 19:37:51 +03:00
memory.cpp CHEWY: Rename class members to conform to our style 2022-05-21 23:20:04 +03:00
memory.h CHEWY: Remove the Data class 2022-04-10 21:26:59 +03:00
menus.cpp CHEWY: Rename class members to conform to our style 2022-05-21 23:20:04 +03:00
menus.h CHEWY: More renaming 2022-03-03 18:37:16 -08:00
metaengine.cpp CHEWY: Fix GMM loading of savegames 2022-03-03 18:35:12 -08:00
module.mk CHEWY: Move TMF loading code to Stream subclass 2022-06-09 17:13:56 +02:00
mouse.cpp CHEWY: Remove _cursorMoveFl 2022-05-22 17:29:56 +03:00
mouse.h CHEWY: Remove _cursorMoveFl 2022-05-22 17:29:56 +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: Refactor the room barrier (GED) code 2022-05-22 17:29:57 +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: Fix coverity 1486928, some renaming 2022-03-23 23:13:04 +01:00
object.h CHEWY: Renaming 2022-03-20 13:58:23 +02:00
r_event.cpp CHEWY: Simplify and rename some screen related functions 2022-05-22 19:37:50 +03:00
resource.cpp CHEWY: Fix Signed vs. Unsigned Comparison GCC Compiler Warning 2022-05-23 13:47:54 +01:00
resource.h CHEWY: Refactor the room barrier (GED) code 2022-05-22 17:29:57 +03:00
room.cpp CHEWY: Refactor the room barrier (GED) code 2022-05-22 17:29:57 +03:00
room.h CHEWY: Refactor the room barrier (GED) code 2022-05-22 17:29:57 +03:00
sound.cpp CHEWY: Move TMF loading code to Stream subclass 2022-06-09 17:13:56 +02:00
sound.h CHEWY: Move TMF loading code to Stream subclass 2022-06-09 17:13:56 +02:00
sprite.cpp CHEWY: Rename ged to barriers 2022-05-22 17:29:57 +03:00
t_event.cpp CHEWY: Simplify and rename some screen related functions 2022-05-22 19:37:50 +03:00
text.cpp CHEWY: Refactor handling of scene text 2022-04-16 05:30:46 +03:00
text.h CHEWY: Remove no-effect type modifier 2022-04-16 12:21:40 +02: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: Use the ScummVM config for toggling subs, speech, music and SFX 2022-03-20 13:58:24 +02:00
types.h CHEWY: Use the ScummVM config for toggling subs, speech, music and SFX 2022-03-20 13:58:24 +02:00