index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
music
/
midifile.cpp
Age
Commit message (
Expand
)
Author
2021-04-24
Codechange: Use std::string in console commands/aliases registration, and std...
Loïc Guilloux
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-12-27
Codechange: Convert some more FIO functions to take std::string.
Michael Lutz
2020-12-27
Codechange: Use std::string in FIO search path handling.
Michael Lutz
2020-05-08
Fix: Two issues in MIDI file writer
Niels Martin Hansen
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-07-07
Fix 27384486e4: Error in GM Reset sysex data
Niels Martin Hansen
2019-07-04
Codechange: Use common source for well-known SysEx messages in Windows music ...
Niels Martin Hansen
2019-05-04
Codechange: replace grow() usage for MidiFile
glx
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-09-12
Fix #6839: OLD_GM_DIR midi search path got lost (#6900)
Charles Pigott
2018-09-03
Fix: Better "temp" path for decoded MPSMIDI files when source filename has no...
Niels Martin Hansen
2018-09-03
Fix: Check the search paths for standard MIDI files
Niels Martin Hansen
2018-06-05
Change: DOS music loading for non-Windows music drivers
Niels Martin Hansen
2018-06-05
Feature: Console command to dump decoded music to .mid file
Niels Martin Hansen
2018-06-05
Feature: Decoder for DOS version music
Niels Martin Hansen
2018-05-01
Change #6685: Replace Win32 music driver with one not depending on MCI
Niels Martin Hansen