aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/draci.cpp
AgeCommit message (Expand)Author
2009-06-12Made DraciFont::drawString() return early if the string is too long to fit on...Denis Kasak
2009-06-12Removed overflow/underflow checks from DraciFont::drawChar(). Instead, we now...Denis Kasak
2009-06-11Implemented font handling via the DraciFont class. Reprogrammed the test anim...Denis Kasak
2009-06-10Removed special-casing for the colour black as it's no longer needed.Denis Kasak
2009-06-10Shifted the palette one bit to the left aft toemake the dragon animation brig...Denis Kasak
2009-06-10Code formattingDenis Kasak
2009-06-10Added an additional debuglevel "archiver" to facilitate displaying debug info...Denis Kasak
2009-06-08Adding Draci Historie engine skeleton (engine stub, BAR archiver, rudimentary...Denis Kasak