scummvm/engines/draci
2009-08-09 20:33:58 +00:00
..
animation.cpp Fixed sanity check in Animation::setCurrentFrame(). 2009-07-30 02:16:58 +00:00
animation.h Added a dedicated animation for speech text. 2009-08-02 03:02:22 +00:00
barchive.cpp * Renamed BAFile::closeFile() to close() 2009-07-17 01:05:13 +00:00
barchive.h Changed some uint16s to uints (to blend more naturally with the rest of the engine). 2009-08-02 05:11:15 +00:00
detection.cpp Make the meta engine pass the pointer to the detected version and not the whole ADGameDescription table. 2009-07-02 10:31:56 +00:00
draci.cpp Fixed the 'ESC room' feature to work as intended. 2009-08-06 07:42:14 +00:00
draci.h Added the strings archive to DraciEngine. 2009-08-02 03:16:44 +00:00
font.cpp * Added Font::getLineWidth() 2009-08-04 19:23:59 +00:00
font.h * Added kTitleColour = 255 enum constant used in the following item. 2009-08-05 02:35:51 +00:00
game.cpp Moved cursor state setting (when entering a new room) from Game::loadRoom() to Game::start() (just after running the gate program). This fixes a black cursor bug when the game starts (the cursor should not be even displayed then). 2009-08-09 04:24:52 +00:00
game.h * Implemented Game::loadWalkingMap(). 2009-08-09 04:09:24 +00:00
module.mk Made the animation engine compile. 2009-07-03 17:53:05 +00:00
mouse.cpp Multiply itemID by two before using it as an index into the item image archive because every item has a highlighted and a non-highlighted version. 2009-08-09 20:33:58 +00:00
mouse.h Added Mouse::loadItemCursor(). Removed hotspot FIXME as all cursors seem to use the same hotspot (the center of the sprite). 2009-08-09 03:58:03 +00:00
screen.cpp Added Surface::fill() method and made Screen::fillScreen() use that instead of filling the surface manually. Changed Surface to use uint instead of uint8 throughout. 2009-07-13 19:08:04 +00:00
screen.h Removed declaration of Screen::drawSprite() which is now obsolete. 2009-07-01 16:01:07 +00:00
script.cpp Implemented GPL function Script::funcObjStat(). 2009-08-09 16:58:04 +00:00
script.h Implemented GPL function Script::funcObjStat(). 2009-08-09 16:58:04 +00:00
sprite.cpp Added Text::setFont(). 2009-08-09 03:59:39 +00:00
sprite.h Added Text::setFont(). 2009-08-09 03:59:39 +00:00
surface.cpp Implemented Surface::getRect(). 2009-08-08 03:17:18 +00:00
surface.h Implemented Surface::getRect(). 2009-08-08 03:17:18 +00:00