summaryrefslogtreecommitdiff
path: root/src/music/extmidi.cpp
AgeCommit message (Expand)Author
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2009-01-08(svn r14909) -Codechange: Remove global option for the extmidi driver and mak...peter1138
2008-11-02(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat an...skidd13
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2007-12-29(svn r11719) -Codechange: split sound.h in a header with types and one with f...rubidium
2007-07-05(svn r10446) -Codechange: Move extmidi's global data into its class.peter1138
2007-07-05(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/mus...peter1138
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr