scummvm/engines/draci
Denis Kasak 7420c1bfb6 Added include guards.
svn-id: r41600
2009-06-17 03:14:22 +00:00
..
barchive.cpp Added BArchive::isOpen() method. Modified DraciEngine::go() to use it. Updated BArchive docs. 2009-06-15 17:08:39 +00:00
barchive.h Added BArchive::isOpen() method. Modified DraciEngine::go() to use it. Updated BArchive docs. 2009-06-15 17:08:39 +00:00
detection.cpp Added support for the new GUI options. 2009-06-11 01:50:10 +00:00
draci.cpp Submitting changes to DraciEngine::go() mentioned in the last commit but omitted by accident. Removed superfluous BArchive::closeArchive() calls. 2009-06-15 17:12:21 +00:00
draci.h Added a Font _font variable to the engine instance. Fixed font colour handling by replacing the appropriate colours before drawing. Added Font::setColour() method for changing the current font colour. Added include guards to draci/font.h. Moved kFontBig and kFontSmall constants to draci/font.cpp to prevent redefinition errors. 2009-06-14 18:59:31 +00:00
font.cpp Changing font colour constants to an enum. 2009-06-15 17:14:38 +00:00
font.h Added const to reference parameters of Font::drawString() and Font::getStringWidth(). 2009-06-15 00:31:25 +00:00
gpldisasm.cpp Fixed evaluation of GPL mathematical expressions. The evaluator now checks that, at the end of the evaluation, the stack only contains one value (i.e. the result of the expression). 2009-06-12 11:32:44 +00:00
gpldisasm.h Replaced a magic number with a proper constant. 2009-06-12 10:39:33 +00:00
module.mk Added a Sprite class for handling sprites in the Draci format transparently. Modified the test animation to use it. 2009-06-14 12:44:12 +00:00
sprite.cpp Removed superfluous return from the Sprite constructor. 2009-06-14 19:06:46 +00:00
sprite.h Added include guards. 2009-06-17 03:14:22 +00:00