aboutsummaryrefslogtreecommitdiff
path: root/addons/kodi.peripheral
AgeCommit message (Collapse)Author
2016-11-12[controller dialog] Fix skipping buttons due to acceleratomers, buggy ↵Garrett Brown
triggers, etc.
2016-08-30[peripheral API] v1.1.0 - Batch-save button maps after wizard endsGarrett Brown
2016-08-30[peripheral API] v1.0.24 - Store driver primitives as an array instead of a ↵Garrett Brown
union This also changes the behavior of the button mapping. Previously, every time a button was mapped, the entire controller's map was sent to the add-on. Now, only the feature being mapped is sent to the add-on. The add-on is now responsible for resolving button map conflicts.
2016-08-30[peripheral API] v1.0.23 - Add IsValid() and SetInvalid() helpersGarrett Brown
2016-08-21[peripheral API] v1.0.22 - Add helper methods in kodi_peripheral_utils.hppGarrett Brown
2016-08-21[peripheral API] v1.0.21 - Add supports_buttonmaps to capabilities structGarrett Brown
"supports_buttonmaps" is already a property in addon.xml. This change just enforces that the value in addon.xml is correct.
2016-08-15[peripheral API] v1.0.20 - Add callback to count controller featuresGarrett Brown
2016-08-06[Peripheral API] v1.0.19 - Add PowerOffJoystick() API methodmontellese
2016-08-06[peripheral API] v1.0.18 - Add rumble capabilityGarrett Brown
2016-03-10Peripheral add-onsGarrett Brown
Thanks to frostworx for fixing the peripheral add-ons build, notspiff for helping with the rebrand and montellese for the windows installer fix and VS solution fix.