scummvm/engines/draci
Denis Kasak 09313ccebb Fixed typo.
svn-id: r41873
2009-06-25 17:56:14 +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 prefices to safeguard defines in order to minimize risk of name clash. 2009-06-17 05:18:48 +00:00
detection.cpp Added support for the new GUI options. 2009-06-11 01:50:10 +00:00
draci.cpp Made the DraciEngine destructor free _font and _mouse. 2009-06-25 16:02:00 +00:00
draci.h Started work on the Mouse class. 2009-06-24 23:58:30 +00:00
font.cpp Documentation fix for the Font class. 2009-06-22 19:32:47 +00:00
font.h * Expanded docs for the Sprite class 2009-06-22 20:13: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 Fixed typo. 2009-06-17 14:31:21 +00:00
module.mk Started work on the Mouse class. 2009-06-24 23:58:30 +00:00
mouse.cpp Fixed typo. 2009-06-25 17:56:14 +00:00
mouse.h Renamed *cursorNum identifiers in Mouse to *cursorType for consistency. 2009-06-25 15:08:49 +00:00
screen.cpp Changed Font::fillScreen() to accept a uint8 instead of a uint16. 2009-06-22 20:18:53 +00:00
screen.h Changed Font::fillScreen() to accept a uint8 instead of a uint16. 2009-06-22 20:18:53 +00:00
sprite.cpp Added transformToRows() static method to Sprite. Modified Sprite constructors to use it. 2009-06-25 14:03:57 +00:00
sprite.h * Expanded docs for the Sprite class 2009-06-22 20:13:25 +00:00
surface.cpp * Expanded docs for the Sprite class 2009-06-22 20:13:25 +00:00
surface.h * Expanded docs for the Sprite class 2009-06-22 20:13:25 +00:00