| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | maps: use strip block chomp operator | Florian Fischer | 2023-01-25 | 1 | -2/+1 |
| | | | | | | The YAML strip block chomp operator causes all trailing newlines to be stripped from the map definition. | ||||
| * | remove unused argument in generate_map_img | Florian Fischer | 2022-01-04 | 1 | -2/+2 |
| | | |||||
| * | generate_map_img: add vertical gate | Florian Fischer | 2021-12-12 | 1 | -2/+2 |
| | | |||||
| * | use selector to choose correct tower tile | Florian Fischer | 2021-12-12 | 1 | -14/+26 |
| | | | | | | A selector string contains all 4 directions: [left, right, up, down] in that order. | ||||
| * | improve fortification tiles | Florian Fischer | 2021-12-12 | 1 | -30/+79 |
| | | |||||
| * | [generate_map_img] fix pylint warnings and type hints | Florian Fischer | 2021-10-10 | 1 | -10/+16 |
| | | |||||
| * | [maps] add new tyrant map, tiles and improve map generation script | Florian Fischer | 2021-09-13 | 1 | -51/+154 |
| | | |||||
| * | add script Makefile, python tooling and run yapf in generate_map_img.py | Florian Fischer | 2021-03-27 | 1 | -9/+20 |
| | | |||||
| * | convert map definition to YAML | Florian Fischer | 2021-02-28 | 1 | -36/+11 |
| | | | | | | We don't use our own map definition syntax which was not documented and fragile. YAML is more common and is easier to parse. | ||||
| * | introduce seperate assets subdirectory | Florian Fischer | 2021-01-03 | 1 | -2/+2 |
| | | |||||
| * | add map Makefile and don't show generated maps by default | Florian Fischer | 2021-01-02 | 1 | -2/+8 |
| | | |||||
| * | add script to generate images from map files and tile assets | Florian Fischer | 2021-01-02 | 1 | -0/+143 |
