aboutsummaryrefslogtreecommitdiff
path: root/scumm/nut_renderer.h
AgeCommit message (Collapse)Author
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-10-17patch #823031: Support Russian Full ThrottleMax Horn
svn-id: r10879
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix ↵Max Horn
explicitly svn-id: r10571
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also ↵Max Horn
makes room for a potential 'Scumm' namespace) svn-id: r10549
2003-09-06added support for codec1 in nut rendererPaweł Kołodziejski
svn-id: r10046
2003-07-04fixed warning regarding overloaded virtual methodsMax Horn
svn-id: r8735
2003-06-07make SmushFont inherit from NutRenderer (TODO: drawChar stuff should be ↵Max Horn
unified, too) svn-id: r8375
2003-06-04some more cleanupMax Horn
svn-id: r8304
2003-06-04some cleanup & refactoring (CJK fonts have proper shadows now, for example); ↵Max Horn
preparations to merge NutRenderer and SmushFont svn-id: r8303
2003-06-04Patch #747021: DIG&CMI 2 byte charset support (very heavily modified by me; ↵Max Horn
still needs more cleanup but already works well enough) svn-id: r8293
2003-05-27increased nut font debug level to 8Max Horn
svn-id: r8034
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-01-30fixed crash with non-ASCII charsMax Horn
svn-id: r6577
2003-01-15made NUT font rendered honor _ignoreCharsetMaskMax Horn
svn-id: r6466
2002-12-30removed more dead weightMax Horn
svn-id: r6277
2002-12-25two good rules of thumb: don't use typecasts if you don't have to - type ↵Max Horn
cast have a nasty habit of hiding and causing problems. When a method takes a pointer argument, if possible make it const. :-). Cleanup. Fixed font rendering in CMI: you need to call updateDirtyRect() if you modify the screen... svn-id: r6143
2002-12-25added nut renderer, there is bug with font width, fix laterPaweł Kołodziejski
svn-id: r6126