scummvm/engines/draci
2009-09-26 13:47:32 +00:00
..
animation.cpp Added some more const's to the interface of Dragon History 2009-09-25 17:33:00 +00:00
animation.h Added some more const's to the interface of Dragon History 2009-09-25 17:33:00 +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 Make engines/draci/ compilable after merging from a branch 2009-09-25 06:43:33 +00:00
draci.h Created a macro for lround(), for non-C99 compilers, and used that in places where lround() is used 2009-09-25 09:48:43 +00:00
font.cpp Added some more const's to the interface of Dragon History 2009-09-25 17:33:00 +00:00
font.h Added some more const's to the interface of Dragon History 2009-09-25 17:33:00 +00:00
game.cpp Created a macro for lround(), for non-C99 compilers, and used that in places where lround() is used 2009-09-25 09:48:43 +00:00
game.h Added some more const's to the interface of Dragon History 2009-09-25 17:33:00 +00:00
module.mk Made the animation engine compile. 2009-07-03 17:53:05 +00:00
mouse.cpp Add const's to many interfaces of engines/draci/ 2009-09-25 08:13:39 +00:00
mouse.h Add const's to many interfaces of engines/draci/ 2009-09-25 08:13:39 +00:00
screen.cpp Added some more const's to the interface of Dragon History 2009-09-25 17:33:00 +00:00
screen.h Added some more const's to the interface of Dragon History 2009-09-25 17:33:00 +00:00
script.cpp Added some more const's to the interface of Dragon History 2009-09-25 17:33:00 +00:00
script.h Added some more const's to the interface of Dragon History 2009-09-25 17:33:00 +00:00
sprite.cpp Added some more const's to the interface of Dragon History 2009-09-25 17:33:00 +00:00
sprite.h Added some more const's to the interface of Dragon History 2009-09-25 17:33:00 +00:00
surface.cpp draci: Fixed bug in Surface::centerOn{X,Y}() which made it return a negative coordinate for strings that are too long. Resolves the crash caused by the English data files containing strings which are improperly line-breaked. Ideally, the engine should do the line-breaking itself when the string does not fit. 2009-09-26 13:47:32 +00:00
surface.h Add const's to many interfaces of engines/draci/ 2009-09-25 08:13:39 +00:00