| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | improve text input handlingHEADmain | Florian Fischer | 2025-10-18 | 1 | -0/+3 |
| | | |||||
| * | increase deck list width | Florian Fischer | 2025-08-24 | 1 | -2/+2 |
| | | |||||
| * | add button list activity to simplify challenges and future activities | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| | | |||||
| * | use less margin between buttons | Florian Fischer | 2025-08-20 | 1 | -2/+2 |
| | | |||||
| * | add more challenges | Florian Fischer | 2025-08-20 | 1 | -15/+2 |
| | | |||||
| * | add random challange aupport to the client | Florian Fischer | 2025-08-20 | 1 | -0/+22 |
| | | |||||
| * | remove player color from game code | Florian Fischer | 2025-08-20 | 1 | -3/+1 |
| | | |||||
| * | support remote drafts | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| | | |||||
| * | make input events consumable | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| | | | | | | | Having a input queue of consumable input events allow widgets to prevent the further handling of the same event by different collections by consuming the event. | ||||
| * | refactor client activities | Florian Fischer | 2025-08-20 | 1 | -12/+28 |
| | | | | | | Make the activity stack explicit and move reusable activities to the activity package. | ||||
| * | implement simple bot based draft | Florian Fischer | 2025-08-20 | 1 | -0/+11 |
| | | |||||
| * | support touch input | Florian Fischer | 2025-08-20 | 1 | -0/+4 |
| | | |||||
| * | define global player colors | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| | | |||||
| * | introduce game.State interface abstraction | Florian Fischer | 2025-08-20 | 1 | -5/+7 |
| | | | | | | This allows to not use the internal game state directly from client code. | ||||
| * | move more ui logic into Collection | Florian Fischer | 2025-08-20 | 1 | -12/+11 |
| | | | | | | * Generalize hover detection and move it into ui.Collection * Implement transparencu for the prompt banner | ||||
| * | add sealed activity to select a starting deck | Florian Fischer | 2025-08-20 | 1 | -62/+70 |
| | | |||||
| * | improve state bar | Florian Fischer | 2025-08-20 | 1 | -3/+2 |
| | | |||||
| * | set textInput input value to the specified player name | Florian Fischer | 2025-08-20 | 1 | -6/+6 |
| | | | | | | Only setting the label gives the user the wronmg impression and does not return any input. | ||||
| * | add text input and properly center text | Florian Fischer | 2025-08-20 | 1 | -10/+61 |
| | | |||||
| * | intermediate commit | Florian Fischer | 2025-08-20 | 1 | -0/+92 |
