------------------------------------------------------------------------ r8778 | terminx | 2020-03-21 05:18:47 -0700 (Sat, 21 Mar 2020) | 1 line Restore previously selected .sf2 filename when the file selector is canceled by pressing esc ------------------------------------------------------------------------ r8777 | terminx | 2020-03-21 05:18:43 -0700 (Sat, 21 Mar 2020) | 1 line Remove a bunch of dead code relating to reading and writing configuration data in eduke32.cfg for stuff we don't even support anymore, or that is saved in settings.cfg now instead ------------------------------------------------------------------------ r8776 | terminx | 2020-03-21 05:18:37 -0700 (Sat, 21 Mar 2020) | 3 lines Move mouse x-scale and y-scale to the main mouse setup menu and get rid of Advanced Mouse This also normalizes the scale sliders to a displayed range of 0 - 1.0, and adds in_mousexscale and in_mouseyscale cvars to hold the values. ------------------------------------------------------------------------ r8775 | terminx | 2020-03-21 05:18:31 -0700 (Sat, 21 Mar 2020) | 1 line Update TinySoundFont to 031e4fecc37f8dc59725127941ae3d1f64867ff0 ------------------------------------------------------------------------ r8774 | terminx | 2020-03-21 05:18:28 -0700 (Sat, 21 Mar 2020) | 1 line Rename SF2_Load() to SF2_LoadBank() and fix the newline at the end of the error message that occurs if passed a bad filename ------------------------------------------------------------------------ r8773 | terminx | 2020-03-21 05:18:24 -0700 (Sat, 21 Mar 2020) | 1 line Remove the leading slash from the .sf2 bank filename if it's the only slash in the string ------------------------------------------------------------------------ r8772 | terminx | 2020-03-21 05:18:21 -0700 (Sat, 21 Mar 2020) | 1 line Improve handling of menu options that may be hidden in-between visits to a menu ------------------------------------------------------------------------ r8771 | terminx | 2020-03-21 05:18:16 -0700 (Sat, 21 Mar 2020) | 3 lines Refresh ud.config.MusicDevice and the menu sound configuration display variables after applying new settings This helps keep the menu state synchronized with the actual sound system state in cases where the requested configuration was rejected for some reason (unsupported playback frequency, missing .sf2 file, etc). ------------------------------------------------------------------------ See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.