aboutsummaryrefslogtreecommitdiff
path: root/go/ui/buffer.go
Commit message (Collapse)AuthorAgeFilesLines
* minor code improvements (staticcheck)Florian Fischer2025-10-081-4/+2
|
* support action targeting from the stack bufferFlorian Fischer2025-09-081-2/+73
|
* add ui to packages and format codeFlorian Fischer2025-09-031-2/+2
|
* add message support to the game clientFlorian Fischer2025-08-201-3/+30
|
* add more ways to interact with a buffer's linesFlorian Fischer2025-08-201-0/+16
|
* overhaul uiFlorian Fischer2025-08-201-4/+6
| | | | | | | | | | | * implement events instead of interfaces Interfaces and the wrappers head the problem that they could not support multiple events at once or only a single one without loosing the others. * add text input support for WASM on mobile A hidden html input is required to open the keyboard and receive the input. * improve the number choice * fix using the default number * add submit button only if a onclick method was provided
* migrate to ebiten/v2/text/v2Florian Fischer2025-08-201-7/+14
|
* add sealed activity to select a starting deckFlorian Fischer2025-08-201-1/+1
|
* add text input and properly center textFlorian Fischer2025-08-201-0/+13
|
* intermediate commitFlorian Fischer2025-08-201-0/+66