You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Glenn Maynard
102fe2f9f9
Make the platform lights slider update directly when dragged, so we can delay config updates.
...
This is just a safeguard to prevent hammering the EEPROM erase cycles. It also
makes the platform slider update more smoothly (previously it would only update
at a few FPS since it was using config changes).
5 years ago
..
.gitignore
Add a version display based on the git tag.
7 years ago
Helpers.cpp
Add an internal API to assign serial numbers.
5 years ago
Helpers.h
Add an internal API to assign serial numbers.
5 years ago
SMX.cpp
Make the platform lights slider update directly when dragged, so we can delay config updates.
5 years ago
SMX.vcxproj
Add config packet backwards-compatibility.
6 years ago
SMX.vcxproj.filters
Add config packet backwards-compatibility.
6 years ago
SMXConfigPacket.cpp
Add config packet backwards-compatibility.
6 years ago
SMXConfigPacket.h
Add config packet backwards-compatibility.
6 years ago
SMXDevice.cpp
Make the platform lights slider update directly when dragged, so we can delay config updates.
5 years ago
SMXDevice.h
Make the platform lights slider update directly when dragged, so we can delay config updates.
5 years ago
SMXDeviceConnection.cpp
Use GetOverlappedResult instead of GetOverlappedResultEx for Windows 7.
6 years ago
SMXDeviceConnection.h
Simplify overlapped I/O handling, and add a command timeout.
6 years ago
SMXDeviceSearch.cpp
Add more logs for device connections.
7 years ago
SMXDeviceSearch.h
Import for release.
7 years ago
SMXDeviceSearchThreaded.cpp
Import for release.
7 years ago
SMXDeviceSearchThreaded.h
Import for release.
7 years ago
SMXGif.cpp
Coalesce identical GIF frames on load.
6 years ago
SMXGif.h
Fix bad Color::operator== causing GIF frames to be merged incorrectly.
6 years ago
SMXHelperThread.cpp
Split out low-level thread handling into SMXThread, and use it in SMXHelperThread.
6 years ago
SMXHelperThread.h
Split out low-level thread handling into SMXThread, and use it in SMXHelperThread.
6 years ago
SMXManager.cpp
Make the platform lights slider update directly when dragged, so we can delay config updates.
5 years ago
SMXManager.h
Make the platform lights slider update directly when dragged, so we can delay config updates.
5 years ago
SMXPanelAnimation.cpp
Add an option to enable or disable lighting on panels with no sensors.
6 years ago
SMXPanelAnimation.h
Refactor uploading animations to allow uploading automatically instead of having a separate upload button, and iron out some inconsistencies.
6 years ago
SMXPanelAnimationUpload.cpp
Refactor uploading animations to allow uploading automatically instead of having a separate upload button, and iron out some inconsistencies.
6 years ago
SMXPanelAnimationUpload.h
Refactor uploading animations to allow uploading automatically instead of having a separate upload button, and iron out some inconsistencies.
6 years ago
SMXThread.cpp
Split out low-level thread handling into SMXThread, and use it in SMXHelperThread.
6 years ago
SMXThread.h
Split out low-level thread handling into SMXThread, and use it in SMXHelperThread.
6 years ago
update-build-version.bat
Add a version display based on the git tag.
7 years ago