Age | Commit message (Expand) | Author |
2010-11-27 | MidiParser: updated comment concerning note on events in jumpToTick() | Filippos Karapetis |
2010-11-24 | SCI/SOUND: Applied patch #3117577 - "SCI: MT-32 plays "warble" of notes when ... | Filippos Karapetis |
2010-07-16 | Cleanup. | Torbjörn Andersson |
2010-06-16 | SCI: implement channel remapping for SCI1 | Martin Kiewitz |
2010-06-06 | Correction for SCI valgrind uninit memory error in MIDI sound which occurs du... | David Turner |
2010-01-02 | SCI/new music code: Don't stop notes when looping for a hold | Willem Jan Palenstijn |
2008-12-13 | Whoops. Fix accidently wrong evaluation statement. | Johannes Schickel |
2008-12-13 | Cleanup. | Johannes Schickel |
2008-12-13 | Fix for bug #2423449 "AGOS: Music Looping broken (regression)". | Johannes Schickel |
2008-11-30 | Initial version of proper MIDI support for KYRA. | Johannes Schickel |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-08-22 | Reverted commit #28696, as the cause for it was different and has been fixed ... | Filippos Karapetis |
2007-08-22 | Detach the player callback handler when the music is being unloaded. Fixes bu... | Filippos Karapetis |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-02-16 | Unified how we deal with (and how we generate) MIDI sysex messages -- in part... | Max Horn |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-10-12 | Looks like my pitch wheel change still has the ability to break things. See | Torbjörn Andersson |
2005-10-11 | Moved the pitch wheel centering to unloadMusic() instead, since having it | Torbjörn Andersson |
2005-10-10 | Removed the "reset all controllers" message. It currently breaks on Adlib, | Torbjörn Andersson |
2005-10-10 | I noticed yesterday that if you change music in IHNM at the "right" moment, | Torbjörn Andersson |
2005-06-24 | For consistency, specify directory when including files. | Torbjörn Andersson |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-05-27 | More whitespace changes. | Torbjörn Andersson |
2005-01-01 | Updated copyright | Max Horn |
2004-11-11 | Erm, this was never meant to be commited. I might as well leave the .h change... | James Brown |
2004-11-11 | Prevent infinite loop by displaying the launcher after a game start FAILURE too. | James Brown |
2004-05-31 | Make allNotesOff() also turn off all "hanging notes". Without this change, | Torbjörn Andersson |
2004-04-29 | Changed printf() to warning(). (Even in the case where the message used to | Torbjörn Andersson |
2004-01-06 | updated copyright notice | Max Horn |
2003-12-24 | explicitly turn off all active sounds -> not all MIDI devices support the 'Al... | Max Horn |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-08-07 | Fix for Bug [780924] IMUSE: Pitchbend isn't reset when changing tracks | Jamieson Christian |
2003-07-31 | Fix for RC bug [780675] MI2: Reoccuring crash | Jamieson Christian |
2003-07-26 | For for Bug [775654] DOTT: Hanging notes | Jamieson Christian |
2003-07-10 | Fix for Bug [766426]: V5 Games: Adlib SFX not looped | Jamieson Christian |
2003-06-18 | Use stdafx.h instead of manually including system headers. | Marcus Comstedt |
2003-06-01 | Fixed hanging notes on Smart Jump when Note Off event cannot be found. | Jamieson Christian |
2003-05-25 | Fixed occassional music crashes when loading games. | Jamieson Christian |
2003-05-24 | allNotesOff() now sends to all 16 channels, not just the first 15. Duh. | Jamieson Christian |
2003-05-23 | Fixed problem with hanging notes on some synth modules. | Jamieson Christian |
2003-05-23 | Removed annoying warning | Jamieson Christian |
2003-05-23 | Fixed gcc warning | Jamieson Christian |
2003-05-23 | Revamped iMuse and Player classes. Player now uses MidiParser to parse its da... | Jamieson Christian |
2003-05-22 | Added "smart-jump" capability to MidiParser. | Jamieson Christian |
2003-05-21 | More Simon music fixes | Jamieson Christian |
2003-05-20 | Simon music fixes | Jamieson Christian |
2003-05-19 | Fixed anonymous structs warning. | Jamieson Christian |
2003-05-19 | Moved common parsing logic into MidiParser base class. | Jamieson Christian |