Commit graph

85 commits

Author SHA1 Message Date
Paul Gilbert
8d42bf7690 CHEWY: Move object pointer globals to Globals 2022-03-03 18:36:31 -08:00
Paul Gilbert
d9c6188922 CHEWY: Move spz globals to Globals 2022-03-03 18:36:30 -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
4cb351eeb4 CHEWY: More arrays to become statics 2022-03-03 18:36:28 -08:00
Paul Gilbert
640b101e5d CHEWY: Capitalize class names 2022-03-03 18:36:27 -08:00
Paul Gilbert
2233ffa598 CHEWY: Move some static arrays from global.cpp to room.cpp 2022-03-03 18:36:24 -08:00
Paul Gilbert
858998106d CHEWY: Move various 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
fab4e985f1 CHEWY: Rename of Room class fields 2022-03-03 18:36:23 -08:00
Filippos Karapetis
3471cecbf0 CHEWY: Switch to the new sprite loading code 2022-03-03 18:36:17 -08:00
Paul Gilbert
574d8ad9cd CHEWY: Fix occassional speech playback even in text mode 2022-03-03 18:36:16 -08:00
Filippos Karapetis
6aaa8ceaa6 CHEWY: Use the new sound code
This removes a lot of the stubbed voice and sound functions.
The custom music format code hasn't been updated yet
2022-03-03 18:36:06 -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
0f4d1c3a59 CHEWY: Some renaming in ailclass, start cleaning atds 2022-03-03 18:35:52 -08:00
Paul Gilbert
1259e19806 CHEWY: Added some ATDS struct load methods 2022-03-03 18:35:50 -08:00
Paul Gilbert
91a05eae68 CHEWY: Fix crash in mouse_auto_obj in room 18 2022-03-03 18:35:47 -08:00
Strangerke
3506f54a31 CHEWY: Fix some little things noticed while progressing on the implementation of room 97 2022-03-03 18:35:28 -08:00
Paul Gilbert
bec6ffccc6 CHEWY: Move ablock25 to a const array in room7.cpp 2022-03-03 18:35:27 -08:00
Paul Gilbert
dbc8459a85 CHEWY: Make various room data arrays static const 2022-03-03 18:35:22 -08:00
Paul Gilbert
9ae2ed3119 CHEWY: More room 0 cleanups 2022-03-03 18:35:20 -08:00
Paul Gilbert
81b17afa4d CHEWY: Update headers to GPL3 2022-03-03 18:35:19 -08:00
Paul Gilbert
5936ed19b0 CHEWY: Move Spieler instance to new Globals 2022-03-03 18:35:12 -08:00
Paul Gilbert
6c54fa031b CHEWY: Start of Globals class 2022-03-03 18:35:12 -08:00
Paul Gilbert
b7e31a7e97 CHEWY: Fix talk character animation 2022-03-03 18:35:09 -08:00
Paul Gilbert
a7013366d0 CHEWY: Janitorial 2022-03-03 18:35:08 -08:00
Paul Gilbert
6d67d66b9e CHEWY: Added SHOULD_QUIT checks to while loops 2022-03-03 18:35:08 -08:00
Paul Gilbert
21867e4b86 CHEWY: Janitorial 2022-03-03 18:35:07 -08:00
Paul Gilbert
17a736e848 CHEWY: Setting up scancodes to use Common::KeyCode 2022-03-03 18:35:04 -08:00
Paul Gilbert
41a4c720e4 CHEWY: Shutdown fixes, cutscene breaks on should quit 2022-03-03 18:35:04 -08:00
Paul Gilbert
09dfd05932 CHEWY: Convert typedef structs to structs 2022-03-03 18:34:43 -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