| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| |
|
|
|
| |
* Generalize hover detection and move it into ui.Collection
* Implement transparencu for the prompt banner
|
| | |
|
| | |
|
| | |
|
| | |
|
|
|
Implement actions and multiple ui widgets
|