Glenn Maynard
ae25ed327a
Fix AreUnifiedThresholdsSynced modifying config.
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.
...
The 100-112 thresholds are extremely low, and don't work for all play styles, since
with harder presses, the 100 low threshold may not be reached quickly enough, which
causes missed inputs. Raise the high preset thresholds to something more reasonable.
Users can still set the lower values in the advanced tab if it works for them.
This might be tuned further.
This won't affect users who are already set to the higher thresholds, since it'll
just act like custom thresholds. To update thresholds to the new values, click the
"High" preset button again.
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
0c19451d7d
Show the diagnostics mode dropdown by default.
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
05f4100d98
Add support for importing/exporting FSR thresholds to disk.
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
Glenn Maynard
ded697cf4c
Add sensor icons.
6 years ago
Glenn Maynard
1b01f53796
Add an option to enable or disable lighting on panels with no sensors.
6 years ago
Glenn Maynard
f35f596cee
Update the config block with new fields.
6 years ago
Glenn Maynard
ec061d4223
Refactor uploading animations to allow uploading automatically instead of having a separate upload button, and iron out some inconsistencies.
6 years ago
Glenn Maynard
74f94c5bf5
Add panel test mode to the UI.
6 years ago
Glenn Maynard
501b297c8f
Rename iBadSensorDIP -> iBadJumper.
6 years ago
Glenn Maynard
990a6ba488
Fix refreshing the selected diags button.
6 years ago
Glenn Maynard
8307e24550
Allow FSR threshold distances down to 5.
6 years ago
Glenn Maynard
a094588055
Hide the "expected DIP" display if we have no data at all.
6 years ago
Glenn Maynard
6d370ee092
Show a warning if an incorrect sensor DIP switch is detected.
6 years ago
Glenn Maynard
6d0820f495
Add the PlatformFlags_FSR config flag.
6 years ago
Glenn Maynard
cc07e07649
Fix auto-lighting not reactivating quickly.
6 years ago
Glenn Maynard
331bdc5b56
Fix the checkmark next to the preset buttons not reflecting the current preset.
6 years ago
Glenn Maynard
13bad26fe6
Compare individualPanelFSR in SamePreset, and add placeholder FSR presets.
6 years ago
Glenn Maynard
3d41d8ea15
Fix the application window being created when launched on startup. It should only launch to the tray.
6 years ago
Glenn Maynard
def39becf9
Add labels to the DIP switch display.
6 years ago
Glenn Maynard
f806ad8a00
Scale the diagnostics bars differently for FSRs.
6 years ago
Glenn Maynard
a2eb0c7591
Reorder the diags threshold bars (only cosmetic).
6 years ago
Glenn Maynard
9ae9a506c6
Add the initial floor lighting button in the UI.
...
This also refactors the panel button code to rely less on WPF bindings.
They just get in the way for anything nontrivial. Doing it this way
lets us treat the panel buttons as an interface for setting colors, to
handle the different fields that are set for the panel colors and floor
color.
6 years ago
Glenn Maynard
84c467a485
Cleanup.
6 years ago
Glenn Maynard
478a0618fb
Fix exception if ThresholdSlider refreshes when no pads are active.
...
GetFirstActivePadConfig returns a dummy config if nothing is connected, which
didn't have any of its arrays created. Fill in dummy arrays for enabledSensors,
etc. so refreshes don't throw exceptions if they're updated right when the
last controller disconnects. (This is a rare race condition and I've only
seen it while stepping in the debugger and disconnecting while stopped.)
6 years ago
Glenn Maynard
6b58194235
Handle FSR thresholds in the threshold sliders.
6 years ago
Glenn Maynard
1c980f24e0
Add config fields for FSR sensitivity and the platform strip color.
...
This also sets pack:1 so we don't rely on compiler struct alignment.
6 years ago
Glenn Maynard
776baf1aca
Set all lights in the UI when previewing light colors.
6 years ago
Glenn Maynard
39cfc8cee0
Add support for uploading animations to the panel, if it supports it.
6 years ago
Glenn Maynard
159a9a4da2
Add a progress window.
6 years ago
Glenn Maynard
42a99e775b
Allow launching on startup.
...
If this is used to play GIF animations on the pad, being able to have
it launch on startup is useful.
This is disabled by default and there's no UI to enable it yet.
6 years ago
Glenn Maynard
5cf5eddc81
Allow minimizing to the tray.
...
This allows running GIF animations in the background.
6 years ago
Glenn Maynard
135e3c5401
Add a UI to set panel animations.
...
This is driven by the config tool, which needs to stay running.
6 years ago