aboutsummaryrefslogtreecommitdiff
path: root/scumm/nut_renderer.h
AgeCommit message (Collapse)Author
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