aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/smush_player.cpp
AgeCommit message (Expand)Author
2005-04-20cleanupMax Horn
2005-04-20Replaced the platform specific GF_FOO switches (using _platform instead now)Max Horn
2005-04-12Removed unnecessary semi-colon.Torbjörn Andersson
2005-04-05fix smush intializationRobert Göffringmann
2005-04-04Got rid of isSoundHandleActive usage; made the SmushMixer thread safeMax Horn
2005-04-03Still needed, mixed up block types.Travis Howell
2005-04-03Removed reinit() and replaced with offsets of zero. We only need to skip type...Travis Howell
2005-03-26Tweak WinCE timer re-entry workaround to play Insane sequencesNicolas Bacca
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...Max Horn
2005-03-09changing AudioDataType -> SoundType, so now the constant names match the name...Max Horn
2005-03-09Fix one potential race condition between SMUSH and INSANEMax Horn
2005-01-28added support for mp3 compressed tracksPaweł Kołodziejski
2005-01-16Fix for bug #1098872 (FTDEMO: Memoryleak in SMUSH player)Max Horn
2005-01-16Cosmetic change, avoiding a hypothetical threading problem, see bug #1098864Max Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-06Fix getStrings to use the ScummEngine::openFile methodMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-27Added 'sound types' to the mixer - for now, only plain (for the premixer), SF...Max Horn
2004-12-21WinCE workaround to limit issues if the decoding is too slowNicolas Bacca
2004-11-27Removed the (highly SCUMM specific) 'appendable stream' API from SoundMixer; ...Max Horn
2004-11-27Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing some...Max Horn
2004-10-08fix bug #1042931. This version of comidemo doesn't have the videos. In this c...Gregory Montoir
2004-10-01Workaround for bug #1035739 (SMUSH: Ugly palette change when video finishes)Max Horn
2004-09-29Hack to work around bug #1037052Max Horn
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-09-26enums are more efficient than static const ints :-)Max Horn
2004-09-18added experimental ogg file support for comi smush audio trackPaweł Kołodziejski
2004-08-22Switch smush debug to channelTravis Howell
2004-08-14Modified VirtScreen to inherit from Graphics::Surface, and added getPixels()/...Max Horn
2004-07-26Load SMUSH files and NUT fonts from mac container files, too (done that by ad...Max Horn
2004-06-27Thanks to File::setDefaultDirectory(), in most cases it is *not* necessary to...Max Horn
2004-06-27Renamed/documented some odd smush/insane varsMax Horn
2004-06-20moved sound calls to the same smush thread with others soundsPaweł Kołodziejski
2004-06-20trackOffset is obsolote, added few debugs, added flush sounds while smush ply...Paweł Kołodziejski
2004-06-01_allreadyInit was not initializedin smush playerPaweł Kołodziejski
2004-05-04Fix insane regression.Travis Howell
2004-05-01remove useless mutexPaweł Kołodziejski
2004-04-26added mutex into smush playerPaweł Kołodziejski
2004-04-16Unify some codeMax Horn
2004-04-13added support for compressed FOBJ chunks in smush movie files.Paweł Kołodziejski
2004-04-10special case for 384x242 smush resolution for ft pc demo, it use additional b...Paweł Kołodziejski
2004-04-02oopsMax Horn
2004-04-02Got rid of _transTextMax Horn
2004-03-28Renamed more OSystem methodsMax Horn
2004-02-29Enable insane subtitles in Mac. version of FT demoTravis Howell
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...Max Horn
2004-02-09o Fix bug #892909 (Unable to get Hover Lift at Gorge)Eugene Sandulenko
2004-02-02Fixed most bugs, so only cosmetic visual things left.Eugene Sandulenko
2004-01-31Fix bug #887536 FT: Intro crash (regression).Eugene Sandulenko
2004-01-30oopsEugene Sandulenko