aboutsummaryrefslogtreecommitdiff
path: root/go/client
Commit message (Expand)AuthorAgeFilesLines
...
* bump ebiten version to 2.5.1 and new APIsFlorian Fischer2025-08-202-2/+2
* prompt for selection if the targets allow selectionsFlorian Fischer2025-08-201-1/+2
* ui: separate selection and options via their highlight colorFlorian Fischer2025-08-201-11/+12
* intermediate commitFlorian Fischer2025-08-202-3/+15
* intermeditae commitFlorian Fischer2025-08-201-1/+0
* run screen updates after handling user inputFlorian Fischer2025-08-201-4/+8
* allow to exit any prompt on escFlorian Fischer2025-08-201-1/+5
* do not draw the pass button multiple timesFlorian Fischer2025-08-201-1/+3
* implement equip actionFlorian Fischer2025-08-201-7/+46
* use prompt for target selection of all actionsFlorian Fischer2025-08-201-59/+114
* implement unit and artifact switch actionFlorian Fischer2025-08-201-10/+5
* move more ui logic into CollectionFlorian Fischer2025-08-204-201/+97
* client: use only the currently available actions in the action choiceFlorian Fischer2025-08-201-2/+2
* replace Fatalf with PanicfFlorian Fischer2025-08-201-2/+2
* fix NPE when adding the wrong widgetFlorian Fischer2025-08-201-1/+1
* intermediate commitFlorian Fischer2025-08-201-46/+75
* sealed: only let the user select buyable cardsFlorian Fischer2025-08-201-1/+6
* add sealed activity to select a starting deckFlorian Fischer2025-08-204-68/+192
* improve state barFlorian Fischer2025-08-201-3/+2
* remove debug messages from the clientFlorian Fischer2025-08-201-2/+0
* fix some warnings reported by golang-ciFlorian Fischer2025-08-201-6/+2
* improve permanent pile supportFlorian Fischer2025-08-201-9/+37
* set textInput input value to the specified player nameFlorian Fischer2025-08-201-6/+6
* add text input and properly center textFlorian Fischer2025-08-201-10/+61
* intermediate commitFlorian Fischer2025-08-203-0/+718