Commit graph

73 commits

Author SHA1 Message Date
Filippos Karapetis
bf15a7f2fe CHEWY: Remove the InputMgr class 2022-07-07 13:06:22 +03:00
Filippos Karapetis
903ec7bc86 CHEWY: Move the ChewyFont class into a separate file 2022-07-07 12:25:46 +03:00
Filippos Karapetis
62f21dc209 CHEWY: Rename stop_detail() -> stopDetail() 2022-07-07 12:10:03 +03:00
Filippos Karapetis
4edaf4a199 CHEWY: Get rid of the cur_display global. Some cleanup 2022-07-01 20:04:23 +03:00
Filippos Karapetis
cbe92a9d8c CHEWY: Cleanup invent_2_slot() 2022-06-29 17:47:29 +03:00
Filippos Karapetis
7c6d2524bd CHEWY: Further refactoring of the cursor code 2022-06-29 17:47:28 +03:00
Filippos Karapetis
c31c62a22b CHEWY: Refactor the cursor handling code 2022-06-29 17:47:27 +03:00
Filippos Karapetis
49b03e480a CHEWY: More renaming for the dialog closeup code 2022-06-21 17:05:27 +03:00
Filippos Karapetis
49d949de6b CHEWY: Renames for dialog closeup functionality 2022-06-20 19:56:23 +03:00
Filippos Karapetis
788467beb5 CHEWY: Rename class members to conform to our style 2022-05-21 23:20:04 +03:00
Filippos Karapetis
56f53b8191 CHEWY: Merge the screen drawing code and cleanup defines 2022-04-11 23:28:31 +03:00
D G Turner
9e144deb15 CHEWY: Fix Signed vs. Unsigned Comparison GCC Compiler Warnings 2022-03-29 19:19:25 +01:00
Filippos Karapetis
57ab02bf46 CHEWY: More work on text handling 2022-03-29 00:21:53 +03:00
Strangerke
cdcefacaee CHEWY: after check in IDB, small change in adsMenu() 2022-03-25 00:28:32 +01:00
Filippos Karapetis
b4ddf49c18 CHEWY: Rename spieler -> gameState 2022-03-20 13:58:23 +02:00
Filippos Karapetis
63845705a0 CHEWY: Refactor the functionality for hiding dialog options 2022-03-18 00:51:03 +02:00
Strangerke
ddd632a051 CHEWY: More renaming 2022-03-09 09:12:51 +01:00
Filippos Karapetis
1fbf587117 CHEWY: Renaming 2022-03-07 14:35:02 +02:00
Strangerke
4a012a2955 CHEWY: rename a bunch of 'Anz' variables 2022-03-07 00:58:19 +01:00
Filippos Karapetis
6ad1b281b7 CHEWY: Refactor the mouse code to use CursorMan and ScummVM cursors 2022-03-06 14:40:44 +02:00
Strangerke
5d579f2dff CHEWY: Rename mouseLeftClick 2022-03-03 18:37:21 -08:00
Strangerke
23c5a4ce3e CHEWY: More renaming 2022-03-03 18:37:16 -08:00
Strangerke
b27b209021 CHEWY: Still renaming 2022-03-03 18:36:50 -08:00
Strangerke
9cd7694d07 CHEWY: Remove unused structure, some renaming 2022-03-03 18:36:50 -08:00
Strangerke
266b30eb55 CHEWY: More renaming 2022-03-03 18:36:49 -08:00
Strangerke
beec516ffb CHEWY: Some more renaming 2022-03-03 18:36:49 -08:00
Strangerke
ef70d3ef56 CHEWY: more renaming 2022-03-03 18:36:48 -08:00
Strangerke
3b86f9e94e CHEWY: Some more renaming 2022-03-03 18:36:47 -08:00
Filippos Karapetis
8e2ea2c8d5 CHEWY: Refactor text printing and font handling code 2022-03-03 18:36:42 -08:00
Strangerke
e35654ac19 CHEWY: More renaming 2022-03-03 18:36:41 -08:00
Strangerke
7f85d2d5b0 CHEWY: Work on CppCheck warnings in Object, rename a couple of functions 2022-03-03 18:36:37 -08:00
Strangerke
bf6cee2b9a CHEWY: More work on CppCheck 2022-03-03 18:36:34 -08:00
Paul Gilbert
9c15eefa80 CHEWY: Further Globals cleanup, renamed file to globals.cpp 2022-03-03 18:36:31 -08:00
Paul Gilbert
a4a0f0a009 CHEWY: Move final globals from global.cpp to Globals 2022-03-03 18:36:31 -08:00
Paul Gilbert
8d42bf7690 CHEWY: Move object pointer globals to Globals 2022-03-03 18:36:31 -08:00
Paul Gilbert
546cb99e0b CHEWY: Move globals to Globals 2022-03-03 18:36:30 -08:00
Paul Gilbert
793e53c09a CHEWY: Moving globals to Globals 2022-03-03 18:36:30 -08:00
Paul Gilbert
69ed392124 CHEWY: Move graphics related globals to Globals 2022-03-03 18:36:29 -08:00
Paul Gilbert
a6aa69e49c CHEWY: Remove the original's keycode constants 2022-03-03 18:36:27 -08:00
Paul Gilbert
643cda6085 CHEWY: Move menus.cpp globals to Globals 2022-03-03 18:36:24 -08:00
Paul Gilbert
c5d0e15fd8 CHEWY: Move main.cpp globals to Globals 2022-03-03 18:36:24 -08:00
Paul Gilbert
a34672b86d CHEWY: Move calc_use_invent and showDiary to Inventory 2022-03-03 18:36:13 -08:00
Paul Gilbert
ac48be729e CHEWY: Move inventory methods to it's own class 2022-03-03 18:36:13 -08:00
Paul Gilbert
5ea7cb956f CHEWY: Change uses of GBOOK.TGP to a define 2022-03-03 18:36:13 -08:00
Paul Gilbert
14e2d89b35 CHEWY: Partially working display of diary 2022-03-03 18:36:02 -08:00
Paul Gilbert
4fcd88e252 CHEWY: Janitorial 2022-03-03 18:36:02 -08:00
Filippos Karapetis
2574347f82 CHEWY: Start removing ERROR from code
Error checking is done mostly on game resources, so it will
eventually be moved into the resource reading code
2022-03-03 18:35:58 -08:00
Strangerke
3aa7029936 CHEWY: Fix some Resharper and CppCheck warnings 2022-03-03 18:35:43 -08:00
Strangerke
3c21841ffc CHEWY: Implement room 95 2022-03-03 18:35:31 -08:00
Paul Gilbert
54038a3872 CHEWY: Fix writing dialogue state updates after talk finishes 2022-03-03 18:35:29 -08:00