Age | Commit 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 ends | Garrett 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() helpers | Garrett Brown | |
2016-08-21 | [peripheral API] v1.0.22 - Add helper methods in kodi_peripheral_utils.hpp | Garrett Brown | |
2016-08-21 | [peripheral API] v1.0.21 - Add supports_buttonmaps to capabilities struct | Garrett 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 features | Garrett Brown | |
2016-08-06 | [Peripheral API] v1.0.19 - Add PowerOffJoystick() API method | montellese | |
2016-08-06 | [peripheral API] v1.0.18 - Add rumble capability | Garrett Brown | |
2016-03-10 | Peripheral add-ons | Garrett 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. |