Commit Graph

116 Commits (8620da24052dfe91e71dcf57bf89ac2c48427407)
 

Author SHA1 Message Date
Glenn Maynard 681c7adfef Fix up calculating animation frame counts. 6 years ago
Glenn Maynard a202063287 Truncate the config packet for firmware that doesn't need all of it. 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 9167c9e0ed Use GetOverlappedResult instead of GetOverlappedResultEx for Windows 7. 6 years ago
Glenn Maynard 88052ee318 Updates to graphic upload handling. 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 849fd7a975 Simplify overlapped I/O handling, and add a command timeout. 6 years ago
Glenn Maynard 9ae9a506c6 Add the initial floor lighting button in the UI. 6 years ago
Glenn Maynard 84c467a485 Cleanup. 6 years ago
Glenn Maynard 48c75ba224 Pass the packet response to completion callbacks. 6 years ago
Glenn Maynard 879df7152c Fix m_bSendingConfig not being reset on close. 6 years ago
Glenn Maynard 478a0618fb Fix exception if ThresholdSlider refreshes when no pads are active. 6 years ago
Glenn Maynard aba274603c Set LIGHTS_PER_PANEL to 25. 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. 6 years ago
Glenn Maynard 776baf1aca Set all lights in the UI when previewing light colors. 6 years ago
Glenn Maynard 3d5be3017b Add support for 25 light panels (SDK side). 6 years ago
Glenn Maynard 55443cccb8 Add SMX_SetLights2 to specify the buffer size explicitly. 6 years ago
Glenn Maynard 5e1068d565 Fix config updates when updating quickly. 6 years ago
Glenn Maynard f4e60ef2e0 Clarify comment. 6 years ago
Glenn Maynard cb7feb626e Separate out scaleLight. 6 years ago
Glenn Maynard cf02b97fe6 Rename m_aPendingCommands -> m_aPendingLightsCommands. 6 years ago
Glenn Maynard 39cfc8cee0 Add support for uploading animations to the panel, if it supports it. 6 years ago
Glenn Maynard 0b3202ccff Handle 25-light panel animations in SMXPanelAnimation. 6 years ago
Glenn Maynard 880774f9e4 Make sure we call the callback from SendCommandLocked if the device isn't connected and we're not queueing the command. 6 years ago
Glenn Maynard 159a9a4da2 Add a progress window. 6 years ago
Glenn Maynard 42a99e775b Allow launching on startup. 6 years ago
Glenn Maynard 5cf5eddc81 Allow minimizing to the tray. 6 years ago
Glenn Maynard 4691ce5ecf If commands are buffered and not sent when the device is disconnected, call any completion callbacks. 6 years ago
Glenn Maynard 135e3c5401 Add a UI to set panel animations. 6 years ago
Glenn Maynard e5e75e0106 Put the step color widgets in a StackPanel. 6 years ago
Glenn Maynard 2628c078fa Add SMXPanelAnimation. 6 years ago
Glenn Maynard 303283624a Add SMX_SetLights2. 6 years ago
Glenn Maynard d576545266 Split out low-level thread handling into SMXThread, and use it in SMXHelperThread. 6 years ago
Glenn Maynard a7cb6ad51d Replace SMXHelperThread::GetThreadId() with SMXHelperThread::IsCurrentThread(). 6 years ago
Glenn Maynard ad2e7dcb74 Move extern "C" into the SMX_API define. 6 years ago
Glenn Maynard baa66fc551 Select an enabled panel in the panel color UI by default. 6 years ago
Glenn Maynard bceca77016 Fix AutoLightsColorRefreshColor calling SetColor with an incomplete array. 6 years ago
Glenn Maynard 4c0da63842 Add debounceDelayMs. 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 2c07942478 Move the SMXManager from SMX to SMXManager. 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 65f4a7102c Check for out of sequence PACKET_FLAG_START_OF_COMMAND. 6 years ago