aboutsummaryrefslogtreecommitdiff
path: root/scumm/nut_renderer.cpp
AgeCommit message (Collapse)Author
2003-05-10renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and ↵Max Horn
_realWidth/_realHeight -> _screenWidth/_screenHeight (inspired by MadMoose, but I'll take the blame - still this seems much more logical & intuitive) svn-id: r7423
2003-04-01Patch 713149: Fix OOB accessMax Horn
svn-id: r6893
2003-03-08hacked in some crude clipping code for drawChar; let's see if that helps ↵Max Horn
Valgrind svn-id: r6771
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-04load NUT fonts even if they do not specify full 256 chars (e.g. the COMI ↵Max Horn
demo only defines 233 chars svn-id: r6685
2003-03-03fix double free bugMax Horn
svn-id: r6679
2003-03-03don't error out if a font is missing -> this fixes the COMI demoMax Horn
svn-id: r6678
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