OpenTTD/src/music
Peter Nelson 08778094f4
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.
2023-11-17 17:42:19 +00:00
..
CMakeLists.txt Remove: OS/2 port 2023-06-16 14:29:14 +01:00
allegro_m.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
allegro_m.h Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
bemidi.cpp Fix: Workarounds for BeMidi driver to work properly on Haiku 2021-05-24 08:56:18 +02:00
bemidi.h Fix: Workarounds for BeMidi driver to work properly on Haiku 2021-05-24 08:56:18 +02:00
cocoa_m.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
cocoa_m.h Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
dmusic.cpp Codechange: Ensure function opening `{` is on new line. 2023-11-09 20:15:38 +00:00
dmusic.h Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
extmidi.cpp Fix: extmidi did not move on to next song after playing ends. (#11469) 2023-11-17 17:42:19 +00:00
extmidi.h Codechange: use std::string/std::vector over stredup/strecpy/CallocT/free 2023-06-27 12:35:31 +02:00
fluidsynth.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
fluidsynth.h Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
midi.h Cleanup: missing spaces before continuation * in some comments 2023-11-01 22:56:11 +01:00
midifile.cpp Cleanup: missing spaces before continuation * in some comments 2023-11-01 22:56:11 +01:00
midifile.hpp Cleanup: missing spaces before continuation * in some comments 2023-11-01 22:56:11 +01:00
music_driver.hpp Codechange: Ensure function opening `{` is on new line. 2023-11-09 20:15:38 +00:00
null_m.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
null_m.h Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
win32_m.cpp Codechange: Silence warnings about intentionally unused parameters. 2023-09-19 22:49:59 +02:00
win32_m.h Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00