Age | Commit message (Collapse) | Author |
|
|
|
|
|
Since 'w' and 'h' are members of ManagedSurface, using them as
input parameters to a method caused GCC to warn about them being
shadowed. For just about every file in the Sherlock engine...
|
|
|
|
|
|
|
|
|
|
|
|
This will allow us to play the portrait movies at full resolution,
and better display the fonts, which dont look good at low resolution
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since this table must only be set up for RT when changing fonts, I
needed to put an engine reference in the Fonts base class. Because
of this, I've been able to simplify the creation of the various
surfaces, since you no longer need to pass in the platform
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will be needed for Rose Tattoo, which needs to be able to
write text to arbitrary surfaces
|
|
|
|
|
|
Original uses scale amounts > 256 for image reduction, and values
less than that for image expansion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|