Colin Snover
|
4ba0ff8deb
|
COMMON: Add convenience method to Common::Rational for 1:1 ratios
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.
|
2016-02-18 13:18:02 -06:00 |
|
Johannes Schickel
|
854e22b38b
|
COMMON: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:33 +01:00 |
|
Matthew Hoops
|
e90287f7f1
|
COMMON: Add numerator/denominator getters for Rational
|
2011-09-17 21:16:36 -04:00 |
|
strangerke
|
69b1485a22
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
|
Willem Jan Palenstijn
|
8f1143bfdc
|
COMMON: Remove Rational::operator int/double
This prevents accidental implicit rounding
and might also fix compilation on AmigaOS4 (bug #3060981).
svn-id: r52616
|
2010-09-07 09:02:46 +00:00 |
|
Matthew Hoops
|
df7158c0ee
|
COMMON: Add a debugPrint function to Rational
svn-id: r52593
|
2010-09-06 14:59:13 +00:00 |
|
Max Horn
|
22caf0e1cf
|
Get rid of Common::Rational::normalize and other redundant code
svn-id: r49066
|
2010-05-17 22:08:40 +00:00 |
|
Matthew Hoops
|
811fc0e7ec
|
Add the Common::Rational class from patch #2963496 (VideoDecoder Rewrite)
svn-id: r49061
|
2010-05-17 20:53:04 +00:00 |
|