Age | Commit message (Expand) | Author |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-14 | ALL: colour -> color | Max Horn |
2010-03-22 | Patch #2973290: Semicolon cleanup | Max Horn |
2009-12-09 | DRACI: Reduce header interdependencies; some cleanup | Max Horn |
2009-11-08 | Removed almost all TODOs from the header files | Robert Špalek |
2009-10-30 | Remove most of default parameter values. | Robert Špalek |
2009-09-30 | Remove trailing whitespaces | Max Horn |
2009-09-30 | - Adapt parts of the Draci code to match our code formatting guidelines | Johannes Schickel |
2009-09-28 | get rid of static Common::String's | Robert Špalek |
2009-09-25 | Added some more const's to the interface of Dragon History | Robert Špalek |
2009-08-14 | Sped up the game during dialogues by not updating every drawn char separately... | Denis Kasak |
2009-08-11 | Added dialogue support. | Denis Kasak |
2009-08-05 | * Added kTitleColour = 255 enum constant used in the following item. | Denis Kasak |
2009-08-04 | * Added Font::getLineWidth() | Denis Kasak |
2009-07-27 | * Added Font::getStringHeight() | Denis Kasak |
2009-07-15 | Renamed Font::setFont() to loadFont(). Removed DraciEngine::_font and added _... | Denis Kasak |
2009-07-03 | Added bool parameter markDirty to Sprite::draw() and Text::draw() to specify ... | Denis Kasak |
2009-07-01 | Added Font::drawString overload that takes in a pointer to a byte buffer and ... | Denis Kasak |
2009-06-22 | * Expanded docs for the Sprite class | Denis Kasak |
2009-06-19 | Added support for the new Surface class to Font (transparency, marking dirty ... | Denis Kasak |
2009-06-17 | Added prefices to safeguard defines in order to minimize risk of name clash. | Eugene Sandulenko |
2009-06-15 | Added const to reference parameters of Font::drawString() and Font::getString... | Denis Kasak |
2009-06-15 | Converted default font colours from static members of Font to constants. Move... | Denis Kasak |
2009-06-14 | Added a Font _font variable to the engine instance. Fixed font colour handlin... | Denis Kasak |
2009-06-14 | Renamed DraciFont class to Font to be more consistent with the rest of the cl... | Denis Kasak |
2009-06-14 | Changed DraciFont API to accept const Strings when loading fonts and added co... | Denis Kasak |
2009-06-14 | Reworded DraciFont docs (with regards to mentioning ASCII). | Denis Kasak |
2009-06-12 | Made DraciFont::drawString() take a String reference instead of a copy. | Denis Kasak |
2009-06-12 | Properly documented everything (including the new DraciFont class). Reshuffle... | Denis Kasak |
2009-06-11 | Implemented font handling via the DraciFont class. Reprogrammed the test anim... | Denis Kasak |