aboutsummaryrefslogtreecommitdiff
path: root/engines/tucker/sequences.cpp
AgeCommit message (Collapse)Author
2009-05-21simplified sound handling in animation sequencesGregory Montoir
svn-id: r40747
2009-05-17fix display of machine.flc (alternative fix would be to use the COGS00xy.PCX ↵Gregory Montoir
files directly and get rid of this second .flc file) svn-id: r40645
2009-05-17Changed the FLIC player to the common VideoDecoder interface. Note that ↵Filippos Karapetis
currently the double animation in Bud Tucker's intro credits is broken, as the second background animation is not played svn-id: r40638
2009-05-11some cleanup :Gregory Montoir
- separated instruction table parsing from instruction execution - added a few debug calls to monitor game flags changes - some variables/functions renaming svn-id: r40454
2009-02-15- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.Johannes Schickel
- Update BaseBackend and DC port to properly implement OSystem::fillScreen (now only PalmOS has to be updated). - Update all client code which relied on OSystem::clearScreen so far. svn-id: r38304
2009-01-25TUCKER: modified flic playback to make use of dirtyrectsGregory Montoir
svn-id: r36060
2009-01-18merged Graphics::copyTo640/Graphics::copyFrom640Gregory Montoir
svn-id: r35892
2009-01-18cleanupGregory Montoir
svn-id: r35891
2009-01-18get rid of AnimationSequencePlayer::_currentSeqNumGregory Montoir
svn-id: r35890
2009-01-18splitted play/load class methods in introduction animation playerGregory Montoir
svn-id: r35887
2009-01-16tiny cleanupMax Horn
svn-id: r35878
2009-01-16TUCKER: Got rid of _fileToLoadMax Horn
svn-id: r35875
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