aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/player_v4a.cpp
AgeCommit message (Expand)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2009-11-26Add patch #2839048 - MM C64 sound/music player, with minor changes.Travis Howell
2009-08-09fixed up some missing newlinesNorbert Lange
2009-08-05replace workaround in case musicfiles are missing with a simpler oneNorbert Lange
2009-08-04fixed hanging intro (and possible other scenes) when music cant be loadedNorbert Lange
2009-08-04added warning should the sound files not be available (intro will hang if the...Norbert Lange
2009-08-02made MdatResource struct private and changed the signatures of functions whic...Norbert Lange
2009-08-01stole formatting for constructors from existing codeNorbert Lange
2009-08-01engines/scumm/scumm.cpp: terminate method is pretty redundant - removedNorbert Lange
2009-08-01refactored and commented player_va4 a bitNorbert Lange
2009-07-31using accessmodifiers in Tfmx now and removed/disabled functions that now don...Norbert Lange
2009-06-25Fix regressionNorbert Lange
2009-06-25Fixed restarting of song (hopefully thouroughly)Norbert Lange
2009-06-20fixed portamento-effect.Norbert Lange
2009-06-20inadvertedly used autofreestream which resulted in the Tfmx-Object beeing del...Norbert Lange
2009-06-19modified doSong so you can start a new Song without killing running macrosNorbert Lange
2009-06-19more cleanups, got rid of pendingTrackstep variableNorbert Lange
2009-06-19Enabled signals and made ScummVM use them (they specify when a song should be...Norbert Lange
2009-06-19added support for SFX by using a seperate Player for them.Norbert Lange
2009-06-16changed musictiming again, using a 25/70 seconds as counter. Norbert Lange
2009-06-14Removed some debugmessages so Linux manages to build again =/Norbert Lange
2009-06-14player_v4a:Norbert Lange
2009-06-12fixed formattingNorbert Lange
2009-06-12Removed alot of the debug-outputNorbert Lange