aboutsummaryrefslogtreecommitdiff
path: root/go
Commit message (Expand)AuthorAgeFilesLines
...
* load assets from muhq.space when using a release buildFlorian Fischer2025-08-207-13/+34
* only consider links to YAML cardsFlorian Fischer2025-08-201-1/+1
* be more verbose when loading external dataFlorian Fischer2025-08-203-3/+3
* load resources from muhq.spaceFlorian Fischer2025-08-202-4/+6
* show card name in permInfoFlorian Fischer2025-08-201-3/+3
* git enforce slow action timing restrictionsFlorian Fischer2025-08-203-2/+61
* support shroudFlorian Fischer2025-08-202-2/+43
* support parsing of simple equipment effectsFlorian Fischer2025-08-204-26/+89
* strip reminder text from effectsFlorian Fischer2025-08-201-1/+10
* make fmtFlorian Fischer2025-08-203-2/+1
* allow up to 4 units in cav. archer challengeFlorian Fischer2025-08-201-1/+1
* highlight reachable tiles in hover infoFlorian Fischer2025-08-201-0/+26
* simplify touch detection logic and adapt thresholdsFlorian Fischer2025-08-201-14/+14
* add specialized longtap hover detectorFlorian Fischer2025-08-205-22/+40
* rework hover detectionFlorian Fischer2025-08-2012-84/+137
* simplify attacks copyingFlorian Fischer2025-08-201-3/+1
* add range highlight colorsFlorian Fischer2025-08-201-0/+2
* add naive spear implementationFlorian Fischer2025-08-201-0/+13
* prevent choice index out of bounds errorsFlorian Fischer2025-08-201-0/+1
* fix recruiter target descFlorian Fischer2025-08-201-1/+1
* update missionaryFlorian Fischer2025-08-203-6/+70
* add more challengesFlorian Fischer2025-08-205-28/+155
* remove choice if it was not selectedFlorian Fischer2025-08-201-0/+3
* recheck the source position each timeFlorian Fischer2025-08-201-2/+1
* consider houses when determining damage for a tileFlorian Fischer2025-08-204-8/+34
* fix parsing of solid artifactsFlorian Fischer2025-08-203-17/+34
* add support for flexible attacksFlorian Fischer2025-08-2011-21/+277
* make formatFlorian Fischer2025-08-2013-22/+17
* use any instead of interface{}Florian Fischer2025-08-2018-63/+63
* minor code improvements reported by golangci-lintFlorian Fischer2025-08-2013-51/+55
* use ReplaceAll instead of Replace(..., -1)Florian Fischer2025-08-201-1/+1
* remove paralysis marks debug outputFlorian Fischer2025-08-201-1/+0
* reduce amount of enemy units and potentially spawn a support equipmentFlorian Fischer2025-08-201-2/+14
* fix SimpleAi unit handlingFlorian Fischer2025-08-201-1/+9
* initialize units with an available street actionFlorian Fischer2025-08-201-0/+1
* only clear the selections if the target is not nilFlorian Fischer2025-08-201-3/+6
* add pioneer implementation test caseFlorian Fischer2025-08-201-0/+65
* allow to override GOFMT in MakefileFlorian Fischer2025-08-201-1/+1
* add activities to packages and build dummy-ui wasmFlorian Fischer2025-08-201-2/+2
* include only buyable cards during a challengeFlorian Fischer2025-08-201-1/+2
* support unit state marksFlorian Fischer2025-08-204-9/+75
* support options candidates for disjunctionsFlorian Fischer2025-08-202-11/+82
* extract card from FullAction for target constraintsFlorian Fischer2025-08-201-1/+3
* reset an action's targets after resolving itFlorian Fischer2025-08-202-1/+3
* make PoC Decklist test deterministicFlorian Fischer2025-08-201-3/+5
* set the tile for new artifactsFlorian Fischer2025-08-201-1/+1
* fix AI if no paths or full action targets are availableFlorian Fischer2025-08-202-2/+61
* fix Shy AI not issuing full actionsFlorian Fischer2025-08-202-10/+46
* add random challange aupport to the clientFlorian Fischer2025-08-204-2/+134
* show the winner after the game is doneFlorian Fischer2025-08-201-2/+30