| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | reset an action's targets after resolving it | Florian Fischer | 2025-07-28 | 1 | -1/+1 |
| | | |||||
| * | check the wincondition after the state based actions | Florian Fischer | 2025-07-24 | 1 | -3/+14 |
| | | |||||
| * | introduce game.State interface abstraction | Florian Fischer | 2025-01-27 | 1 | -2/+2 |
| | | | | | | This allows to not use the internal game state directly from client code. | ||||
| * | only pop an action if all players have passed priority | Florian Fischer | 2025-01-27 | 1 | -1/+2 |
| | | |||||
| * | reset an action's targets after broadcasting its resolution | Florian Fischer | 2025-01-27 | 1 | -5/+7 |
| | | |||||
| * | export less methods | Florian Fischer | 2025-01-27 | 1 | -3/+3 |
| | | |||||
| * | replace Fatalf with Panicf | Florian Fischer | 2025-01-27 | 1 | -1/+1 |
| | | | | | Panicf includes a stacktrace and causes a debugger to halt. | ||||
| * | intermediate commit | Florian Fischer | 2025-01-27 | 1 | -0/+5 |
| | | | | | | | | | | | | | * fix a lot of target and action bugs * check target selection before adding it to the prompt * use the store view for stores on the map * fix card highlighting in CardGrid * Only prompt for Upkeep-/DiscardActions if appropriate * Add helper for areaEffects granting new FullActions * Add Target() helper selecting the first target to the Action interface * Fix BuyAction and DiscardAction targets * Remember the stores a player has seen | ||||
| * | intermediate commit | Florian Fischer | 2025-01-27 | 1 | -1/+1 |
| | | |||||
| * | introduce state-based action | Florian Fischer | 2025-01-27 | 1 | -3/+4 |
| | | | | | | | | | State-based action are executed anytime a action resolved to handle events caused by the game state. Currently state-based actions only destroy unit with more damage than health. | ||||
| * | intermeditae commit | Florian Fischer | 2025-01-27 | 1 | -5/+9 |
| | | |||||
| * | intermediate commit | Florian Fischer | 2025-01-27 | 1 | -0/+10 |
| | | |||||
| * | intermediate commit | Florian Fischer | 2025-01-27 | 1 | -1/+28 |
| | | | | | Implement actions and multiple ui widgets | ||||
| * | intermediate commit | Florian Fischer | 2025-01-27 | 1 | -0/+5 |
