aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/font.cpp
AgeCommit message (Expand)Author
2019-10-18DRACI: Fix Missing Default Switch CasesD G Turner
2014-02-18DRACI: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-14ALL: colour -> colorMax Horn
2010-04-02Fixed bug 2976767 on corrupted char glyphs.Robert Špalek
2009-12-09DRACI: Reduce header interdependencies; some cleanupMax Horn
2009-09-30Remove trailing whitespacesMax Horn
2009-09-30- Adapt parts of the Draci code to match our code formatting guidelinesJohannes Schickel
2009-09-28get rid of static Common::String'sRobert Špalek
2009-09-25Added some more const's to the interface of Dragon HistoryRobert Špalek
2009-08-14Sped up the game during dialogues by not updating every drawn char separately...Denis Kasak
2009-08-04* Added Font::getLineWidth()Denis Kasak
2009-08-04* Reverted change that subtracts 1 from font colour indexes for various speak...Denis Kasak
2009-08-03* Fixed bug which made characters talk with the wrong colour; the colour inde...Denis Kasak
2009-08-02* Fixed bug in Font::getStringWidth() which made it miscalculate string width...Denis Kasak
2009-07-29Fixed text bugs related to the fact that some strings in the data files don't...Denis Kasak
2009-07-27* Removed unused variableDenis Kasak
2009-07-27* Added Font::getStringHeight()Denis Kasak
2009-07-25Handled the '|' char correctly when drawing text (it serves as both a newline...Denis Kasak
2009-07-15Renamed Font::setFont() to loadFont(). Removed DraciEngine::_font and added _...Denis Kasak
2009-07-06Cache the transparent colour instead of calling a function for every pixel.Denis Kasak
2009-07-03Added bool parameter markDirty to Sprite::draw() and Text::draw() to specify ...Denis Kasak
2009-07-01Added Text as a subclass of Drawable. Fixed syntax error in font.cppDenis Kasak
2009-07-01Added Font::drawString overload that takes in a pointer to a byte buffer and ...Denis Kasak
2009-06-22Documentation fix for the Font class.Denis Kasak
2009-06-19Added support for the new Surface class to Font (transparency, marking dirty ...Denis Kasak
2009-06-15Changing font colour constants to an enum.Denis Kasak
2009-06-15Added const to reference parameters of Font::drawString() and Font::getString...Denis Kasak
2009-06-15Converted default font colours from static members of Font to constants. Move...Denis Kasak
2009-06-14Added a Font _font variable to the engine instance. Fixed font colour handlin...Denis Kasak
2009-06-14Renamed DraciFont class to Font to be more consistent with the rest of the cl...Denis Kasak
2009-06-14Changed DraciFont API to accept const Strings when loading fonts and added co...Denis Kasak
2009-06-14Reworded DraciFont docs (with regards to mentioning ASCII).Denis Kasak
2009-06-14Removed superfluous checks for NULL in DraciFont::freeFont().Denis Kasak
2009-06-12Made DraciFont::drawString() return early if the string is too long to fit on...Denis Kasak
2009-06-12Made DraciFont::drawString() take a String reference instead of a copy.Denis Kasak
2009-06-12Removed overflow/underflow checks from DraciFont::drawChar(). Instead, we now...Denis Kasak
2009-06-12Made the DraciFont::freeFont() method safe to call in any circumstance by mak...Denis Kasak
2009-06-12Properly documented everything (including the new DraciFont class). Reshuffle...Denis Kasak
2009-06-11Implemented font handling via the DraciFont class. Reprogrammed the test anim...Denis Kasak