Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-18 | COMMON: Add convenience method to Common::Rational for 1:1 ratios | Colin Snover | |
For SCI engine games, ratios may not be normalised and so to avoid extra scaling, there needs to be a way to simply check whether a ratio is 1:1. | |||
2014-02-18 | COMMON: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-09-17 | COMMON: Add numerator/denominator getters for Rational | Matthew Hoops | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-09-07 | COMMON: Remove Rational::operator int/double | Willem Jan Palenstijn | |
This prevents accidental implicit rounding and might also fix compilation on AmigaOS4 (bug #3060981). svn-id: r52616 | |||
2010-09-06 | COMMON: Add a debugPrint function to Rational | Matthew Hoops | |
svn-id: r52593 | |||
2010-05-17 | Get rid of Common::Rational::normalize and other redundant code | Max Horn | |
svn-id: r49066 | |||
2010-05-17 | Add the Common::Rational class from patch #2963496 (VideoDecoder Rewrite) | Matthew Hoops | |
svn-id: r49061 |