aboutsummaryrefslogtreecommitdiff
path: root/scumm/nut_renderer.cpp
AgeCommit message (Expand)Author
2005-04-10Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it c...Max Horn
2005-02-06Removed pointless debug calls (they just cause overhead)Max Horn
2005-01-01Updated copyrightMax Horn
2004-10-23Patch #1048283 (Improved CJK / FM-TOWNS support & some documention)Max Horn
2004-10-09Added methods to access charset x/y offs values (though those seem to be all ...Max Horn
2004-09-18Rename some member vars to avoid _ followed by an uppercase letter. More of t...Max Horn
2004-08-08Patch #1003866 (SCUMM: New text rendering code (fixes various bugs))Max Horn
2004-07-26Load SMUSH files and NUT fonts from mac container files, too (done that by ad...Max Horn
2004-06-27Thanks to File::setDefaultDirectory(), in most cases it is *not* necessary to...Max Horn
2004-04-08cleanupMax Horn
2004-04-05removed exception for no used nut fontPaweł Kołodziejski
2004-04-04Added TODO/FIXME commentMax Horn
2004-04-04allow disabling of text shadow in NUT font rendererMax Horn
2004-02-02Fixed most bugs, so only cosmetic visual things left.Eugene Sandulenko
2004-02-01Fix for bug #880418 (COMI: Subtitle problems)Max Horn
2004-01-15do a better job at charset clipping; some reengineering. However, to properly...Max Horn
2004-01-08fix maskpos (I think... needs testing)Max Horn
2004-01-07do clipping somewhat more efficientlyMax Horn
2004-01-06updated copyright noticeMax Horn
2004-01-04replaced many instances of _screenWidth by VirtScreen::width, where approriat...Max Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-10-17patch #823031: Support Russian Full ThrottleMax Horn
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also m...Max Horn
2003-09-09cleanup; fix for bug #795942 (COMI: text display off screen) and #785760 (COM...Max Horn
2003-09-06added support for codec1 in nut rendererPaweł Kołodziejski
2003-06-07follow our coding conventionsMax Horn
2003-06-07make SmushFont inherit from NutRenderer (TODO: drawChar stuff should be unifi...Max Horn
2003-06-04some more cleanupMax Horn
2003-06-04some cleanup & refactoring (CJK fonts have proper shadows now, for example); ...Max Horn
2003-06-04Patch #747021: DIG&CMI 2 byte charset support (very heavily modified by me; s...Max Horn
2003-06-01added a getMaskBuffer method (makes it easier to read some of the code); merg...Max Horn
2003-05-27increased nut font debug level to 8Max Horn
2003-05-10renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH...Max Horn
2003-04-01Patch 713149: Fix OOB accessMax Horn
2003-03-08hacked in some crude clipping code for drawChar; let's see if that helps Valg...Max Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-04load NUT fonts even if they do not specify full 256 chars (e.g. the COMI demo...Max Horn
2003-03-03fix double free bugMax Horn
2003-03-03don't error out if a font is missing -> this fixes the COMI demoMax Horn
2003-01-30fixed crash with non-ASCII charsMax Horn
2003-01-19some cleanupPaweł Kołodziejski
2003-01-15made NUT font rendered honor _ignoreCharsetMaskMax Horn
2002-12-31hacked in font shadow. font shadows are very important for readability. Howev...Max Horn
2002-12-31added masking to nut charset rendererMax Horn
2002-12-31hack to get actor text color rightMax Horn
2002-12-31fixed NUT text render when screen is scrolledMax Horn
2002-12-30removed more dead weightMax Horn
2002-12-30small optimizationMax Horn
2002-12-27Error out when fonts are missingJames Brown