scummvm/engines/draci
2009-06-15 00:29:05 +00:00
..
barchive.cpp Added an additional debuglevel "archiver" to facilitate displaying debug info from the BAR archiver. Also adjusted numeric debug levels. 2009-06-10 18:18:09 +00:00
barchive.h Properly documented everything (including the new DraciFont class). Reshuffled some old comments. 2009-06-12 09:45:12 +00:00
detection.cpp Added support for the new GUI options. 2009-06-11 01:50:10 +00:00
draci.cpp 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
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 Converted default font colours from static members of Font to constants. Moved the initializer list of the Font constructor to the constructor body (for readability). 2009-06-15 00:29:05 +00:00
font.h Converted default font colours from static members of Font to constants. Moved the initializer list of the Font constructor to the constructor body (for readability). 2009-06-15 00:29:05 +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