| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add more challenges | Florian Fischer | 2025-08-06 | 2 | -15/+78 |
| * | remove choice if it was not selected | Florian Fischer | 2025-08-06 | 1 | -0/+3 |
| * | make format | Florian Fischer | 2025-07-30 | 2 | -2/+0 |
| * | use any instead of interface{} | Florian Fischer | 2025-07-30 | 1 | -5/+5 |
| * | add random challange aupport to the client | Florian Fischer | 2025-07-28 | 2 | -2/+28 |
| * | show the winner after the game is done | Florian Fischer | 2025-07-28 | 1 | -2/+30 |
| * | do not pass nil selections to prompt | Florian Fischer | 2025-07-24 | 1 | -0/+3 |
| * | present reset button on top of prompt | Florian Fischer | 2025-07-24 | 1 | -3/+6 |
| * | prompt for all targets that allow a selection | Florian Fischer | 2025-07-24 | 1 | -1/+1 |
| * | hide the store after declaring the buy action | Florian Fischer | 2025-07-24 | 1 | -1/+10 |
| * | remove player color from game code | Florian Fischer | 2025-07-19 | 2 | -5/+2 |
| * | refactor playerControl | Florian Fischer | 2025-07-06 | 1 | -3/+9 |
| * | support remote drafts | Florian Fischer | 2025-07-03 | 1 | -1/+1 |
| * | rework the client's input handling | Florian Fischer | 2025-07-03 | 2 | -66/+66 |
| * | improve prompt cancellation | Florian Fischer | 2025-07-03 | 2 | -10/+26 |
| * | make input events consumable | Florian Fischer | 2025-07-03 | 2 | -1/+2 |
| * | refactor client activities | Florian Fischer | 2025-07-03 | 4 | -362/+32 |
| * | add touch friendly way to cancel the current prompt | Florian Fischer | 2025-05-01 | 2 | -9/+24 |
| * | implement simple bot based draft | Florian Fischer | 2025-05-01 | 2 | -0/+210 |
| * | support touch input | Florian Fischer | 2025-05-01 | 1 | -0/+4 |
| * | improve the sealed activity | Florian Fischer | 2025-05-01 | 1 | -21/+31 |
| * | support touch input as selection | Florian Fischer | 2025-05-01 | 2 | -5/+37 |
| * | define global player colors | Florian Fischer | 2025-04-13 | 3 | -8/+2 |
| * | improve and fix slow action timing check | Florian Fischer | 2025-01-27 | 1 | -0/+4 |
| * | introduce game.State interface abstraction | Florian Fischer | 2025-01-27 | 2 | -32/+27 |
| * | support choosing a value for X when playing cards with variadic costs | Florian Fischer | 2025-01-27 | 1 | -9/+27 |
| * | check if Targets allow a selection | Florian Fischer | 2025-01-27 | 1 | -1/+1 |
| * | client: start trigger implementation | Florian Fischer | 2025-01-27 | 1 | -0/+14 |
| * | client: make key bindings dynamic | Florian Fischer | 2025-01-27 | 2 | -32/+85 |
| * | remove duplicate selectedObject assignments | Florian Fischer | 2025-01-27 | 1 | -2/+0 |
| * | client: remove active prompt or choice before adding a new one | Florian Fischer | 2025-01-27 | 1 | -6/+12 |
| * | bump ebiten version to 2.5.1 and new APIs | Florian Fischer | 2025-01-27 | 2 | -2/+2 |
| * | prompt for selection if the targets allow selections | Florian Fischer | 2025-01-27 | 1 | -1/+2 |
| * | ui: separate selection and options via their highlight color | Florian Fischer | 2025-01-27 | 1 | -11/+12 |
| * | intermediate commit | Florian Fischer | 2025-01-27 | 1 | -1/+3 |
| * | intermediate commit | Florian Fischer | 2025-01-27 | 2 | -2/+12 |
| * | fixup! intermeditae commit | Florian Fischer | 2025-01-27 | 1 | -1/+0 |
| * | run screen updates after handling user input | Florian Fischer | 2025-01-27 | 1 | -4/+8 |
| * | allow to exit any prompt on esc | Florian Fischer | 2025-01-27 | 1 | -1/+5 |
| * | do not draw the pass button multiple times | Florian Fischer | 2025-01-27 | 1 | -1/+3 |
| * | implement equip action | Florian Fischer | 2025-01-27 | 1 | -7/+46 |
| * | use prompt for target selection of all actions | Florian Fischer | 2025-01-27 | 1 | -59/+114 |
| * | implement unit and artifact switch action | Florian Fischer | 2025-01-27 | 1 | -10/+5 |
| * | move more ui logic into Collection | Florian Fischer | 2025-01-27 | 4 | -201/+97 |
| * | client: use only the currently available actions in the action choice | Florian Fischer | 2025-01-27 | 1 | -2/+2 |
| * | replace Fatalf with Panicf | Florian Fischer | 2025-01-27 | 1 | -2/+2 |
| * | fix NPE when adding the wrong widget | Florian Fischer | 2025-01-27 | 1 | -1/+1 |
| * | intermediate commit | Florian Fischer | 2025-01-27 | 1 | -30/+65 |
| * | intermediate commit | Florian Fischer | 2025-01-27 | 1 | -18/+12 |
| * | sealed: only let the user select buyable cards | Florian Fischer | 2025-01-27 | 1 | -1/+6 |
