| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | implement spell target parsing and magic/no! | Florian Fischer | 2025-09-08 | 1 | -2/+2 |
| | | |||||
| * | lower case some spell effects | Florian Fischer | 2025-09-05 | 3 | -3/+3 |
| | | |||||
| * | update wording of distribute eot effect spells | Florian Fischer | 2025-08-20 | 2 | -4/+4 |
| | | |||||
| * | make language of appear! more precise | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| | | |||||
| * | make the wording on appear! more precise | Florian Fischer | 2025-08-20 | 1 | -2/+2 |
| | | |||||
| * | use the more intuitive German word Kaufpreis instead of Kaufkosten | Florian Fischer | 2022-02-15 | 1 | -1/+1 |
| | | |||||
| * | [magic/appear!] improve english wording | Florian Fischer | 2021-11-01 | 1 | -1/+1 |
| | | |||||
| * | [magic] s/verhuellt/verhüllt/ and use correct german imperative 'isoliere' | Florian Fischer | 2021-10-10 | 2 | -4/+4 |
| | | |||||
| * | fix some more internationalization issues | Florian Fischer | 2021-03-28 | 3 | -4/+4 |
| | | |||||
| * | fix names for Mine! | Florian Fischer | 2021-03-28 | 1 | -1/+1 |
| | | |||||
| * | add german version of cards | Florian Fischer | 2021-03-27 | 20 | -40/+119 |
| | | | | | | | | | | Translatable properties now have the language as subkey (currently en, de). generate_card.py takes an optional argument to select the language. The latex/Makefile has two new targets de and en each building all cards under latex/cards/<lang> and latex/build/<lang> | ||||
| * | s/counters/marks | Florian Fischer | 2021-03-25 | 1 | -1/+1 |
| | | |||||
| * | rework how cards are defined and generated | Florian Fischer | 2021-02-28 | 20 | -0/+100 |
| Card definitions are now stored in data/cards/ in a subdirectory for each set as YAML files. YAML is still human readable but stricter and better to handle in code than ini. The latex filesystem layout resembles the card definition layout and is created by the Makefile from the YAML card definitions and must not be regenerated each time by hand. | |||||
