scummvm/engines/draci
Denis Kasak 58c1591ae0 Added Text::setSpacing() method.
svn-id: r41999
2009-07-01 16:15:06 +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 Text objects calculate their widths and heights properly. 2009-07-01 16:14:04 +00:00
draci.h Added Script instance to DraciEngine. Restored disassembling of a demo script on engine startup (previously via gpldisasm(), now via _script->run()). 2009-06-27 15:26:33 +00:00
font.cpp Added Text as a subclass of Drawable. Fixed syntax error in font.cpp 2009-07-01 01:11:48 +00:00
font.h Added Font::drawString overload that takes in a pointer to a byte buffer and a length instead of a Common::String. Changed the former drawString to be a wrapper for the new one. 2009-07-01 01:02:48 +00:00
game.cpp Changed some data members in Draci::GameInfo from uint32 to uint16 (previously I thought that the 'word' type in the original engine was 32 bits). Removed a FIXME concerning struct size mismatch (matches when the previous sentence is taken into account). GameInfo::_numDialogBlocks is now calculated, not read in (it wasn't stored in the data files at all). 2009-06-29 22:27:38 +00:00
game.h Changed some data members in Draci::GameInfo from uint32 to uint16 (previously I thought that the 'word' type in the original engine was 32 bits). Removed a FIXME concerning struct size mismatch (matches when the previous sentence is taken into account). GameInfo::_numDialogBlocks is now calculated, not read in (it wasn't stored in the data files at all). 2009-06-29 22:27:38 +00:00
module.mk Renamed gpldisasm.* to script.* in anticipation of using it as a script intepreter. 2009-06-27 15:00:14 +00:00
mouse.cpp Made coordinate specification mandatory when constructing objects of type Sprite and Class. Made transforming from columnwise a default (since it was done most of the time anyway). Changed coordinates to use uint instead of uint16. 2009-07-01 16:00:27 +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 Removed declaration of Screen::drawSprite() which is now obsolete. 2009-07-01 16:01:07 +00:00
script.cpp Added an offset parameter to Script::run() so we can specify where to start the GPL program execution. Also, the init script for the dragon object is now run inside Game::Game(). 2009-06-28 16:28:16 +00:00
script.h Added an offset parameter to Script::run() so we can specify where to start the GPL program execution. Also, the init script for the dragon object is now run inside Game::Game(). 2009-06-28 16:28:16 +00:00
sprite.cpp Added Text::setSpacing() method. 2009-07-01 16:15:06 +00:00
sprite.h Added Text::setSpacing() method. 2009-07-01 16:15:06 +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