Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-22 | MADS: Allow text to scroll off screen before removing it | Torbjörn Andersson | |
For example in the credits scroll. Clipping was already done elsewhere, so this really is just a change in how soon the line is removed from the list of text to display. | |||
2015-01-31 | MADS: Add a safeguard in doFrame | Strangerke | |
2015-01-17 | MADS: Implement background scrolling in anim views | Paul Gilbert | |
2014-10-28 | MADS: Remove trailing whitespace | Filippos Karapetis | |
2014-10-18 | MADS: Remove deprecated code from AnimationView and a bunch of out-of-date TODOs | Paul Gilbert | |
2014-10-18 | MADS: Hook up Rex game endings to show the correct animation and/or credits | Paul Gilbert | |
2014-10-16 | MADS: Fix stopping digital audio, music, and palette cycling when animation ends | Paul Gilbert | |
2014-10-15 | MADS: Move all the anim and text view code into a common class | Filippos Karapetis | |
The animation and text players are more or less common among all MADS games |