aboutsummaryrefslogtreecommitdiff
path: root/go/ui/hoverable.go
Commit message (Collapse)AuthorAgeFilesLines
* only clear tile highlights added by the hover perm info on HoverEndFlorian Fischer2025-09-051-1/+4
|
* make hoverPermInfo transparentFlorian Fischer2025-09-041-0/+2
|
* add ui to packages and format codeFlorian Fischer2025-09-031-2/+1
|
* clear the hoverable reset func after the hover was resetFlorian Fischer2025-08-201-1/+4
|
* do not show wrong and misleading reachable tilesFlorian Fischer2025-08-201-11/+0
|
* highlight reachable tiles in hover infoFlorian Fischer2025-08-201-0/+26
|
* add specialized longtap hover detectorFlorian Fischer2025-08-201-2/+2
|
* rework hover detectionFlorian Fischer2025-08-201-26/+22
|
* intermediate commitFlorian Fischer2025-08-201-2/+4
| | | | | | | | | | | * Implement move artifact action * Fix widget update memory leak * update the highlights not during on each frame * do not update the unchanged label of a button * Allow to exit the game by pressing 'q' * Implement some cards from the magic set * Improve permanent formatting * Some tweaks to UnitAI code
* move more ui logic into CollectionFlorian Fischer2025-08-201-0/+120
* Generalize hover detection and move it into ui.Collection * Implement transparencu for the prompt banner