aboutsummaryrefslogtreecommitdiff
path: root/scumm/nut_renderer.cpp
AgeCommit message (Collapse)Author
2003-01-30fixed crash with non-ASCII charsMax Horn
svn-id: r6577
2003-01-19some cleanupPaweł Kołodziejski
svn-id: r6515
2003-01-15made NUT font rendered honor _ignoreCharsetMaskMax Horn
svn-id: r6466
2002-12-31hacked in font shadow. font shadows are very important for readability. ↵Max Horn
However, the question remainds if this is the right way to achieve it; and also how to know when to *not* draw it... svn-id: r6301
2002-12-31added masking to nut charset rendererMax Horn
svn-id: r6300
2002-12-31hack to get actor text color rightMax Horn
svn-id: r6299
2002-12-31fixed NUT text render when screen is scrolledMax Horn
svn-id: r6297
2002-12-30removed more dead weightMax Horn
svn-id: r6277
2002-12-30small optimizationMax Horn
svn-id: r6276
2002-12-27Error out when fonts are missingJames Brown
svn-id: r6190
2002-12-25cleanupMax Horn
svn-id: r6153
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-25use specified colorMax Horn
svn-id: r6133
2002-12-25fixed free buffer before alloc newPaweł Kołodziejski
svn-id: r6131
2002-12-25fixed width font problem in NutRendererPaweł Kołodziejski
svn-id: r6128
2002-12-25added nut renderer, there is bug with font width, fix laterPaweł Kołodziejski
svn-id: r6126