Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-14 | applets: Append qt_ prefix to Qt frontend applets | Morph | |
2021-04-13 | applets/controller: Hook up the "Motion" button functionality | Morph | |
I forgot to hook this up during the development of the controller applet, this PR amends that. | |||
2020-12-05 | applets: Resolve variable shadowing | Morph | |
2020-11-20 | applets/controller: Use a pair of emulated controller index to controller type | Morph | |
2020-11-15 | applets/controller: Change the input button to create input profiles | Morph | |
Co-authored-by: Its-Rei <kupfel@gmail.com> | |||
2020-11-15 | configure_input: Add per-player vibration | Morph | |
Allows for enabling and modifying vibration and vibration strength per player. Also adds a toggle for enabling/disabling accurate vibrations. Co-authored-by: Its-Rei <kupfel@gmail.com> | |||
2020-11-15 | applets/controller: Auto accept a valid single player configuration | Morph | |
2020-10-26 | controller: Pass ControllerParameters by reference in ReconfigureControllers() | Lioncash | |
Prevents unnecessary copies and heap reallocations from occurring. | |||
2020-09-04 | applets/controller: Load configuration prior to setting up connections | Morph | |
This avoids unintentionally changing the states of elements while loading them in. | |||
2020-09-04 | applets/controller: Make 8 a static constexpr value of NUM_PLAYERS | Morph | |
Avoids repetitive usages of the int literal '8' or calls to player_widgets.size() | |||
2020-09-04 | applets/controller: Implement "Explain Text" | Morph | |
"Explain Text" is additional text that is shown for each player in the controller applet. | |||
2020-09-04 | Project Mjölnir: Part 2 - Controller Applet | Morph | |
Co-authored-by: Its-Rei <kupfel@gmail.com> |