aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy
AgeCommit message (Collapse)Author
2016-10-03CHEWY: Add initial video (CFO) playerFilippos 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-03CHEWY: Initial work on game videosFilippos Karapetis
2016-10-03CHEWY: Add a TODO for the currently unhandled resource filesFilippos Karapetis
2016-10-03CHEWY: Add support for encrypted text resourcesFilippos Karapetis
These are mainly used for error messages
2016-10-03CHEWY: Use a specialized resource handler for each resourceFilippos Karapetis
2016-10-03CHEWY: Add methods for playing sound, speech and music to the debuggerFilippos Karapetis
2016-10-03CHEWY: Add a sound player class and use the proper game resolutionFilippos 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-03CHEWY: Add support for SFX and speech resources to the resource managerFilippos Karapetis
2016-10-03CHEWY: Another bugfix for drawImage()Filippos Karapetis
2016-10-03CHEWY: Add a "draw" console command to draw game imagesFilippos Karapetis
2016-10-03CHEWY: Bugfix for drawImage()Filippos Karapetis
2016-10-03CHEWY: Adjust commentsFilippos Karapetis
2016-10-03CHEWY: Add a graphics class and an image drawing testFilippos Karapetis
2016-10-03CHEWY: Add a console, with a "dump" command to dump resourcesFilippos Karapetis
2016-10-03CHEWY: More work on res manager, add support for RLE encoded resourcesFilippos Karapetis
2016-10-03CHEWY: Initial implementation of a resource manager, and a main loopFilippos Karapetis
2016-10-03CHEWY: Implement detection for the English versionFilippos Karapetis
2016-10-03CHEWY: Fix compilation with plugins enabledEugene Sandulenko
2016-10-03CHEWY: Added engine stubEugene Sandulenko