Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-10 | XEEN: Compilation fix | Paul Gilbert | |
2018-03-10 | XEEN: Subtitle improvements, set up correct subtitles for Darkside intro | Paul Gilbert | |
2018-03-10 | XEEN: Implementing subtitles display logic | Paul Gilbert | |
2018-03-05 | XEEN: Sound field renaming for better clarity | Paul Gilbert | |
2018-03-04 | XEEN: Fix scroll effect for Clouds of Xeen main menu | Paul Gilbert | |
2018-02-19 | XEEN: Refactor to merge Sound and Music classes | Paul 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-11 | XEEN: Fix exiting to main menu after playing ending cutscenes | Paul Gilbert | |
2017-11-29 | XEEN: Refactor FontSurface as ancestors of Window, not Screen | Paul Gilbert | |
This refactoring allowed Screen to now simply derive from Graphics::Screen, and several duplicated methods could be removed. | |||
2017-11-29 | XEEN: Create Windows class to hold the windows array | Paul Gilbert | |
2016-09-21 | XEEN: Implemented Clouds intro, doScroll fixes | Paul Gilbert | |
2016-09-21 | XEEN: Further work on Darkside intro | Paul Gilbert | |
2016-09-21 | XEEN: Refactored doScroll to have it available to cutscenes | Paul Gilbert | |