| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | switch to new vector API for drawing paths | Florian Fischer | 2025-10-08 | 1 | -2/+2 |
| | | |||||
| * | add ui to packages and format code | Florian Fischer | 2025-09-03 | 1 | -1/+0 |
| | | |||||
| * | add discard2 icon and button to trigger the free action | Florian Fischer | 2025-08-20 | 1 | -0/+15 |
| | | |||||
| * | add doc comment for NewRoundSimpleButton | Florian Fischer | 2025-08-20 | 1 | -0/+3 |
| | | |||||
| * | overhaul ui | Florian Fischer | 2025-08-20 | 1 | -15/+38 |
| | | | | | | | | | | | | * 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/v2 | Florian Fischer | 2025-08-20 | 1 | -6/+12 |
| | | |||||
| * | bump ebiten version to 2.5.1 and new APIs | Florian Fischer | 2025-08-20 | 1 | -2/+2 |
| | | |||||
| * | intermediate commit | Florian Fischer | 2025-08-20 | 1 | -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 | ||||
| * | use prompt for target selection of all actions | Florian Fischer | 2025-08-20 | 1 | -4/+9 |
| | | |||||
| * | move more ui logic into Collection | Florian Fischer | 2025-08-20 | 1 | -7/+0 |
| | | | | | | * Generalize hover detection and move it into ui.Collection * Implement transparencu for the prompt banner | ||||
| * | add sealed activity to select a starting deck | Florian Fischer | 2025-08-20 | 1 | -2/+2 |
| | | |||||
| * | add text input and properly center text | Florian Fischer | 2025-08-20 | 1 | -9/+2 |
| | | |||||
| * | intermediate commit | Florian Fischer | 2025-08-20 | 1 | -0/+60 |
