aboutsummaryrefslogtreecommitdiff
path: root/go
Commit message (Expand)AuthorAgeFilesLines
* start resize implresizeFlorian Fischer2025-09-262-2/+80
* fix buying cads from store tiles not removing the cardsFlorian Fischer2025-09-031-1/+13
* special case the formatting of free and full actions in choiceFlorian Fischer2025-09-033-9/+20
* fix prompt transparency on hoverFlorian Fischer2025-09-031-14/+5
* add ui to packages and format codeFlorian Fischer2025-09-0314-47/+52
* fix persistent pile hintFlorian Fischer2025-09-031-3/+6
* center cancel buttonFlorian Fischer2025-09-031-1/+1
* show all store available store cards when prompting to buy a cardFlorian Fischer2025-09-033-37/+68
* implement the patricianFlorian Fischer2025-09-033-0/+92
* do not parse free actions granting x effects as x effectsFlorian Fischer2025-09-033-0/+21
* fix String method of free action using nil targetsFlorian Fischer2025-09-031-5/+14
* switch exp/slices to slices moduleFlorian Fischer2025-09-0317-29/+15
* fix reported stores by the game stateFlorian Fischer2025-09-031-4/+13
* do not create an UnitAI for the krakenFlorian Fischer2025-09-031-0/+3
* show number of cards in PoCs on their buttonsFlorian Fischer2025-08-261-20/+37
* fix target selection promptFlorian Fischer2025-08-261-1/+6
* Revert "consider scale when detecting selected card in cardGrid"Florian Fischer2025-08-261-2/+1
* allow "*" to grant to any unitFlorian Fischer2025-08-241-2/+2
* consider scale when detecting selected card in cardGridFlorian Fischer2025-08-241-1/+2
* increase deck list widthFlorian Fischer2025-08-241-2/+2
* improve draft activity ui and introduce wasm specific ui constantsFlorian Fischer2025-08-233-4/+18
* improve cardGrid loggingFlorian Fischer2025-08-221-2/+4
* do not include already selected candidates in target optionsFlorian Fischer2025-08-221-1/+7
* implement the kraken win conditionFlorian Fischer2025-08-223-0/+52
* fix order of selector chars for the tower tileFlorian Fischer2025-08-222-10/+10
* remove type identifier from array initializationFlorian Fischer2025-08-221-6/+6
* remove global test state and boiler plateFlorian Fischer2025-08-2210-115/+54
* fix and test the banner implementationFlorian Fischer2025-08-223-3/+32
* update dependenciesFlorian Fischer2025-08-222-31/+21
* fix concession test after mnotification changeFlorian Fischer2025-08-221-0/+2
* implement bannerFlorian Fischer2025-08-223-7/+80
* notify players about concessionsFlorian Fischer2025-08-222-2/+21
* fix amount of resource gained for discard 2Florian Fischer2025-08-211-1/+1
* fix upkeep cost calculationFlorian Fischer2025-08-212-7/+15
* support concessionsFlorian Fischer2025-08-216-15/+141
* add random map generation to the random challengeFlorian Fischer2025-08-213-14/+201
* remove logged newline and button list debug messageFlorian Fischer2025-08-202-2/+1
* add description to wincondition to show the userFlorian Fischer2025-08-204-46/+71
* add game and settings menusFlorian Fischer2025-08-205-10/+93
* only copy png image assetsFlorian Fischer2025-08-201-1/+1
* add button list activity to simplify challenges and future activitiesFlorian Fischer2025-08-203-49/+97
* reorganize upkeep and parse additional action effectsFlorian Fischer2025-08-204-2/+41
* sort card implementations alphabeticallyFlorian Fischer2025-08-201-6/+6
* retrieve loglevel from url query in wasmFlorian Fischer2025-08-203-13/+41
* remove obsolete build tagsFlorian Fischer2025-08-204-4/+0
* restore touch detection conditionsFlorian Fischer2025-08-201-3/+4
* log input eventsFlorian Fischer2025-08-201-0/+27
* register PocList hover event callbackFlorian Fischer2025-08-201-0/+1
* reduce message window transparencyFlorian Fischer2025-08-201-2/+2
* do not check the target constraints twiceFlorian Fischer2025-08-201-38/+0