| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | support explicitly winning and implement Approach Supremacy! | Florian Fischer | 2025-09-08 | 1 | -0/+2 |
| * | replace yaml.v3 with goccy/go-yaml | Florian Fischer | 2025-09-04 | 1 | -3/+3 |
| * | switch exp/slices to slices module | Florian Fischer | 2025-09-03 | 1 | -1/+1 |
| * | reorganize upkeep and parse additional action effects | Florian Fischer | 2025-08-20 | 1 | -0/+2 |
| * | use slog and add game log handler callback | Florian Fischer | 2025-08-20 | 1 | -2/+2 |
| * | load assets from muhq.space when using a release build | Florian Fischer | 2025-08-20 | 1 | -1/+2 |
| * | be more verbose when loading external data | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| * | strip reminder text from effects | Florian Fischer | 2025-08-20 | 1 | -1/+10 |
| * | make format | Florian Fischer | 2025-08-20 | 1 | -6/+2 |
| * | use any instead of interface{} | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| * | improve x-effect parsing | Florian Fischer | 2025-08-20 | 1 | -13/+11 |
| * | add boss type as unit specialization | Florian Fischer | 2025-08-20 | 1 | -2/+17 |
| * | use canonical file names to retrieve card symbols | Florian Fischer | 2025-08-20 | 1 | -2/+8 |
| * | fail if loading an unknown card and add more poc test cases | Florian Fischer | 2025-08-20 | 1 | -1/+13 |
| * | make retrieveCardDefinition errors recoverable | Florian Fischer | 2025-08-20 | 1 | -9/+25 |
| * | introduce game.State interface abstraction | Florian Fischer | 2025-08-20 | 1 | -14/+14 |
| * | pass the PlayAction to the cards onPlay implementations | Florian Fischer | 2025-08-20 | 1 | -8/+8 |
| * | fix available unit actions | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| * | implment upkeep costs using ResourceCosts | Florian Fischer | 2025-08-20 | 1 | -6/+3 |
| * | support parsing variadic costs | Florian Fischer | 2025-08-20 | 1 | -28/+31 |
| * | add onETB card hook | Florian Fischer | 2025-08-20 | 1 | -0/+2 |
| * | game: support X effects ending with punctuation | Florian Fischer | 2025-08-20 | 1 | -2/+6 |
| * | intermediate commit | Florian Fischer | 2025-08-20 | 1 | -2/+2 |
| * | intermeditae commit | Florian Fischer | 2025-08-20 | 1 | -0/+4 |
| * | implement unit and artifact switch action | Florian Fischer | 2025-08-20 | 1 | -0/+9 |
| * | replace Fatalf with Panicf | Florian Fischer | 2025-08-20 | 1 | -5/+5 |
| * | implement the basics of the rest of the base cards | Florian Fischer | 2025-08-20 | 1 | -4/+14 |
| * | add sealed activity to select a starting deck | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| * | intermediate commit | Florian Fischer | 2025-08-20 | 1 | -7/+18 |
| * | fix card IsPermanent | Florian Fischer | 2025-08-20 | 1 | -3/+3 |
| * | intermediate commit | Florian Fischer | 2025-08-20 | 1 | -7/+16 |
| * | add simple spell support | Florian Fischer | 2025-08-20 | 1 | -0/+2 |
| * | support crewing | Florian Fischer | 2025-08-20 | 1 | -0/+2 |
| * | add equipments and pile hooks | Florian Fischer | 2025-08-20 | 1 | -11/+8 |
| * | intermediate commit | Florian Fischer | 2025-08-20 | 1 | -0/+316 |
