| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use slog and add game log handler callback | Florian Fischer | 2025-08-20 | 1 | -4/+5 |
| | | |||||
| * | make format | Florian Fischer | 2025-08-20 | 1 | -1/+2 |
| | | |||||
| * | minor code improvements reported by golangci-lint | Florian Fischer | 2025-08-20 | 1 | -1/+2 |
| | | |||||
| * | fix draft bugs | Florian Fischer | 2025-08-20 | 1 | -4/+6 |
| | | | | | | Do not access an empty slice by index. Do not assume all received notificarions are DraftPickPrompts. | ||||
| * | make draft more flexible | Florian Fischer | 2025-08-20 | 1 | -2/+30 |
| | | | | | Add more draft specific errors and a function to replace AI by a new player. | ||||
| * | make draft more flexible | Florian Fischer | 2025-08-20 | 1 | -24/+85 |
| | | |||||
| * | refactor playerControl | Florian Fischer | 2025-08-20 | 1 | -10/+10 |
| | | | | | | | | 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. | ||||
| * | export more information during a draft | Florian Fischer | 2025-08-20 | 1 | -4/+5 |
| | | |||||
| * | allow to add players to draft | Florian Fischer | 2025-08-20 | 1 | -0/+7 |
| | | |||||
| * | make PlayerControl a Closer | Florian Fischer | 2025-08-20 | 1 | -0/+2 |
| | | |||||
| * | make draft pool big enough | Florian Fischer | 2025-08-20 | 1 | -11/+12 |
| | | |||||
| * | implement simple bot based draft | Florian Fischer | 2025-08-20 | 1 | -0/+116 |
