| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use pdflatex and precompiled card headers | Florian Fischer | 2025-04-10 | 1 | -2/+13 |
| | | | | | This speeds up the compile time for the pdfs dramatically. | ||||
| * | use bash and fix erroneous expansion of escape sequences | Florian Fischer | 2025-04-04 | 1 | -11/+11 |
| | | |||||
| * | strip double // from targets | Florian Fischer | 2025-04-04 | 1 | -1/+1 |
| | | |||||
| * | fix make sync-with-website target only copying one language | Florian Fischer | 2022-04-02 | 1 | -1/+1 |
| | | |||||
| * | also rebuild rules on website with make target | Florian Fischer | 2022-04-02 | 1 | -0/+1 |
| | | |||||
| * | add make target to sync build cards with the website | Florian Fischer | 2022-03-31 | 1 | -0/+5 |
| | | |||||
| * | remove all generated card latex files not only english ones | Florian Fischer | 2022-01-04 | 1 | -1/+1 |
| | | |||||
| * | [latex/build] fix broken build when a deck has the same name as a set | Florian Fischer | 2021-12-08 | 1 | -6/+8 |
| | | |||||
| * | add deck support and three decks | Florian Fischer | 2021-12-06 | 1 | -5/+30 |
| | | | | | | | | | | Add script to geenrate latex file containing all cards in a deck. Add make rules to generate and build the deck latex. Add decks: * spell slinger * recruiter rush * approach | ||||
| * | [latex/Makefile] remove double // | Florian Fischer | 2021-10-07 | 1 | -2/+2 |
| | | |||||
| * | [latex] use relative paths in set files | Florian Fischer | 2021-06-03 | 1 | -4/+11 |
| | | |||||
| * | [latex/make] change make argument positions | Florian Fischer | 2021-04-28 | 1 | -1/+1 |
| | | |||||
| * | add unit_explanation special cards | Florian Fischer | 2021-04-07 | 1 | -4/+8 |
| | | |||||
| * | build sets again | Florian Fischer | 2021-03-28 | 1 | -20/+59 |
| | | | | | | | | | | Sets are generated from all tex card files in the Makefile. Sets tex now uses \includestandalone instead of input. The Makefiles language support is simplified. It now has a default language variable which propagates to all other relevant variables so we have to only pass one make argument to change the build language. | ||||
| * | add german version of cards | Florian Fischer | 2021-03-27 | 1 | -7/+21 |
| | | | | | | | | | | 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> | ||||
| * | [latex] fix VERBOSE make file variable assignment | Florian Fischer | 2021-03-07 | 1 | -1/+1 |
| | | |||||
| * | [make] be more presice how variables are defined | Florian Fischer | 2021-03-01 | 1 | -2/+3 |
| | | |||||
| * | rework how cards are defined and generated | Florian Fischer | 2021-02-28 | 1 | -37/+63 |
| | | | | | | | | | | | | 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. | ||||
| * | add material for cooperative "The Kraken" game mode | Florian Fischer | 2021-02-20 | 1 | -1/+1 |
| | | |||||
| * | introduce seperate assets subdirectory | Florian Fischer | 2021-01-03 | 1 | -1/+1 |
| | | |||||
| * | add build/cards.pdf which is a concatenation of all generated pdfs | Florian Fischer | 2020-10-18 | 1 | -0/+6 |
| | | |||||
| * | replace cards.tex with print.tex with no margins between cards | Florian Fischer | 2020-10-18 | 1 | -2/+2 |
| | | |||||
| * | add ability to generate all cards defined in a data dir and build sets | Florian Fischer | 2020-10-18 | 1 | -3/+12 |
| | | |||||
| * | add assets support for png and jpg | Florian Fischer | 2020-10-18 | 1 | -2/+5 |
| | | |||||
| * | add Makefile, tikzcard template and generated base, equipment, and magic cards | Florian Fischer | 2020-09-15 | 1 | -0/+44 |
