scummvm/engines/draci
2009-06-14 12:44:12 +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 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
draci.h 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
font.cpp Made DraciFont::drawString() return early if the string is too long to fit on the screen. 2009-06-12 10:37:46 +00:00
font.h Made DraciFont::drawString() take a String reference instead of a copy. 2009-06-12 10:25: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 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.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