Glenn Maynard
baa66fc551
Select an enabled panel in the panel color UI by default.
...
This fixes the default always being up-left (which is usually disabled),
causing the color slider to not do anything until you select a different
panel.
6 years ago
Glenn Maynard
bceca77016
Fix AutoLightsColorRefreshColor calling SetColor with an incomplete array.
...
This could cause access violations, because it calls the native SMX_SetColor
with a color array that's too small.
6 years ago
Glenn Maynard
7a4bbc6eab
Pad the configuration struct to 250 bytes, so the SDK.DLL ABI doesn't change when fields are added.
6 years ago
Glenn Maynard
6e09b2ea53
Fix the auto-lights preview when dragging the color slider being dimmer than the actual auto-lights.
6 years ago
Glenn Maynard
a18df41e49
Fix calls to ActivePads() causing exceptions in design mode.
6 years ago
Glenn Maynard
5f627b1b55
Fix the debug build.
6 years ago
Glenn Maynard
e57fa5d28e
Add a version display based on the git tag.
7 years ago
Glenn Maynard
3d6eb112e6
Add a separate sanity check for SMX.dll existing, since Windows gives the same error if a DLL is missing or one of its dependencies is missing.
7 years ago
Glenn Maynard
5d1e4c85fe
Add an early check for SMX.dll not loading.
7 years ago
Glenn Maynard
f321b7228d
Remove unused SetUpdateCallback. We set the update callback on start.
7 years ago
Glenn Maynard
d7f94fa99f
Add a default exception handler. The default Windows one doesn't always show a message properly.
7 years ago
Glenn Maynard
913f740113
Allow configuring two pads together (the existing behavior), or selecting a single pad from a dropdown to configure them separately.
7 years ago
Glenn Maynard
9ed01c29ba
Implement exporting and importing platform settings to a file.
7 years ago
Glenn Maynard
2d8d7c0be1
Committing various trivial changes that MSVC decided to make after updating.
7 years ago
Glenn Maynard
a1281218bb
Increase the minimum difference between the upper and lower thresholds to 10.
...
Having this at 5 is causing confusion, since the hardware isn't actually designed
to have the thresholds so close together. This was set to 5 for internal testing,
but it's not actually useful to have them so close together. The thresholds exist
to prevent ghosting and strobing on the panels, and putting the thresholds very
close together prevents them from doing that.
7 years ago
Glenn Maynard
57379383c0
Import for release.
7 years ago