Age | Commit message (Expand) | Author |
2009-08-08 | Fix XMIDI looping implementation. Now for example the music in the ferret vil... | Johannes Schickel |
2009-05-06 | Patch #2758080: GSOC09: XMIDI parser switch cases | Max Horn |
2008-08-10 | Committed my patch #2040074 ("XMIDI callback control events"). At the moment,... | Torbjörn Andersson |
2008-08-01 | Print a warning if unsupported XMIDI controllers are used | Max Horn |
2008-07-09 | cleanup / code formatting | Max Horn |
2008-07-08 | On reading some more about XMIDI, I believe the NEXT and BREAK variants of the | Torbjörn Andersson |
2008-07-06 | Fixed silly error. The NEXT_BREAK event should, of course, jump to the event | Torbjörn Andersson |
2008-07-06 | Implemented Good Enough(TM) XMIDI looping. This is used by Kyrandia 2 (the | Torbjörn Andersson |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
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-04-04 | Removed extra exclamation marks in warning() calls as well. | Eugene Sandulenko |
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-09-11 | committed patch #1281714 'Kyra 1 Sound Patch'. Thanks LordHoto. | Gregory Montoir |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
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-04-29 | Changed printf() to warning(), plus some formatting changes. | Torbjörn Andersson |
2004-01-06 | updated copyright notice | Max Horn |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-10-03 | cleanup / doxygenification | Max Horn |
2003-06-18 | Use stdafx.h instead of manually including system headers. | Marcus Comstedt |
2003-05-25 | Fixed occassional music crashes when loading games. | Jamieson Christian |
2003-05-23 | Fixed tempo problems in Simon games | 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-20 | init member vars to 0 | Max Horn |
2003-05-20 | Fixed regression in XMIDI parsing. | Jamieson Christian |
2003-05-19 | Fixed anonymous structs warning. | Jamieson Christian |
2003-05-19 | Moved common parsing logic into MidiParser base class. | Jamieson Christian |
2003-05-19 | Fixed gcc warnings, virtual destructor problem | Jamieson Christian |
2003-05-18 | Implemented new Simon MIDI module, switching from MidiStreamer to MidiParser.... | Jamieson Christian |
2003-05-18 | MIDI Meta event Tx for virtual MidiDriver's | Jamieson Christian |
2003-05-18 | New plug-in MIDI parser modules, INCOMPLETE. | Jamieson Christian |