You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/music
Peter Nelson 7fb369c732 Fix: extmidi did not move on to next song after playing ends. (#11469)
`song` is no longer a C-style string so cannot be cleared by writing a NUL char.
Use `.clear()` to properly clear a std::string.

(cherry picked from commit 08778094f4)
7 months ago
..
CMakeLists.txt Remove: OS/2 port 1 year ago
allegro_m.cpp Merge branch 'master' into jgrpp 7 months ago
allegro_m.h
bemidi.cpp
bemidi.h
cocoa_m.cpp Merge branch 'master' into jgrpp 7 months ago
cocoa_m.h
dmusic.cpp Merge branch 'master' into jgrpp 7 months ago
dmusic.h
extmidi.cpp Fix: extmidi did not move on to next song after playing ends. (#11469) 7 months ago
extmidi.h Merge branch 'master' into jgrpp 9 months ago
fluidsynth.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
fluidsynth.h
midi.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
midifile.cpp Merge branch 'master' into jgrpp 7 months ago
midifile.hpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
music_driver.hpp Music: Defer probing for music driver until a music set is loaded 10 months ago
null_m.cpp
null_m.h Codechange: Silence warnings about intentionally unused parameters. 9 months ago
win32_m.cpp Merge branch 'master' into jgrpp 7 months ago
win32_m.h