aboutsummaryrefslogtreecommitdiff
path: root/go
Commit message (Expand)AuthorAgeFilesLines
...
* update dependenciesFlorian Fischer2025-08-202-34/+51
* do not use 0 as timer bar widthFlorian Fischer2025-08-201-0/+3
* add attack unit tests and documentationFlorian Fischer2025-08-202-2/+60
* add more card unit testsFlorian Fischer2025-08-201-0/+31
* fail if loading an unknown card and add more poc test casesFlorian Fischer2025-08-203-2/+102
* make draft more flexibleFlorian Fischer2025-08-201-2/+30
* show drafted decklist after local draft is doneFlorian Fischer2025-08-201-6/+25
* add simple spinnerFlorian Fischer2025-08-202-0/+79
* prevent crash when not all number choice buttons are usedFlorian Fischer2025-08-201-1/+1
* scale pan distance for ScrollFlorian Fischer2025-08-201-1/+1
* switch focus on tap or clickFlorian Fischer2025-08-201-1/+3
* allow to update a TextBox's textFlorian Fischer2025-08-201-0/+6
* add methods to control a LocalState without enforcing game rulesFlorian Fischer2025-08-201-7/+40
* make draft more flexibleFlorian Fischer2025-08-201-24/+85
* add initial support for marshaling actions to plain textFlorian Fischer2025-08-202-0/+125
* refactor playerControlFlorian Fischer2025-08-208-43/+286
* use constants instead of hardcoded valuesFlorian Fischer2025-08-201-1/+1
* ui: include touch inputs in the input queueFlorian Fischer2025-08-203-97/+94
* support js/wasm for openUrlFlorian Fischer2025-08-202-1/+16
* error out if parsing the map failsFlorian Fischer2025-08-201-1/+4
* add new random draft pick actionFlorian Fischer2025-08-201-0/+5
* add RandomCard and String to PoC interfaceFlorian Fischer2025-08-201-2/+15
* support king gamesFlorian Fischer2025-08-205-26/+91
* support remote draftsFlorian Fischer2025-08-202-9/+37
* update dummy-aiFlorian Fischer2025-08-201-13/+6
* add simple timer bar widgetFlorian Fischer2025-08-201-0/+61
* rework the client's input handlingFlorian Fischer2025-08-202-66/+66
* prevent targeting the same object multiple timesFlorian Fischer2025-08-201-2/+15
* improve prompt cancellationFlorian Fischer2025-08-203-12/+34
* improve interface documentationFlorian Fischer2025-08-201-2/+5
* move hand card removal to the play action's costsFlorian Fischer2025-08-202-6/+4
* change phase names to match the rulesFlorian Fischer2025-08-203-18/+18
* make input events consumableFlorian Fischer2025-08-208-40/+148
* support marshaling and unmarshaling of PoCsFlorian Fischer2025-08-202-0/+57
* make retrieveCardDefinition errors recoverableFlorian Fischer2025-08-201-9/+25
* move TODO into READMEFlorian Fischer2025-08-201-11/+0
* export resource gainFlorian Fischer2025-08-201-3/+3
* minor whitespace fixesFlorian Fischer2025-08-202-7/+7
* initialize event handler map and hanlde neutralized tilesFlorian Fischer2025-08-201-0/+3
* export tile neutralizingFlorian Fischer2025-08-202-3/+3
* export more information during a draftFlorian Fischer2025-08-202-4/+11
* fix ToggleCardView blocking other widgetsFlorian Fischer2025-08-201-5/+8
* return the player after adding itFlorian Fischer2025-08-202-4/+6
* allow to add players to draftFlorian Fischer2025-08-201-0/+7
* make PlayerControl a CloserFlorian Fischer2025-08-203-1/+12
* make draft pool big enoughFlorian Fischer2025-08-201-11/+12
* small code modernization and refactoringFlorian Fischer2025-08-204-11/+7
* add toggable card viewFlorian Fischer2025-08-201-0/+54
* refactor client activitiesFlorian Fischer2025-08-206-100/+186
* use constant exportet errorsFlorian Fischer2025-08-202-6/+8