aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/cutscenes.cpp
AgeCommit message (Collapse)Author
2018-03-10XEEN: Compilation fixPaul Gilbert
2018-03-10XEEN: Subtitle improvements, set up correct subtitles for Darkside introPaul Gilbert
2018-03-10XEEN: Implementing subtitles display logicPaul Gilbert
2018-03-05XEEN: Sound field renaming for better clarityPaul Gilbert
2018-03-04XEEN: Fix scroll effect for Clouds of Xeen main menuPaul Gilbert
2018-02-19XEEN: Refactor to merge Sound and Music classesPaul Gilbert
The existing structure didn't make sense, as Sound only handled sound files, but Music handled both music and short FX decoding. I've merged Sound & MUsic into a single Sound class, and moved the music driver to their own file, renamed to SoundDriver
2018-02-11XEEN: Fix exiting to main menu after playing ending cutscenesPaul Gilbert
2017-11-29XEEN: Refactor FontSurface as ancestors of Window, not ScreenPaul Gilbert
This refactoring allowed Screen to now simply derive from Graphics::Screen, and several duplicated methods could be removed.
2017-11-29XEEN: Create Windows class to hold the windows arrayPaul Gilbert
2016-09-21XEEN: Implemented Clouds intro, doScroll fixesPaul Gilbert
2016-09-21XEEN: Further work on Darkside introPaul Gilbert
2016-09-21XEEN: Refactored doScroll to have it available to cutscenesPaul Gilbert