| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "consider scale when detecting selected card in cardGrid" | Florian Fischer | 2025-08-26 | 1 | -2/+1 |
| | | | | | This reverts commit 62edf951ac1cffa608f650203026b4d642ce4bc3. | ||||
| * | consider scale when detecting selected card in cardGrid | Florian Fischer | 2025-08-24 | 1 | -1/+2 |
| | | |||||
| * | improve cardGrid logging | Florian Fischer | 2025-08-22 | 1 | -2/+4 |
| | | |||||
| * | use any instead of interface{} | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| | | |||||
| * | add comment about broken big card grids | Florian Fischer | 2025-08-20 | 1 | -0/+2 |
| | | |||||
| * | overhaul ui | Florian Fischer | 2025-08-20 | 1 | -0/+1 |
| | | | | | | | | | | | | * implement events instead of interfaces Interfaces and the wrappers head the problem that they could not support multiple events at once or only a single one without loosing the others. * add text input support for WASM on mobile A hidden html input is required to open the keyboard and receive the input. * improve the number choice * fix using the default number * add submit button only if a onclick method was provided | ||||
| * | bump ebiten version to 2.5.1 and new APIs | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| | | |||||
| * | ui: separate selection and options via their highlight color | Florian Fischer | 2025-08-20 | 1 | -13/+23 |
| | | |||||
| * | use prompt for target selection of all actions | Florian Fischer | 2025-08-20 | 1 | -1/+0 |
| | | |||||
| * | replace Fatalf with Panicf | Florian Fischer | 2025-08-20 | 1 | -4/+4 |
| | | | | | Panicf includes a stacktrace and causes a debugger to halt. | ||||
| * | intermediate commit | Florian Fischer | 2025-08-20 | 1 | -0/+3 |
| | | |||||
| * | only scroll to the maxima | Florian Fischer | 2025-08-20 | 1 | -0/+9 |
| | | |||||
| * | add sealed activity to select a starting deck | Florian Fischer | 2025-08-20 | 1 | -0/+183 |
