aboutsummaryrefslogtreecommitdiff
path: root/engines/tucker/sequences.cpp
AgeCommit message (Collapse)Author
2009-01-16TUCKER: Changed loadFile and loadImage to take filename as parameter (trying ↵Max Horn
to get rid of _fileToLoad) svn-id: r35874
2009-01-05Added Doxygen-like comments to the FLIC player, and changed it a bit to have ↵Filippos Karapetis
similar method names as the DXA and Smacker players. Also, removed the convenience method hasFrames(), as it's the same as getFrameCount() > 0 svn-id: r35741
2009-01-03reorganized introduction sequence static data (to simplify code when using ↵Gregory Montoir
compressed audio files) svn-id: r35710
2008-12-16changed game version flags handling, should fix #2434208Gregory Montoir
svn-id: r35398
2008-12-07added dirty screen rects redrawGregory Montoir
svn-id: r35274
2008-11-30enabled subtitlesGregory Montoir
svn-id: r35187
2008-11-28added support for kSupportsLoadingDuringRuntime & ↵Gregory Montoir
kSupportsSavingDuringRuntime, cleanup svn-id: r35171
2008-11-28added load/closeFile to Graphics::FlicPlayer (matching DXAPlayer class)Gregory Montoir
svn-id: r35170
2008-11-23various fixes, Bud Tucker should now be completable (tested with french version)Gregory Montoir
svn-id: r35155
2008-11-16some fixes to input handling, cleanupGregory Montoir
svn-id: r35100
2008-11-15added support for animation sequenceGregory Montoir
added support for non-interactive demo fixed wrong end of demo screen when quitting the game using the inventory svn-id: r35069
2008-11-10Silenced MSVC warnings about uninitialized variablesFilippos Karapetis
svn-id: r34995
2008-11-10add initial support for 'Bud Tucker in Double Trouble'Gregory Montoir
svn-id: r34990