Commit Graph

136 Commits (769bb597ca989f486f5a9c075ae8dcbfabd21a07)
 

Author SHA1 Message Date
Glenn Maynard 769bb597ca Add up and down arrows to DoubleSlider, to show that the right thumb is for presses and the left is for releases. 5 years ago
Glenn Maynard f7453a1600 Add an error check for invalid JSON when importing a configuration. 5 years ago
Glenn Maynard 219f407246 Fix JSON ParseError exporting settings if custom settings have never been edited. 5 years ago
Glenn Maynard 7c6b64c13e Use CheckRunning to close SMXConfig before uninstalls too. 5 years ago
Glenn Maynard 5508c42b10 Make the installer shut the application down (or ask the user to do it if it's a version before SMXConfigShutdown). 5 years ago
Glenn Maynard 54003cd6a3 Add an SMXConfigShutdown event to allow the installer to close the application automatically. 5 years ago
Glenn Maynard f85058e499 Remove unused AllocConsole binding. 5 years ago
Glenn Maynard 0f74ffb832 Try to work around some broken antiviruses causing WPF to not be able to save settings. 5 years ago
Glenn Maynard bd052f08ef Use OnClick instead of Checked and Unchecked. 5 years ago
Glenn Maynard bb3ee5a0c9 Only recreate sliders when the sensitivity tab is selected, rather than on every tab change. 5 years ago
Glenn Maynard 7171330abd Update the wording for the custom sensor dialog. 5 years ago
Glenn Maynard 1014a26940 Fix the version label getting cut off. 5 years ago
Glenn Maynard 102fe2f9f9 Make the platform lights slider update directly when dragged, so we can delay config updates. 5 years ago
Glenn Maynard 48fe72af4a Update the EnableCenterTopSensorCheckbox label. 5 years ago
Glenn Maynard dffe001bec Tighten the high preset a bit. 5 years ago
Glenn Maynard d4c71941eb Implement separate inner and outer threshold sliders, and a custom threshold slider. 5 years ago
Glenn Maynard 18475afbf8 Change ThresholdSlider to a grid, to make things easier to position. StackPanel is too limited for this. 5 years ago
Glenn Maynard 883d87779a Add aux sensors. 5 years ago
Glenn Maynard 3bb92a0b24 Fix the visible threshold sliders not updating when enabled panels are changed. 5 years ago
Glenn Maynard dbb4ecc530 Refactor the way threshold sliders are associated with sensors. 5 years ago
Glenn Maynard 8620da2405 Refactor displaying threshold sliders. 5 years ago
Glenn Maynard ae25ed327a Fix AreUnifiedThresholdsSynced modifying config. 5 years ago
Glenn Maynard baf9b47fe9 Add an internal API to assign serial numbers. 5 years ago
Glenn Maynard 109cd1f6f6 Fix highlighting selected diagnostics buttons on P2. 5 years ago
Glenn Maynard bbb49b6ae4 Show a warning if the low FSR threshold is set too low. 5 years ago
Glenn Maynard 37e5b445cd Fix exporting load cell thresholds to JSON. 5 years ago
Glenn Maynard 80b08dbe0c Fix exception parsing empty JSON arrays. 5 years ago
Glenn Maynard 63f7aa5beb Adjust the high FSR preset. 5 years ago
Glenn Maynard 67a1789ea2 Update SDK documentation for SMX_SetLights2. 5 years ago
Glenn Maynard 12794762a8 Fix "light panels" getting stuck on if the controller is disconnected while the button is pressed. 5 years ago
Glenn Maynard 672541015f Add SMX_SetOnlySendLightsOnChange for smx-panel-test. 5 years ago
Glenn Maynard 69b2239922 Refactor SMXManager::SendLightUpdates to queue multiple lights commands if possible. 5 years ago
Glenn Maynard 0c19451d7d Show the diagnostics mode dropdown by default. 5 years ago
Glenn Maynard ec848441d7 Update SDKSample to use SMX_SetLights2 and set the new panel lights. 5 years ago
Glenn Maynard c53c3d45c6 Make sure we don't send lights commands before we have a config packet, and adjust the V3 command timing. 5 years ago
Glenn Maynard 1959a1eaa9 Hide the floor lighting button on older pads. 5 years ago
Glenn Maynard 3d6a3008ae Fix the center preset to match the firmware and the game. 5 years ago
Glenn Maynard 6249359373 Add an option to enable the center panel top sensor. 5 years ago
Glenn Maynard 27be716768 Add disabled combined thresholds. 5 years ago
Glenn Maynard 9facc93548 8-bit FSR thresholds. 6 years ago
Glenn Maynard b1f675c56c Add config packet backwards-compatibility. 6 years ago
Glenn Maynard 05f4100d98 Add support for importing/exporting FSR thresholds to disk. 6 years ago
Glenn Maynard 4c07c5572e Add some default values for SMXConfig. 6 years ago
Glenn Maynard 6cc979b1dc Implement the V5 config packet. 6 years ago
Glenn Maynard 0184e46022 Make sure GetConfig returns a valid stub SMXConfig if the DLL isn't present. 6 years ago
Glenn Maynard 00271c3e15 Rename iBadJumper to iWrongSensorJumper. 6 years ago
Glenn Maynard 122cbe7b0d FSR threshold tuning. 6 years ago
Glenn Maynard 23ef413d91 Only show enabled panels in the diagnostics tab. 6 years ago
Glenn Maynard b25b363c96 FSR threshold tuning. 6 years ago
Glenn Maynard cce566624a Improve minimizing to tray, and restore the existing instance if SMXConfig is launched when it's already minimized to the tray. 6 years ago