dxx-rebirth/common/arch/sdl
Kp d09d30e173 Make mix_play_file only skip hmp for dot-less filenames
Previously, if the filename had no dots, then mix_play_file would refuse
to play it at all.  This was excessive, as only the check for hmp needs
a filename with a dot in it.  Change the logic so that a dot-less file
still is assumed not to be an hmp, but instead of returning, will fall
through and try the other load types.
2022-03-19 22:55:58 +00:00
..
digi_mixer_music.cpp Make mix_play_file only skip hmp for dot-less filenames 2022-03-19 22:55:58 +00:00
event.cpp Move joystick interpretation to happen after the event loop 2022-02-27 14:23:53 +00:00
joy.cpp Explicitly require support for C++11 constructor inheritance 2022-01-09 15:25:42 +00:00
key.cpp SDL2: explicitly ignore unwanted key repeats 2020-10-12 03:28:26 +00:00
mouse.cpp Use enum class for MBTN_* constants 2022-02-27 14:23:53 +00:00
rbaudio.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
timer.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
window.cpp Move window_is_visible,window_set_visible to be window methods 2021-11-01 03:37:18 +00:00