aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/music.cpp
AgeCommit message (Collapse)Author
2010-01-16cleanupMax Horn
svn-id: r47333
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card ↵Johannes Schickel
/ company. Check this for reference: http://en.wikipedia.org/wiki/Ad_Lib,_Inc. http://www.crossfire-designs.de/images/articles/soundcards/adlib.jpg (note the upper left of the card) This commit does not touch "adlib" and "ADLIB" uses! Also it does not update all the SCUMM detection entries, which still use "Adlib". svn-id: r47279
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
svn-id: r46316
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
svn-id: r45616
2009-09-14Wording.Johannes Schickel
svn-id: r44086
2009-09-14Fix valgrind warning.Johannes Schickel
svn-id: r44084
2009-08-18Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD ↵Johannes Schickel
audio playback on engine quit. (This only problem affected playback from CD, not from ripped audio files) svn-id: r43512
2009-08-05T7G: Fix bug #2831041 by implementing opcode responsible for starting music ↵Scott Thomas
partway through a video svn-id: r43068
2009-07-05- Refactorized Groovie::MusicPlayer to make it extensibleJordi Vilalta Prat
- Added an empty MusicPlayerMac to let the Macintosh version of The 7th Guest start svn-id: r42116
2009-03-10- Convert some file references from uint16 to uint32 to suit 11HScott Thomas
- Add some 11H opcodes svn-id: r39313
2009-02-15T7G: Fix for #2511456. Volume is now only reset to 100 on playing a new ↵Henry Bush
track, and the background track starts on beginning of input loop (not at end of main track). svn-id: r38284
2009-02-01T7G: Fix for 2474078 (hopefully). Check if volume has fallen to correct ↵Henry Bush
level at end of applyfading, in case it gets set to correct level during it. svn-id: r36173
2009-01-28T7G: start background music at start of input loop (0x0B). Should fix ↵Henry Bush
2474078, but might break other things so I'm not going to backport it. svn-id: r36125
2009-01-08T7G: Reset midi volume to 100 on starting a track, cleanupHenry Bush
svn-id: r35792
2009-01-01Use the proper samples file name for 11hJordi Vilalta Prat
svn-id: r35656
2008-12-23T7G: Don't wait for the CD track to endJordi Vilalta Prat
svn-id: r35493
2008-12-19T7G: Add support for custom AdLib instrumentsJordi Vilalta Prat
svn-id: r35440
2008-11-25T7G: Enhanced the Audio CD playback. Now the credits music on CD2 should ↵Jordi Vilalta Prat
play by ripping it as track 2 (not tested). svn-id: r35167
2008-11-24T7G: Implemented volume fadingJordi Vilalta Prat
svn-id: r35166
2008-11-18Added a mutex to the Groovie MIDI player. Maybe that will fix the rare andTorbjörn Andersson
unpredictable crashes I've been seeing. svn-id: r35116
2008-11-14Patch #2271425: Groovie engineMax Horn
svn-id: r35060