aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fixup! intermeditae commitFlorian Fischer2025-01-271-1/+0
* fixup! intermeditae commitFlorian Fischer2025-01-271-1/+1
* intermeditae commitFlorian Fischer2025-01-2710-42/+202
* run screen updates after handling user inputFlorian Fischer2025-01-271-4/+8
* allow to exit any prompt on escFlorian Fischer2025-01-271-1/+5
* do not draw the pass button multiple timesFlorian Fischer2025-01-271-1/+3
* fixup! validate equip and switch actionsFlorian Fischer2025-01-271-6/+7
* validate equip and switch actionsFlorian Fischer2025-01-271-1/+39
* implement equip actionFlorian Fischer2025-01-275-18/+142
* use prompt for target selection of all actionsFlorian Fischer2025-01-276-74/+154
* implement targets candidates for hand cardsFlorian Fischer2025-01-272-10/+20
* export less methodsFlorian Fischer2025-01-2715-124/+120
* implement unit and artifact switch actionFlorian Fischer2025-01-279-79/+128
* do not prompt if there is nothing to buyFlorian Fischer2025-01-271-2/+6
* move more ui logic into CollectionFlorian Fischer2025-01-2714-231/+374
* client: use only the currently available actions in the action choiceFlorian Fischer2025-01-274-8/+26
* fix Wandering AI NPE for piled unitsFlorian Fischer2025-01-271-1/+1
* replace Fatalf with PanicfFlorian Fischer2025-01-2719-46/+46
* fix ai NPE when selecting a unit where to spawn frost pylonFlorian Fischer2025-01-275-15/+16
* implement the basics of the rest of the base cardsFlorian Fischer2025-01-276-10/+156
* fix NPE when adding the wrong widgetFlorian Fischer2025-01-271-1/+1
* intermediate commitFlorian Fischer2025-01-2721-183/+393
* intermediate commitFlorian Fischer2025-01-2715-269/+375
* only scroll to the maximaFlorian Fischer2025-01-271-0/+9
* sealed: only let the user select buyable cardsFlorian Fischer2025-01-271-1/+6
* add sealed activity to select a starting deckFlorian Fischer2025-01-2719-170/+570
* improve state barFlorian Fischer2025-01-276-37/+58
* remove card from hand when declaring a play actionFlorian Fischer2025-01-272-2/+3
* clear pile when dropping itFlorian Fischer2025-01-271-1/+1
* add dummy player to unit testsFlorian Fischer2025-01-271-3/+6
* intermediate commitFlorian Fischer2025-01-276-36/+80
* implement TargetSelection and card targetingFlorian Fischer2025-01-272-33/+104
* fix unit onPile hook argument forwardingFlorian Fischer2025-01-271-1/+1
* implement most of nautics cardsFlorian Fischer2025-01-272-16/+112
* remove debug messages from the clientFlorian Fischer2025-01-271-2/+0
* kraken: implement suprise!Florian Fischer2025-01-272-11/+31
* add Contains check for PileOfCardsFlorian Fischer2025-01-271-0/+9
* fix card IsPermanentFlorian Fischer2025-01-271-3/+3
* fix artifact IsDestroyed for non solid artifactsFlorian Fischer2025-01-271-1/+1
* intermediate commitFlorian Fischer2025-01-2711-144/+380
* intermediate commitFlorian Fischer2025-01-2713-34/+200
* add simple spell supportFlorian Fischer2025-01-274-0/+21
* fix some warnings reported by golang-ciFlorian Fischer2025-01-277-15/+9
* improve permanent pile supportFlorian Fischer2025-01-2713-42/+161
* support crewingFlorian Fischer2025-01-278-26/+178
* fix format strings and run make fmtFlorian Fischer2025-01-273-18/+18
* introduce state-based actionFlorian Fischer2025-01-272-12/+15
* add distance > 0 assertionFlorian Fischer2025-01-271-0/+4
* move unit upkeep code to Unit onUpkeep hookFlorian Fischer2025-01-272-2/+5
* s/constrain/constraint/Florian Fischer2025-01-271-61/+61