aboutsummaryrefslogtreecommitdiff
path: root/scumm/nut_renderer.h
AgeCommit message (Expand)Author
2004-08-08Patch #1003866 (SCUMM: New text rendering code (fixes various bugs))Max Horn
2004-06-27Thanks to File::setDefaultDirectory(), in most cases it is *not* necessary to...Max Horn
2004-04-04allow disabling of text shadow in NUT font rendererMax Horn
2004-01-06updated copyright noticeMax Horn
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-06added support for codec1 in nut rendererPaweł Kołodziejski
2003-07-04fixed warning regarding overloaded virtual methodsMax 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-05-27increased nut font debug level to 8Max Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-01-30fixed crash with non-ASCII charsMax Horn
2003-01-15made NUT font rendered honor _ignoreCharsetMaskMax Horn
2002-12-30removed more dead weightMax Horn
2002-12-25two good rules of thumb: don't use typecasts if you don't have to - type cast...Max Horn
2002-12-25added nut renderer, there is bug with font width, fix laterPaweł Kołodziejski