summaryrefslogtreecommitdiff
path: root/src/music/win32_m.cpp
AgeCommit message (Expand)Author
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2008-09-29(svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-03-15(svn r12373) -Fix [FS#1849]: win32 music driver fails if path is too long (12...glx
2008-03-15(svn r12372) -Fix: win32 music driver fails if path contains non-latin charsglx
2008-03-14(svn r12366) -Codechange: use MAX_PATH instead hardcoded valueglx
2007-09-24(svn r11154) -Fix [FS#1239]: MIDI failing to play under Windows 95, 98 and ME.rubidium
2007-08-31(svn r11029) -Fix [FS#1164]: win32 midi doesn't stop when closing openttdglx
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-02-23(svn r8860) -Cleanup: some style changes, proper #endif comments, variable in...Darkvater
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr