aboutsummaryrefslogtreecommitdiff
path: root/go/activities
Commit message (Collapse)AuthorAgeFilesLines
* fixup! initial draftsim commitFlorian Fischer2025-07-281-0/+99
|
* allow to start a local draft with external valuesFlorian Fischer2025-07-061-14/+51
|
* show drafted decklist after local draft is doneFlorian Fischer2025-07-061-6/+25
|
* refactor playerControlFlorian Fischer2025-07-061-3/+8
| | | | | | | Allow to propagate errors in order to handle them acordingly. Use playerNotifications by value to reduce the amount of allocations. Add session managment playerNotifications. Support marshalling notifications to plain text.
* support remote draftsFlorian Fischer2025-07-031-8/+36
|
* make input events consumableFlorian Fischer2025-07-032-2/+2
| | | | | | Having a input queue of consumable input events allow widgets to prevent the further handling of the same event by different collections by consuming the event.
* refactor client activitiesFlorian Fischer2025-07-033-0/+391
Make the activity stack explicit and move reusable activities to the activity package.