Revision r8261
Add MIDI_GetDevice and use it so that the default driver value doesn't show as "Custom" in the menu
Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.
Add MIDI_GetDevice and use it so that the default driver value doesn't show as "Custom" in the menu
Fix calls to FX_ErrorString and MUSIC_ErrorString
Prefer early return on error in sound and MIDI init functions
Prefer "MIDI driver" to "Music device"
Remove second EMIDICard / ForceEMIDI parameter from MUSIC_Init which only served to clobber the value entered using the cvar
Remove duplicate mus_emidicard from osdcmds.cpp
Initialize sound before music
Remove obsolete comments now that the MIDI objects are back in their rightful location
Fix mutex implementation with SDL 1.2, broken in r7907
Revert r8159 but disable the code from being compiled because documentation is good.
Revert r8150 and reinstate the SDL_Joystick API with SDL2 It is necessary for devices with more axes or buttons than those found on the Xbox 360 controller.
The point of getting these compiling was so that I wouldn't have to keep unbreaking them.
MSVC project file for Ken-Build Patch from Nuke.YKT.
------------------------------------------------------------------------ r8262 | hendricks266 | 2019-10-23 22:47:33 -0700 (Wed, 23 Oct 2019) | 1 line SW: Load swtimbr.tmb ------------------------------------------------------------------------ r8261 | hendricks266 | 2019-10-23 22:47:29 -0700 (Wed, 23 Oct 2019) | 1 line Add MIDI_GetDevice and use it so that the default driver value doesn't show as "Custom" in the menu ------------------------------------------------------------------------ r8260 | hendricks266 | 2019-10-23 22:47:24 -0700 (Wed, 23 Oct 2019) | 1 line Fix calls to FX_ErrorString and MUSIC_ErrorString ------------------------------------------------------------------------ r8259 | hendricks266 | 2019-10-23 22:47:15 -0700 (Wed, 23 Oct 2019) | 1 line Prefer early return on error in sound and MIDI init functions ------------------------------------------------------------------------ r8258 | hendricks266 | 2019-10-23 22:47:11 -0700 (Wed, 23 Oct 2019) | 1 line Prefer "MIDI driver" to "Music device" ------------------------------------------------------------------------ r8257 | hendricks266 | 2019-10-23 22:47:06 -0700 (Wed, 23 Oct 2019) | 1 line Remove second EMIDICard / ForceEMIDI parameter from MUSIC_Init which only served to clobber the value entered using the cvar ------------------------------------------------------------------------ r8256 | hendricks266 | 2019-10-23 22:47:02 -0700 (Wed, 23 Oct 2019) | 1 line Remove duplicate mus_emidicard from osdcmds.cpp ------------------------------------------------------------------------ r8255 | hendricks266 | 2019-10-23 22:46:59 -0700 (Wed, 23 Oct 2019) | 1 line Initialize sound before music ------------------------------------------------------------------------ r8254 | hendricks266 | 2019-10-23 22:46:54 -0700 (Wed, 23 Oct 2019) | 1 line Remove obsolete comments now that the MIDI objects are back in their rightful location ------------------------------------------------------------------------ r8253 | hendricks266 | 2019-10-23 22:46:45 -0700 (Wed, 23 Oct 2019) | 1 line Fix mutex implementation with SDL 1.2, broken in r7907 ------------------------------------------------------------------------ r8252 | hendricks266 | 2019-10-23 22:46:40 -0700 (Wed, 23 Oct 2019) | 1 line Revert r8159 but disable the code from being compiled because documentation is good. ------------------------------------------------------------------------ r8251 | hendricks266 | 2019-10-23 22:46:36 -0700 (Wed, 23 Oct 2019) | 3 lines Revert r8150 and reinstate the SDL_Joystick API with SDL2 It is necessary for devices with more axes or buttons than those found on the Xbox 360 controller. ------------------------------------------------------------------------ r8250 | hendricks266 | 2019-10-23 22:46:32 -0700 (Wed, 23 Oct 2019) | 1 line The point of getting these compiling was so that I wouldn't have to keep unbreaking them. ------------------------------------------------------------------------ r8249 | hendricks266 | 2019-10-23 22:46:24 -0700 (Wed, 23 Oct 2019) | 3 lines MSVC project file for Ken-Build Patch from Nuke.YKT. ------------------------------------------------------------------------ See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.