aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
AgeCommit message (Expand)Author
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-30Fix for bug #887167 (FT: Sound/Music/speech (almost) mute)Max Horn
2004-01-30oopsEugene Sandulenko
2004-01-30o Fix crash in FT introEugene Sandulenko
2004-01-30o Renamed more variables/structures to reflect their functionalityEugene Sandulenko
2004-01-29Renamed the 'pan' effect of the mixer to 'balance', since that is what we act...Max Horn
2004-01-28Partial fix for bug #885488 (Some INSANE trouble)Eugene Sandulenko
2004-01-26o Implemented TRS handlingEugene Sandulenko
2004-01-26o Fixed bug with lost inventoryEugene Sandulenko
2004-01-25get rid of ScummEngine::_insaneState (I think we should eventually stop calli...Max Horn
2004-01-25Fixed plenty of bugs:Eugene Sandulenko
2004-01-19smush and insane only work with V6 (this will allow moving some stuff from Sc...Max Horn
2004-01-16Moved FT INSANE to a separate directory and splitted it to multiple files.Eugene Sandulenko
2004-01-15fix clearBitMax Horn
2004-01-14Remove INSANE define.Travis Howell
2004-01-09handle volume and pan by SoundMixer not SmushMixerPaweł Kołodziejski
2004-01-08unify _vm / _scumm usageMax Horn
2004-01-06synced imuse digital with local treePaweł Kołodziejski
2004-01-06updated copyright noticeMax Horn
2003-12-28This could be wrong so feel free to revert, but it does seem to fix crashesTorbjörn Andersson
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-27cleanupMax Horn
2003-12-26I got some buffer overflow warnings, seems 200KB isn't quite enough...Max Horn
2003-12-25cleanupMax Horn
2003-12-25don't pause imuse digital anymorePaweł Kołodziejski
2003-12-25cleanup (TODO: reduce code duplication)Max Horn
2003-12-25some changes to digital imusePaweł Kołodziejski
2003-12-25start sound call directly digital imuse, only script part handled by mainloop...Paweł Kołodziejski
2003-12-25Fix compileTravis Howell
2003-12-25Spelling. Yes, I'm a hypocrite :)James Brown
2003-12-25added support for start play ft smush audio from middle of san filePaweł Kołodziejski
2003-12-25Fix pause mode during video/smush playbackMax Horn
2003-12-25cleanupMax Horn
2003-12-25Fixed bug when Ben disappeared after some battles.Eugene Sandulenko
2003-12-24o Added SoundMixer::isReady()Max Horn
2003-12-24fixed compilationPaweł Kołodziejski
2003-12-24turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma...Max Horn
2003-12-22Subtitles in the FT/Dig intros should be working again. At least untilTorbjörn Andersson
2003-12-22fix for bug #864478 (Smush audio streaming); cleanupMax Horn
2003-12-22Moved bundle music code from class Sound to IMuseDigital (seems more natural;...Max Horn
2003-12-22changed some stuff with track_flags param in IACT handle smush codePaweł Kołodziejski
2003-12-21tiny cleanupMax Horn
2003-12-21The rewritten Timer class actually allows us to get rid of several evil hacks...Max Horn
2003-12-21Cleaned up SoundMixer::newStream() a bit (I plan to replace all usages of thi...Max Horn
2003-12-21Incorrect use of stopChannel (must be stopHandle); replaced single remaining ...Max Horn
2003-12-20Added last chunk of code. Now here are just the bugs to kill.Eugene Sandulenko
2003-12-18o Fix warningsEugene Sandulenko
2003-12-18o Merged some variables into array, so simplifying the codeEugene Sandulenko