scummvm/engines/draci
2009-06-15 17:08:39 +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 Added support for DFW format archives. Rewrote some BArchive methods to be able to seamlessly handle both BAR and DFW archives. Modified the BAFile struct to support both types of files. Tested it by enabling the mouse in the event loop (the cursor was stored in a DFW file). Added and rewrote docs to reflect the changes. 2009-06-15 03:48:16 +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 Added const to reference parameters of Font::drawString() and Font::getStringWidth(). 2009-06-15 00:31:25 +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 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