Lioncash
|
6b5f565324
|
controller: Pass ControllerParameters by reference in ReconfigureControllers()
Prevents unnecessary copies and heap reallocations from occurring.
|
2020-10-26 21:06:15 -04:00 |
|
Morph
|
72b2f5d34f
|
applets/controller: Load configuration prior to setting up connections
This avoids unintentionally changing the states of elements while loading them in.
|
2020-09-04 12:23:25 -04:00 |
|
Morph
|
aeec0f8a38
|
applets/controller: Make 8 a static constexpr value of NUM_PLAYERS
Avoids repetitive usages of the int literal '8' or calls to player_widgets.size()
|
2020-09-04 12:23:25 -04:00 |
|
Morph
|
5ce3015945
|
applets/controller: Implement "Explain Text"
"Explain Text" is additional text that is shown for each player in the controller applet.
|
2020-09-04 12:23:25 -04:00 |
|
Morph
|
5219615418
|
Project Mjölnir: Part 2 - Controller Applet
Co-authored-by: Its-Rei <kupfel@gmail.com>
|
2020-09-04 12:23:25 -04:00 |
|