aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/animation.cpp
AgeCommit message (Collapse)Author
2006-05-06Ooops, skip WAV data, before changing size varTravis Howell
svn-id: r22367
2006-05-06Use scumm_stricmp() instead of stricmp() to fix compile error on some systems,Torbjörn Andersson
e.g. mine. svn-id: r22366
2006-05-06Add support for non-English audio in cutscenes of Amiga/Mac. versions of FFTravis Howell
svn-id: r22365
2006-05-05Update copyrightTravis Howell
svn-id: r22358
2006-05-03Clear front buffer, when using cutscenes in Amiga version of FFTravis Howell
svn-id: r22301
2006-05-02Allow skipping cutscenes via ESC key tooTravis Howell
svn-id: r22288
2006-04-30Clear palette too, after some cutscenesTravis Howell
svn-id: r22240
2006-04-30Fast fade out should be disabled, after a cutsceneTravis Howell
svn-id: r22239
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) ↵Max Horn
subclasses to namespace Audio svn-id: r22231
2006-04-25Fix OmniTV repeating for nowTravis Howell
svn-id: r22149
2006-04-25Fix fps setting for video play backTravis Howell
svn-id: r22147
2006-04-25Hide mouse pointer when video is activeTravis Howell
svn-id: r22144
2006-04-24Revert change, a NULL block should be added if audio doesn't existTravis Howell
svn-id: r22141
2006-04-24If startSound() can't find a WAVE chunk, set the file position to the beginningTorbjörn Andersson
of the chunk again. Otherwise, animations without a sound track (such as disk1.dxa) will fail to play. svn-id: r22140
2006-04-24Remove duplicate codeTravis Howell
svn-id: r22138
2006-04-24Correct and move warning, when failing to load video in FFTravis Howell
svn-id: r22137
2006-04-24Add support for OmniTVTravis Howell
svn-id: r22136
2006-04-24Initialize all variables in MoviePlayer classTravis Howell
svn-id: r22132
2006-04-24Ooops, real memory leak was in sound bufferTravis Howell
svn-id: r22128
2006-04-24Fix sound memory leakTravis Howell
svn-id: r22127
2006-04-23Fix 'comparison between signed and unsigned integer' warningMax Horn
svn-id: r22094
2006-04-23Fix video sequences shown by arcade machinesTravis Howell
svn-id: r22092
2006-04-23Fix video sequences shown by arcade machinesTravis Howell
svn-id: r22091
2006-04-23Fix video sequences shown by arcade machinesTravis Howell
svn-id: r22090
2006-04-23Read and use frame rate setting for videosTravis Howell
svn-id: r22089
2006-04-23Fix audio and video sync. in videos of FFTravis Howell
svn-id: r22088
2006-04-17Trigger videos for OmniTV in FFTravis Howell
svn-id: r21978
2006-04-17Adjust video playback code, due to false calls in prison of FFTravis Howell
svn-id: r21977
2006-04-17Improve sound support in FF and add MoviePlayer classTravis Howell
svn-id: r21975
2006-04-17Minor cleanupTravis Howell
svn-id: r21960
2006-04-17Intergrate the DXA player for Amiga/Macintosh verisons of FF, from cyxTravis Howell
svn-id: r21959