aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/worldofxeen/worldofxeen_cutscenes.cpp
AgeCommit message (Collapse)Author
2018-04-27XEEN: Fix World of Xeen ending sequencePaul Gilbert
2018-03-11XEEN: Refactoring subtitles for use in location cutscenes, updated Reaper ↵Paul Gilbert
cutscene
2018-03-10XEEN: Subtitle improvements, set up correct subtitles for Darkside introPaul Gilbert
2018-03-09XEEN: Fixes for remainder of World of Xeen endingPaul Gilbert
2018-03-09XEEN: Properly implement sprite flag SPRFLAG_BOTTOM_CLIPPEDPaul Gilbert
2018-03-09XEEN: Fixes to part 1 of World of Xeen endingPaul Gilbert
2018-03-06XEEN: Simplify exit checks in World of Xeen endingPaul Gilbert
2018-02-23XEEN: Simplify showPharaohEndText method to use const char *Paul 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
2018-02-02XEEN: Fixes for initial start of World endingPaul Gilbert
2018-02-01XEEN: Fix display of dragon text at start of World endingPaul Gilbert
2018-02-01XEEN: Implemented remainder of World of Xeen endingPaul Gilbert
2018-01-31XEEN: Further implementation of World of Xeen endingPaul Gilbert
2018-01-31XEEN: Move the World of Xeen ending cutscene to it's own filePaul Gilbert