| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add phony rules for sets of HTML sites | Florian Fischer | 2025-09-03 | 1 | -2/+6 |
| | | |||||
| * | link to new game materials from the play page | Florian Fischer | 2025-08-26 | 1 | -4/+4 |
| | | |||||
| * | add flex-direction | Florian Fischer | 2025-08-20 | 1 | -0/+1 |
| | | |||||
| * | release the client into the wild | Florian Fischer | 2025-08-20 | 5 | -43/+79 |
| | | |||||
| * | add cardlisting prefix for card hover links to blog posts | Florian Fischer | 2025-08-20 | 1 | -4/+15 |
| | | |||||
| * | fix broken link in feed item | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| | | |||||
| * | blog about the missionary tweak | Florian Fischer | 2025-08-20 | 2 | -0/+67 |
| | | |||||
| * | update the eco-piece blog post to use sentence-per-line format. | Florian Fischer | 2025-08-20 | 1 | -28/+14 |
| | | |||||
| * | improve english rules | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| | | |||||
| * | only change cursor if the rule is not already selected | Florian Fischer | 2025-08-20 | 1 | -1/+4 |
| | | | | | Fixes: fabeb1da13bf86eeca2f78f5d4171c78975fcfd9. | ||||
| * | use consistent python version for all scripts | Florian Fischer | 2025-08-20 | 1 | -11/+12 |
| | | |||||
| * | change cursor style to suggest linking to rules | Florian Fischer | 2025-08-20 | 1 | -0/+1 |
| | | |||||
| * | update rules | Florian Fischer | 2025-08-20 | 1 | -1/+1 |
| | | | | | | Define state-based actions, game zones, priority. Use more enumerations to make more rules linkable. | ||||
| * | add local wasm launcher page for debugging | Florian Fischer | 2025-08-20 | 1 | -0/+64 |
| | | |||||
| * | configure blog directory index | Florian Fischer | 2025-08-20 | 3 | -1/+20 |
| | | |||||
| * | remove whitespace around pre elements in lists | Florian Fischer | 2025-08-20 | 1 | -0/+4 |
| | | |||||
| * | fix linkable rules and support nesting | Florian Fischer | 2025-08-20 | 3 | -8/+23 |
| | | |||||
| * | move wasm_exec.js to js subdir | Florian Fischer | 2025-08-20 | 3 | -5/+5 |
| | | |||||
| * | add new line before src retrieval command | Florian Fischer | 2025-08-20 | 1 | -2/+2 |
| | | |||||
| * | add boss overview pages | Florian Fischer | 2025-08-20 | 4 | -7/+223 |
| | | |||||
| * | copy JS files and do not include card listings title | Florian Fischer | 2025-08-20 | 1 | -3/+2 |
| | | |||||
| * | retrieve draft rates in card listings | Florian Fischer | 2025-08-20 | 2 | -0/+45 |
| | | |||||
| * | move linkable rule js into seperate file | Florian Fischer | 2025-08-20 | 2 | -20/+44 |
| | | |||||
| * | add rss feed | Florian Fischer | 2025-08-20 | 4 | -2/+77 |
| | | |||||
| * | html: do not wrap code | Florian Fischer | 2025-08-20 | 1 | -0/+6 |
| | | |||||
| * | specify the language of the rules | Florian Fischer | 2025-08-20 | 2 | -1/+2 |
| | | |||||
| * | make rules in html linkable | Florian Fischer | 2025-08-20 | 3 | -1/+38 |
| | | |||||
| * | add html editorconfig | Florian Fischer | 2025-08-20 | 1 | -0/+3 |
| | | |||||
| * | improve wasm support during build time | Florian Fischer | 2025-08-20 | 3 | -556/+6 |
| | | | | | | Copy wasm_exec.js bundled with the used go version. Generalise the wasm build rule. | ||||
| * | explicitly use bash as shell | Florian Fischer | 2025-08-20 | 1 | -0/+1 |
| | | |||||
| * | intermediate commit | Florian Fischer | 2025-08-20 | 3 | -28/+607 |
| | | |||||
| * | slightly improve the language | Florian Fischer | 2024-12-05 | 1 | -2/+2 |
| | | |||||
| * | fix css linkcolor selector | Florian Fischer | 2024-12-05 | 1 | -1/+1 |
| | | |||||
| * | link to cgit | Florian Fischer | 2024-03-16 | 1 | -2/+2 |
| | | |||||
| * | update pandoc flags for embedding pictures in the html | Florian Fischer | 2022-12-28 | 1 | -1/+1 |
| | | |||||
| * | improve the rules html page | Florian Fischer | 2022-09-25 | 1 | -3/+5 |
| | | | | | | Clarify that the official rules are the English ones. Reword the describtion of the linked pages. | ||||
| * | also apply color schemes to tools.html | Florian Fischer | 2022-02-15 | 1 | -2/+18 |
| | | |||||
| * | use css variables to aplly colors | Florian Fischer | 2022-02-15 | 1 | -11/+33 |
| | | |||||
| * | cleanup template css | Florian Fischer | 2022-02-15 | 1 | -8/+5 |
| | | | | | Remove unused css and introduce line breaks for better readability. | ||||
| * | use python to generate card listings | Florian Fischer | 2022-01-04 | 1 | -8/+4 |
| | | | | | | | | | | | The previous make/shell based approach results in only a single placeholder id 'placeholder-0' because we invoke generate_card.py for each card which will initialize the placeholder id count each time with 0. Now we generate the whole car listing in python which greatly reduces the number of program invocations and allows the placeholder id to be incremented for each listed card. | ||||
| * | html/maps: add tyrant map | Florian Fischer | 2021-12-12 | 1 | -0/+1 |
| | | |||||
| * | html/tools: add tyrant random house tool | Florian Fischer | 2021-12-12 | 1 | -1/+31 |
| | | |||||
| * | html/tools: seperate range and highlightRandom | Florian Fischer | 2021-12-12 | 1 | -5/+5 |
| | | |||||
| * | html/tools: rename map to xy | Florian Fischer | 2021-12-12 | 1 | -7/+7 |
| | | |||||
| * | add the tyrant ai rules and tyrant set to cards.html | Florian Fischer | 2021-12-10 | 1 | -0/+3 |
| | | |||||
| * | html: add script generating hoverable card links with image previews | Florian Fischer | 2021-12-08 | 4 | -65/+54 |
| | | |||||
| * | rename cash_or_trash to cash_or_trash! | Florian Fischer | 2021-12-08 | 1 | -1/+1 |
| | | |||||
| * | add blog post about economy pieces | Florian Fischer | 2021-12-07 | 3 | -3/+112 |
| | | |||||
| * | [html] add decks page and cleanup makefile | Florian Fischer | 2021-12-06 | 4 | -24/+56 |
| | | |||||
| * | [html/tools] correct random range from text | Florian Fischer | 2021-11-01 | 1 | -1/+3 |
| | | |||||
