Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> |