src/music/win32_m.cpp
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
Sat, 15 Mar 2008 21:20:40 +0000 glx (svn r12373) -Fix [FS#1849]: win32 music driver fails if path is too long (128 chars is too much for mci it seems), so retry using the short path name (8.3 style) if available
Sat, 15 Mar 2008 21:12:08 +0000 glx (svn r12372) -Fix: win32 music driver fails if path contains non-latin chars
Fri, 14 Mar 2008 18:31:37 +0000 glx (svn r12366) -Codechange: use MAX_PATH instead hardcoded value
Mon, 24 Sep 2007 19:11:26 +0000 rubidium (svn r11154) -Fix [FS#1239]: MIDI failing to play under Windows 95, 98 and ME.
Fri, 31 Aug 2007 23:29:53 +0000 glx (svn r11029) -Fix [FS#1164]: win32 midi doesn't stop when closing openttd
Thu, 05 Jul 2007 12:23:54 +0000 peter1138 (svn r10444) -Codechange: switch to c++ classes and inheritance for sound/music/video drivers, using self-registration based on the blitter-model.
Wed, 07 Mar 2007 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo()
Fri, 23 Feb 2007 12:56:10 +0000 Darkvater (svn r8860) -Cleanup: some style changes, proper #endif comments, variable initialisation, WINCE ifdef and a vsprintf to vsnprintf change.
Wed, 10 Jan 2007 18:12:09 +0000 KUDr (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)