Commit Graph
37 Commits
Author SHA1 Message Date
Filippos Karapetis 25a1e9b277 CHEWY: Remove the CursorStatus flag 2022-07-01 20:04:22 +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 58cc03fac0 CHEWY: Remove _cursorMoveFl
It's really not necessary in our current code base
2022-05-22 17:29:56 +03:00
Filippos Karapetis fabec17274 CHEWY: Refactor initialization of cursor animations 2022-04-13 02:48:10 +03:00
Filippos Karapetis 6ad1b281b7 CHEWY: Refactor the mouse code to use CursorMan and ScummVM cursors 2022-03-06 14:40:44 +02:00
Filippos Karapetis f541a938b7 CHEWY: Cleanup 2022-03-05 22:38:11 +02:00
Strangerke a48534f32a CHEWY: Remove two useless externals in mouse, some renaming 2022-03-03 18:37:21 -08:00
Strangerke 23c5a4ce3e CHEWY: More renaming 2022-03-03 18:37:16 -08:00
Strangerke b3fc15feeb CHEWY: Some renaming 2022-03-03 18:36:45 -08:00
Strangerke 56616bac2f CHEWY: Some renaming 2022-03-03 18:36:45 -08:00
Filippos Karapetis 60f8257fdd CHEWY: Remove superfluous mouse handling code 2022-03-03 18:36:44 -08:00
Paul Gilbert d349d46776 CHEWY: Capitalize classes in ngstypes.h 2022-03-03 18:36:32 -08:00
Paul Gilbert 9c15eefa80 CHEWY: Further Globals cleanup, renamed file to globals.cpp 2022-03-03 18:36:31 -08:00
Paul Gilbert 640b101e5d CHEWY: Capitalize class names 2022-03-03 18:36:27 -08:00
Paul Gilbert 988c210ec5 CHEWY: Rename InputMgr class fields 2022-03-03 18:36:23 -08:00
Paul Gilbert 021b20ea39 CHEWY: Rename cursor fields 2022-03-03 18:36:22 -08:00
Paul Gilbert 0ec95e3487 CHEWY: Refactored mcga_graphics.cpp globals 2022-03-03 18:36:20 -08:00
Paul Gilbert 4a129032ee CHEWY: Further cleanup of McgaGraphics 2022-03-03 18:36:20 -08:00
Strangerke 0d2fcd0496 CHEWY: Rename two classes 2022-03-03 18:36:19 -08:00
Strangerke b880a40b15 CHEWY: Remove debug, reduce some variable scopes, fix a couple of variable types 2022-03-03 18:35:55 -08:00
Strangerke c545c36c43 CHEWY: mouse - remove some unused extern, reduce some variable scopes, turn some uint8 to boolean 2022-03-03 18:35:53 -08:00
Strangerke b70f984db4 CHEWY: rename source file maus -> mouse 2022-03-03 18:35:52 -08:00
Strangerke 06b8291cd5 CHEWY: fix a compilation error on VS2019 2022-03-03 18:35:28 -08:00
Paul Gilbert 81b17afa4d CHEWY: Update headers to GPL3 2022-03-03 18:35:19 -08:00
Paul Gilbert 65cd7c1da9 CHEWY: gcc compilation fixes 2022-03-03 18:35:16 -08:00
Paul Gilbert 52df062e9f CHEWY: Implement cursor movement 2022-03-03 18:35:01 -08:00
Paul Gilbert 7dc3106ec7 CHEWY: Implemented mouse cursor show 2022-03-03 18:35:01 -08:00
Paul Gilbert 006ee720de CHEWY: Added Chewy namespace back in 2022-03-03 18:34:42 -08:00
Paul Gilbert b655cd5a3f CHEWY: Fix relative engine paths 2022-03-03 18:34:39 -08:00
Eugene Sandulenko 165ea7c29f CHEWY: Initial commit 2022-03-03 18:34:39 -08:00
Paul Gilbert 1931420cf0 CHEWY: Removal current engine (almost fully) 2022-03-03 18:34:38 -08:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Filippos Karapetis e069605d25 CHEWY: Initial work on speech for hotspot actions 2017-03-15 10:28:59 +02:00
D G Turner 72790f90c2 CHEWY: Fix Various Unused Variable Warnings.
Various engine variables are passed down to sub-objects, but never used
currently causing compiler warnings. It is unclear if these are intended
to be used in future, but have removed for now, rather than commenting
out as that would be messier. Can be restored easily if necessary in
future.
2017-01-14 08:43:01 +00:00
Filippos Karapetis 981ff3b224 CHEWY: Clean up cursors a bit 2017-01-08 20:24:38 +02:00
Filippos Karapetis 375618828f CHEWY: Move cursor related functions into a separate file 2016-10-10 04:50:35 +03:00