96598ef59bReset the floor color on factory reset.
Glenn Maynard
2020-03-18 21:13:50 -05:00
769bb597caAdd up and down arrows to DoubleSlider, to show that the right thumb is for presses and the left is for releases.
Glenn Maynard
2019-10-29 16:28:42 -05:00
f7453a1600Add an error check for invalid JSON when importing a configuration.
Glenn Maynard
2019-10-14 01:09:34 -05:00
219f407246Fix JSON ParseError exporting settings if custom settings have never been edited.
Glenn Maynard
2019-10-14 01:06:20 -05:00
7c6b64c13eUse CheckRunning to close SMXConfig before uninstalls too.
Glenn Maynard
2019-10-06 23:37:28 -05:00
5508c42b10Make the installer shut the application down (or ask the user to do it if it's a version before SMXConfigShutdown).
Glenn Maynard
2019-10-06 03:59:07 -05:00
54003cd6a3Add an SMXConfigShutdown event to allow the installer to close the application automatically.
Glenn Maynard
2019-10-06 03:58:20 -05:00
0f74ffb832Try to work around some broken antiviruses causing WPF to not be able to save settings.
Glenn Maynard
2019-10-06 02:01:13 -05:00
bd052f08efUse OnClick instead of Checked and Unchecked.
Glenn Maynard
2019-10-06 02:00:54 -05:00
bb3ee5a0c9Only recreate sliders when the sensitivity tab is selected, rather than on every tab change.
Glenn Maynard
2019-10-06 01:14:52 -05:00
7171330abdUpdate the wording for the custom sensor dialog.
Glenn Maynard
2019-10-03 20:43:46 -05:00
1014a26940Fix the version label getting cut off.
Glenn Maynard
2019-10-03 20:19:05 -05:00
102fe2f9f9Make the platform lights slider update directly when dragged, so we can delay config updates.
Glenn Maynard
2019-10-01 19:35:16 -05:00
48fe72af4aUpdate the EnableCenterTopSensorCheckbox label.
Glenn Maynard
2019-09-27 21:16:31 -05:00
dffe001becTighten the high preset a bit.
Glenn Maynard
2019-09-27 21:15:19 -05:00
d4c71941ebImplement separate inner and outer threshold sliders, and a custom threshold slider.
Glenn Maynard
2019-09-26 17:23:39 -05:00
18475afbf8Change ThresholdSlider to a grid, to make things easier to position. StackPanel is too limited for this.
Glenn Maynard
2019-09-25 19:26:51 -05:00
883d87779aAdd aux sensors.
Glenn Maynard
2019-09-25 19:16:19 -05:00
3bb92a0b24Fix the visible threshold sliders not updating when enabled panels are changed.
Glenn Maynard
2019-09-22 20:31:18 -05:00
dbb4ecc530Refactor the way threshold sliders are associated with sensors.
Glenn Maynard
2019-09-22 20:20:16 -05:00
63f7aa5bebAdjust the high FSR preset.
Glenn Maynard
2019-09-11 17:53:05 -05:00
67a1789ea2Update SDK documentation for SMX_SetLights2.
Glenn Maynard
2019-07-18 20:41:12 -05:00
12794762a8Fix "light panels" getting stuck on if the controller is disconnected while the button is pressed.
Glenn Maynard
2019-06-25 17:18:58 -05:00
672541015fAdd SMX_SetOnlySendLightsOnChange for smx-panel-test.
Glenn Maynard
2019-06-21 20:59:38 -05:00
69b2239922Refactor SMXManager::SendLightUpdates to queue multiple lights commands if possible.
Glenn Maynard
2019-06-09 21:34:55 -05:00
0c19451d7dShow the diagnostics mode dropdown by default.
Glenn Maynard
2019-06-09 16:48:28 -05:00
ec848441d7Update SDKSample to use SMX_SetLights2 and set the new panel lights.
Glenn Maynard
2019-06-08 23:47:00 -05:00
c53c3d45c6Make sure we don't send lights commands before we have a config packet, and adjust the V3 command timing.
Glenn Maynard
2019-06-08 23:43:36 -05:00
1959a1eaa9Hide the floor lighting button on older pads.
Glenn Maynard
2019-05-01 16:45:55 -05:00
3d6a3008aeFix the center preset to match the firmware and the game.
Glenn Maynard
2019-05-04 23:39:45 -05:00
6249359373Add an option to enable the center panel top sensor.
Glenn Maynard
2019-04-29 21:25:03 -05:00
cce566624aImprove minimizing to tray, and restore the existing instance if SMXConfig is launched when it's already minimized to the tray.
Glenn Maynard
2019-04-02 21:10:43 -05:00
5556d4fd65Fix bad Color::operator== causing GIF frames to be merged incorrectly.
Glenn Maynard
2019-02-26 18:03:11 -06:00
af82a1e423Remove the reset command on startup (just causes flicker).
Glenn Maynard
2019-02-08 20:56:02 -06:00
ec061d4223Refactor uploading animations to allow uploading automatically instead of having a separate upload button, and iron out some inconsistencies.
Glenn Maynard
2019-02-08 17:57:02 -06:00
74f94c5bf5Add panel test mode to the UI.
Glenn Maynard
2019-02-06 20:29:22 -06:00
ce261c1ecbAdd internal support for panel test modes, and rename "test mode" to "sensor test mode" to make the distinction clearer.
Glenn Maynard
2019-02-06 20:01:06 -06:00
63e76f29ccUse opaque white instead of just opaque for the marker pixel, so transparent GIFs aren't needed when markers aren't being used.
Glenn Maynard
2019-02-05 18:09:07 -06:00