| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | support action targeting from the stack buffer | Florian Fischer | 2025-09-08 | 1 | -14/+23 |
| | | |||||
| * | 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. | ||||
| * | add game and settings menus | Florian Fischer | 2025-08-20 | 1 | -4/+15 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | remove choice if it was not selected | Florian Fischer | 2025-08-20 | 1 | -0/+3 |
| | | |||||
| * | make format | Florian Fischer | 2025-08-20 | 1 | -1/+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 | 1 | -2/+6 |
| | | |||||
| * | show the winner after the game is done | Florian Fischer | 2025-08-20 | 1 | -2/+30 |
| | | |||||
| * | 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 | 1 | -2/+1 |
| | | |||||
| * | 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. | ||||
| * | rework the client's input handling | Florian Fischer | 2025-08-20 | 1 | -9/+25 |
| | | |||||
| * | improve prompt cancellation | Florian Fischer | 2025-08-20 | 1 | -9/+23 |
| | | | | | | | | | 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 | ||||
| * | add touch friendly way to cancel the current prompt | Florian Fischer | 2025-08-20 | 1 | -9/+23 |
| | | |||||
| * | support touch input as selection | Florian Fischer | 2025-08-20 | 1 | -4/+9 |
| | | |||||
| * | define global player colors | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| | | |||||
| * | 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 | 1 | -27/+20 |
| | | | | | | 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 | 1 | -32/+12 |
| | | |||||
| * | 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 |
| | | |||||
| * | bump ebiten version to 2.5.1 and new APIs | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| | | |||||
| * | prompt for selection if the targets allow selections | Florian Fischer | 2025-08-20 | 1 | -1/+2 |
| | | |||||
| * | ui: separate selection and options via their highlight color | Florian Fischer | 2025-08-20 | 1 | -11/+12 |
| | | |||||
| * | intermediate commit | Florian Fischer | 2025-08-20 | 1 | -2/+12 |
| | | | | | | | | | | | | * 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 | ||||
| * | intermeditae commit | Florian Fischer | 2025-08-20 | 1 | -1/+0 |
| | | | | | | | * implement dopping piles * implement simple spell targeting * add some simple spells | ||||
| * | run screen updates after handling user input | Florian Fischer | 2025-08-20 | 1 | -4/+8 |
| | | | | | | The reordering of the update logic hopefully results in a more responsive UX. | ||||
| * | allow to exit any prompt on esc | Florian Fischer | 2025-08-20 | 1 | -1/+5 |
| | | |||||
| * | do not draw the pass button multiple times | Florian Fischer | 2025-08-20 | 1 | -1/+3 |
| | | |||||
| * | implement equip action | Florian Fischer | 2025-08-20 | 1 | -7/+46 |
| | | |||||
| * | use prompt for target selection of all actions | Florian Fischer | 2025-08-20 | 1 | -59/+114 |
| | | |||||
| * | implement unit and artifact switch action | Florian Fischer | 2025-08-20 | 1 | -10/+5 |
| | | | | | | | | | | | Simplify the Choice Widget and make it a TextBox variant. Drive-by fixes: * ui.Collection: prioritize newer widgets during active widget selection * game.FullAction: fix incorrect cost function. Full actions cost all available actions. Also fix the cost check | ||||
| * | move more ui logic into Collection | Florian Fischer | 2025-08-20 | 1 | -174/+54 |
| | | | | | | * Generalize hover detection and move it into ui.Collection * Implement transparencu for the prompt banner | ||||
| * | client: use only the currently available actions in the action choice | Florian Fischer | 2025-08-20 | 1 | -2/+2 |
| | | |||||
| * | replace Fatalf with Panicf | Florian Fischer | 2025-08-20 | 1 | -2/+2 |
| | | | | | Panicf includes a stacktrace and causes a debugger to halt. | ||||
| * | fix NPE when adding the wrong widget | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| | | |||||
