This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
OpenTTD
Watch
1
Star
0
Fork
0
You've already forked OpenTTD
mirror of
https://github.com/OpenTTD/OpenTTD
synced
2026-01-18 18:02:37 +01:00
Code
Issues
Releases
Wiki
Activity
Files
dd00683a463f5b0022cd4bbeff8fd4515182e6ee
OpenTTD
/
src
/
music
History
glx
013d7db19f
(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
2008-03-15 21:20:40 +00:00
..
bemidi.cpp
…
bemidi.h
…
dmusic.cpp
(svn r11826) -Fix (r10444): at least one instance of dmusic driver is needed for it to be registered and usable
2008-01-13 00:14:29 +00:00
dmusic.h
…
extmidi.cpp
(svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
2008-01-07 14:23:25 +00:00
extmidi.h
…
libtimidity.cpp
(svn r11842) -Fix: libtimidity.cpp did not compile anymore.
2008-01-13 22:10:54 +00:00
libtimidity.h
…
music_driver.hpp
(svn r11839) -Codechange: move some variables from variables.h to a more logical location.
2008-01-13 21:41:24 +00:00
null_m.cpp
…
null_m.h
…
os2_m.cpp
…
os2_m.h
…
qtmidi.cpp
(svn r11521) -Codechange: [OSX] Check what the running os version is in a cleaner way.
2007-11-25 14:43:16 +00:00
qtmidi.h
…
win32_m.cpp
(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
2008-03-15 21:20:40 +00:00
win32_m.h
…