aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/smush_player.h
AgeCommit message (Expand)Author
2006-02-11Moved engines to the new engines/ directoryMax Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-25Move file handling in SMUSH code to a single thread (unless I overlooked some...Max Horn
2005-05-28Revert my removal of _skipPalette, still required.Travis Howell
2005-05-14Improvements to --disable-* stuff. Now less ugly #ifdefs with #includes.Eugene Sandulenko
2005-05-11Moved some more stuff to namespace Audio (enough for tonight)Max Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-05-07Add eriktorbjorn's patch for: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-09Fix one potential race condition between SMUSH and INSANEMax Horn
2005-01-28added support for mp3 compressed tracksPaweł Kołodziejski
2005-01-09Moving AppendableAudioStream into SCUMM engine, as it is only used thereMax Horn
2005-01-01Updated copyrightMax 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-10-08fix bug #1042931. This version of comidemo doesn't have the videos. In this c...Gregory Montoir
2004-09-29Hack to work around bug #1037052Max Horn
2004-09-27cleanup / commentsMax Horn
2004-09-18added experimental ogg file support for comi smush audio trackPaweł Kołodziejski
2004-06-27Thanks to File::setDefaultDirectory(), in most cases it is *not* necessary to...Max Horn
2004-05-01remove useless mutexPaweł Kołodziejski
2004-04-26added mutex into smush playerPaweł Kołodziejski
2004-04-14forgot thatPaweł Kołodziejski
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-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-26o Implemented TRS handlingEugene Sandulenko
2004-01-19smush and insane only work with V6 (this will allow moving some stuff from Sc...Max Horn
2004-01-08unify _vm / _scumm usageMax Horn
2004-01-06updated copyright noticeMax Horn
2003-12-28Proper FLU files seeking. No more seek crashesEugene Sandulenko
2003-12-27get rid of _noSubtitles, use ConfigManager directly instead; clean up some IM...Max Horn
2003-12-25Fix compileTravis Howell
2003-12-25added support for start play ft smush audio from middle of san filePaweł Kołodziejski
2003-12-22changed some stuff with track_flags param in IACT handle smush codePaweł Kołodziejski
2003-12-21The rewritten Timer class actually allows us to get rid of several evil hacks...Max Horn
2003-12-08First INSANE scene started to show up things. Actually you can controlEugene Sandulenko
2003-12-06Preliminary support for FT INSANE is added. To enable the code defineEugene Sandulenko
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also m...Max Horn
2003-09-11cleanupMax Horn
2003-09-01added sound handle stuff to mixer streamsPaweł Kołodziejski
2003-06-20init _base to 0Max Horn
2003-06-18cleanup; tiny bug fix (file was opened, then opened again - not good)Max Horn