| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | improve text input handlingHEADmain | Florian Fischer | 2025-10-18 | 1 | -0/+3 |
| | | |||||
| * | support action targeting from the stack buffer | Florian Fischer | 2025-09-08 | 1 | -14/+23 |
| | | |||||
| * | add an about activity | Florian Fischer | 2025-09-04 | 1 | -0/+4 |
| | | |||||
| * | center cancel button | Florian Fischer | 2025-09-03 | 1 | -1/+1 |
| | | |||||
| * | show all store available store cards when prompting to buy a card | Florian Fischer | 2025-09-03 | 1 | -32/+55 |
| | | |||||
| * | show number of cards in PoCs on their buttons | Florian Fischer | 2025-08-26 | 1 | -20/+37 |
| | | |||||
| * | fix target selection prompt | Florian Fischer | 2025-08-26 | 1 | -1/+6 |
| | | | | | | Only allow to progress to the next target if the current one does not require further selection. | ||||
| * | increase deck list width | Florian Fischer | 2025-08-24 | 1 | -2/+2 |
| | | |||||
| * | support concessions | Florian Fischer | 2025-08-21 | 1 | -0/+6 |
| | | |||||
| * | add game and settings menus | Florian Fischer | 2025-08-20 | 4 | -7/+89 |
| | | |||||
| * | add button list activity to simplify challenges and future activities | Florian Fischer | 2025-08-20 | 2 | -49/+28 |
| | | |||||
| * | reduce message window transparency | Florian Fischer | 2025-08-20 | 1 | -2/+2 |
| | | |||||
| * | add simlpe plain text log handler and consider loglevel from the env | Florian Fischer | 2025-08-20 | 1 | -3/+5 |
| | | |||||
| * | add discard2 icon and button to trigger the free action | Florian Fischer | 2025-08-20 | 1 | -0/+18 |
| | | |||||
| * | allow game log to be configured using command line flags | Florian Fischer | 2025-08-20 | 1 | -1/+14 |
| | | |||||
| * | use less margin between buttons | Florian Fischer | 2025-08-20 | 1 | -2/+2 |
| | | |||||
| * | only show permActionPrompt if the stack is empty | Florian Fischer | 2025-08-20 | 1 | -2/+3 |
| | | |||||
| * | add message support to the game client | Florian Fischer | 2025-08-20 | 1 | -8/+42 |
| | | |||||
| * | rework hover detection | Florian Fischer | 2025-08-20 | 1 | -4/+8 |
| | | |||||
| * | add more challenges | Florian Fischer | 2025-08-20 | 2 | -15/+78 |
| | | |||||
| * | remove choice if it was not selected | Florian Fischer | 2025-08-20 | 1 | -0/+3 |
| | | |||||
| * | make format | Florian Fischer | 2025-08-20 | 2 | -2/+0 |
| | | |||||
| * | use any instead of interface{} | Florian Fischer | 2025-08-20 | 1 | -5/+5 |
| | | |||||
| * | add random challange aupport to the client | Florian Fischer | 2025-08-20 | 2 | -2/+28 |
| | | |||||
| * | show the winner after the game is done | Florian Fischer | 2025-08-20 | 1 | -2/+30 |
| | | |||||
| * | do not pass nil selections to prompt | Florian Fischer | 2025-08-20 | 1 | -0/+3 |
| | | |||||
| * | present reset button on top of prompt | Florian Fischer | 2025-08-20 | 1 | -3/+6 |
| | | |||||
| * | prompt for all targets that allow a selection | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| | | |||||
| * | hide the store after declaring the buy action | Florian Fischer | 2025-08-20 | 1 | -1/+10 |
| | | |||||
| * | remove player color from game code | Florian Fischer | 2025-08-20 | 2 | -5/+2 |
| | | |||||
| * | refactor playerControl | Florian Fischer | 2025-08-20 | 1 | -3/+9 |
| | | | | | | | | 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 drafts | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| | | |||||
| * | rework the client's input handling | Florian Fischer | 2025-08-20 | 2 | -66/+66 |
| | | |||||
| * | improve prompt cancellation | Florian Fischer | 2025-08-20 | 2 | -10/+26 |
| | | | | | | | | | The cancel button was overlaying the submit button preventing the submission of a prompt. Distinguish between cancelable and mandatory prompt. Only^ allow cancelable prompts to be removed. Fixes: 37acd982 | ||||
| * | make input events consumable | Florian Fischer | 2025-08-20 | 2 | -1/+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 activities | Florian Fischer | 2025-08-20 | 4 | -362/+32 |
| | | | | | | Make the activity stack explicit and move reusable activities to the activity package. | ||||
| * | add touch friendly way to cancel the current prompt | Florian Fischer | 2025-08-20 | 2 | -9/+24 |
| | | |||||
| * | implement simple bot based draft | Florian Fischer | 2025-08-20 | 2 | -0/+210 |
| | | |||||
| * | support touch input | Florian Fischer | 2025-08-20 | 1 | -0/+4 |
| | | |||||
| * | improve the sealed activity | Florian Fischer | 2025-08-20 | 1 | -21/+31 |
| | | | | | | | Do not export the sealed client type. Validate the entered set list. Show the default set list. | ||||
| * | support touch input as selection | Florian Fischer | 2025-08-20 | 2 | -5/+37 |
| | | |||||
| * | define global player colors | Florian Fischer | 2025-08-20 | 3 | -8/+2 |
| | | |||||
| * | improve and fix slow action timing check | Florian Fischer | 2025-08-20 | 1 | -0/+4 |
| | | | | | | Do not allow to declare slow play actions in the client. Fix the slow action check in the game state. | ||||
| * | introduce game.State interface abstraction | Florian Fischer | 2025-08-20 | 2 | -32/+27 |
| | | | | | | This allows to not use the internal game state directly from client code. | ||||
| * | support choosing a value for X when playing cards with variadic costs | Florian Fischer | 2025-08-20 | 1 | -9/+27 |
| | | |||||
| * | check if Targets allow a selection | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| | | | | | This fixes highlighting when an action needs no targets at all. | ||||
| * | client: start trigger implementation | Florian Fischer | 2025-08-20 | 1 | -0/+14 |
| | | |||||
| * | client: make key bindings dynamic | Florian Fischer | 2025-08-20 | 2 | -32/+85 |
| | | |||||
| * | remove duplicate selectedObject assignments | Florian Fischer | 2025-08-20 | 1 | -2/+0 |
| | | | | | | The selected obj is assigned when creating an action choice therefore it is not necessary to assign it additionally beforehand. | ||||
| * | client: remove active prompt or choice before adding a new one | Florian Fischer | 2025-08-20 | 1 | -6/+12 |
| | | |||||
