Age | Commit message (Collapse) | Author | |
---|---|---|---|
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: Initial work on game videos | Filippos Karapetis | |
2016-10-03 | CHEWY: Add a TODO for the currently unhandled resource files | Filippos Karapetis | |
2016-10-03 | CHEWY: Add support for encrypted text resources | Filippos Karapetis | |
These are mainly used for error messages | |||
2016-10-03 | CHEWY: Use a specialized resource handler for each resource | Filippos Karapetis | |
2016-10-03 | CHEWY: Add methods for playing sound, speech and music to the debugger | Filippos Karapetis | |
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 support for SFX and speech resources to the resource manager | Filippos Karapetis | |
2016-10-03 | CHEWY: Another bugfix for drawImage() | Filippos Karapetis | |
2016-10-03 | CHEWY: Add a "draw" console command to draw game images | Filippos Karapetis | |
2016-10-03 | CHEWY: Bugfix for drawImage() | Filippos Karapetis | |
2016-10-03 | CHEWY: Adjust comments | Filippos Karapetis | |
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: More work on res manager, add support for RLE encoded resources | Filippos Karapetis | |
2016-10-03 | CHEWY: Initial implementation of a resource manager, and a main loop | Filippos Karapetis | |
2016-10-03 | CHEWY: Implement detection for the English version | Filippos Karapetis | |
2016-10-03 | CHEWY: Fix compilation with plugins enabled | Eugene Sandulenko | |
2016-10-03 | CHEWY: Added engine stub | Eugene Sandulenko | |