OpenTTD/src/music
Peter Nelson 059a4b22f7 Codechange: Use projection-based std::range::find where possible.
This simplifies matching by class members and avoids wordy lambdas.
2024-11-24 10:36:03 +00:00
..
allegro_m.cpp Codechange: Pass std::string_view from drivers instead of char *. 2024-04-10 22:02:04 +01:00
allegro_m.h Codechange: Pass std::string_view from drivers instead of char *. 2024-04-10 22:02:04 +01:00
bemidi.cpp Codechange: Pass std::string_view from drivers instead of char *. 2024-04-10 22:02:04 +01:00
bemidi.h Codechange: Pass std::string_view from drivers instead of char *. 2024-04-10 22:02:04 +01:00
CMakeLists.txt Change: Don't include midi file processing in dedicated server build. (#12632) 2024-05-08 00:57:52 +01:00
cocoa_m.cpp Codechange: Pass std::string_view from drivers instead of char *. 2024-04-10 22:02:04 +01:00
cocoa_m.h Codechange: Pass std::string_view from drivers instead of char *. 2024-04-10 22:02:04 +01:00
dmusic.cpp Codechange: Use projection-based std::range::find where possible. 2024-11-24 10:36:03 +00:00
dmusic.h Codechange: Pass std::string_view from drivers instead of char *. 2024-04-10 22:02:04 +01:00
extmidi.cpp Codechange: Pass std::string_view from drivers instead of char *. 2024-04-10 22:02:04 +01:00
extmidi.h Codechange: Pass std::string_view from drivers instead of char *. 2024-04-10 22:02:04 +01:00
fluidsynth.cpp Codechange: Pass std::string_view from drivers instead of char *. 2024-04-10 22:02:04 +01:00
fluidsynth.h Codechange: Pass std::string_view from drivers instead of char *. 2024-04-10 22:02:04 +01:00
midi.h Codechange: rename byte to uint8_t (#12308) 2024-03-16 23:59:32 +01:00
midifile.cpp Codechange: Let's use this new emplace_back() thing. (#13081) 2024-11-15 20:28:17 +00:00
midifile.hpp Codechange: Replace all FILE * with FileHandle RAII class. (#12718) 2024-09-16 08:45:26 +01:00
music_driver.hpp Codechange: rename byte to uint8_t (#12308) 2024-03-16 23:59:32 +01:00
null_m.cpp
null_m.h Codechange: Pass std::string_view from drivers instead of char *. 2024-04-10 22:02:04 +01:00
win32_m.cpp Codefix: Potential unterminated string returned from convert_to_fs. 2024-07-10 20:57:02 +01:00
win32_m.h Codechange: Pass std::string_view from drivers instead of char *. 2024-04-10 22:02:04 +01:00