aboutsummaryrefslogtreecommitdiff
path: root/scumm/nut_renderer.cpp
AgeCommit message (Expand)Author
2003-05-10renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and _realWidth/_realH...Max Horn
2003-04-01Patch 713149: Fix OOB accessMax Horn
2003-03-08hacked in some crude clipping code for drawChar; let's see if that helps Valg...Max Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-04load NUT fonts even if they do not specify full 256 chars (e.g. the COMI demo...Max Horn
2003-03-03fix double free bugMax Horn
2003-03-03don't error out if a font is missing -> this fixes the COMI demoMax Horn
2003-01-30fixed crash with non-ASCII charsMax Horn
2003-01-19some cleanupPaweł Kołodziejski
2003-01-15made NUT font rendered honor _ignoreCharsetMaskMax Horn
2002-12-31hacked in font shadow. font shadows are very important for readability. Howev...Max Horn
2002-12-31added masking to nut charset rendererMax Horn
2002-12-31hack to get actor text color rightMax Horn
2002-12-31fixed NUT text render when screen is scrolledMax Horn
2002-12-30removed more dead weightMax Horn
2002-12-30small optimizationMax Horn
2002-12-27Error out when fonts are missingJames Brown
2002-12-25cleanupMax Horn
2002-12-25two good rules of thumb: don't use typecasts if you don't have to - type cast...Max Horn
2002-12-25use specified colorMax Horn
2002-12-25fixed free buffer before alloc newPaweł Kołodziejski
2002-12-25fixed width font problem in NutRendererPaweł Kołodziejski
2002-12-25added nut renderer, there is bug with font width, fix laterPaweł Kołodziejski