| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-26 | Merge pull request #4834 from lioncash/copy-fn | bunnei | |
| controller: Pass ControllerParameters by reference in ReconfigureControllers() | |||
| 2020-10-26 | controller: Pass ControllerParameters by reference in ReconfigureControllers() | Lioncash | |
| Prevents unnecessary copies and heap reallocations from occurring. | |||
| 2020-10-25 | Merge pull request #4827 from lioncash/trunc | Rodrigo Locatti | |
| controller: Convert led_patterns integer literals to bool literals | |||
| 2020-10-25 | general: Use template deduction guides for lock_guard | Lioncash | |
| Same behavior, less code. | |||
| 2020-10-25 | controller: Convert led_patterns integer literals to bool literals | Lioncash | |
| 'bool' isn't always guaranteed to be the same size as an int, so this can technically cause truncation warnings if we support other platforms. | |||
| 2020-09-04 | applets/controller: Resolve several compiler warnings | Morph | |
| Resolves -Wsign-compare and -Wunused-variable | |||
| 2020-09-04 | Address feedback | Morph | |
| 2020-09-04 | clang-format | Morph | |
| 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> | |||
