Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-14 | CHEWY: Fix Various Unused Variable Warnings. | D G Turner | |
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. | |||
2016-10-10 | CHEWY: Create a scene class | Filippos Karapetis | |
2016-10-10 | CHEWY: Move cursor related functions into a separate file | Filippos Karapetis | |
2016-10-04 | CHEWY: Initial support for in-game texts (game dialog texts) | Filippos Karapetis | |
2016-10-03 | CHEWY: Implement initial sprite drawing, font loading and text drawing | Filippos Karapetis | |
2016-10-03 | CHEWY: Add an event manager, and get rid of g_engine | Filippos Karapetis | |
2016-10-03 | CHEWY: Initial work on cursor animations | Filippos Karapetis | |
2016-10-03 | CHEWY: Initial support for game sprites | Filippos Karapetis | |
2016-10-03 | CHEWY: Remove some unused CFO video custom sub chunks | Filippos Karapetis | |
2016-10-03 | CHEWY: Add initial video (CFO) player | Filippos Karapetis | |
The game's videos are modified FLICs. There are some changes needed to our FLIC decoder, which are included in a separate commit | |||
2016-10-03 | CHEWY: Add a sound player class and use the proper game resolution | Filippos Karapetis | |
Currently, speech and sound effects are supported, but the current music playing implementation is wrong, as the game's music is encoded in custom MOD-like files. With the current music implementation, the PCM parts of these files are played | |||
2016-10-03 | CHEWY: Add a graphics class and an image drawing test | Filippos Karapetis | |
2016-10-03 | CHEWY: Add a console, with a "dump" command to dump resources | Filippos Karapetis | |
2016-10-03 | CHEWY: Initial implementation of a resource manager, and a main loop | Filippos Karapetis | |
2016-10-03 | CHEWY: Added engine stub | Eugene Sandulenko | |