aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/music/musicbase.h
AgeCommit message (Collapse)Author
2014-02-18SKY: Make GPL headers consistent in themselves.Johannes Schickel
2011-11-14SKY: Support external digital music tracks.Alyssa Milburn
This allows replacement of the supplied MIDI music with tracks from the Music Enhancement Project.
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
svn-id: r45616
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-04-26Removing more semicolaMax Horn
svn-id: r26597
2007-03-18Applied eriktorbjorn's patch for bug #1657466:Robert Göffringmann
"BASS: wrong music slider behavior" and did some cleanup. svn-id: r26208
2007-02-20More header fixes for that warm and fuzzy feeling of consistency.Torbjörn Andersson
svn-id: r25749
2006-06-17The stopMusic() function (which is publicly accessable from the outside) nowTorbjörn Andersson
locks the mutex to avoid pulling the proverbial rug out from beneath the timer callback's proverbial feet. To stop the music when the mutex is already locked, we use stopMusicInternal(), which is a protected function. This will hopefully fix the crash on exit which has happened to me every few months. svn-id: r23159
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582