aboutsummaryrefslogtreecommitdiff
path: root/html
Commit message (Collapse)AuthorAgeFilesLines
* add phony rules for sets of HTML sitesFlorian Fischer2025-09-031-2/+6
|
* link to new game materials from the play pageFlorian Fischer2025-08-261-4/+4
|
* add flex-directionFlorian Fischer2025-08-201-0/+1
|
* release the client into the wildFlorian Fischer2025-08-205-43/+79
|
* add cardlisting prefix for card hover links to blog postsFlorian Fischer2025-08-201-4/+15
|
* fix broken link in feed itemFlorian Fischer2025-08-201-1/+1
|
* blog about the missionary tweakFlorian Fischer2025-08-202-0/+67
|
* update the eco-piece blog post to use sentence-per-line format.Florian Fischer2025-08-201-28/+14
|
* improve english rulesFlorian Fischer2025-08-201-1/+1
|
* only change cursor if the rule is not already selectedFlorian Fischer2025-08-201-1/+4
| | | | Fixes: fabeb1da13bf86eeca2f78f5d4171c78975fcfd9.
* use consistent python version for all scriptsFlorian Fischer2025-08-201-11/+12
|
* change cursor style to suggest linking to rulesFlorian Fischer2025-08-201-0/+1
|
* update rulesFlorian Fischer2025-08-201-1/+1
| | | | | Define state-based actions, game zones, priority. Use more enumerations to make more rules linkable.
* add local wasm launcher page for debuggingFlorian Fischer2025-08-201-0/+64
|
* configure blog directory indexFlorian Fischer2025-08-203-1/+20
|
* remove whitespace around pre elements in listsFlorian Fischer2025-08-201-0/+4
|
* fix linkable rules and support nestingFlorian Fischer2025-08-203-8/+23
|
* move wasm_exec.js to js subdirFlorian Fischer2025-08-203-5/+5
|
* add new line before src retrieval commandFlorian Fischer2025-08-201-2/+2
|
* add boss overview pagesFlorian Fischer2025-08-204-7/+223
|
* copy JS files and do not include card listings titleFlorian Fischer2025-08-201-3/+2
|
* retrieve draft rates in card listingsFlorian Fischer2025-08-202-0/+45
|
* move linkable rule js into seperate fileFlorian Fischer2025-08-202-20/+44
|
* add rss feedFlorian Fischer2025-08-204-2/+77
|
* html: do not wrap codeFlorian Fischer2025-08-201-0/+6
|
* specify the language of the rulesFlorian Fischer2025-08-202-1/+2
|
* make rules in html linkableFlorian Fischer2025-08-203-1/+38
|
* add html editorconfigFlorian Fischer2025-08-201-0/+3
|
* improve wasm support during build timeFlorian Fischer2025-08-203-556/+6
| | | | | Copy wasm_exec.js bundled with the used go version. Generalise the wasm build rule.
* explicitly use bash as shellFlorian Fischer2025-08-201-0/+1
|
* intermediate commitFlorian Fischer2025-08-203-28/+607
|
* slightly improve the languageFlorian Fischer2024-12-051-2/+2
|
* fix css linkcolor selectorFlorian Fischer2024-12-051-1/+1
|
* link to cgitFlorian Fischer2024-03-161-2/+2
|
* update pandoc flags for embedding pictures in the htmlFlorian Fischer2022-12-281-1/+1
|
* improve the rules html pageFlorian Fischer2022-09-251-3/+5
| | | | | Clarify that the official rules are the English ones. Reword the describtion of the linked pages.
* also apply color schemes to tools.htmlFlorian Fischer2022-02-151-2/+18
|
* use css variables to aplly colorsFlorian Fischer2022-02-151-11/+33
|
* cleanup template cssFlorian Fischer2022-02-151-8/+5
| | | | Remove unused css and introduce line breaks for better readability.
* use python to generate card listingsFlorian Fischer2022-01-041-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 mapFlorian Fischer2021-12-121-0/+1
|
* html/tools: add tyrant random house toolFlorian Fischer2021-12-121-1/+31
|
* html/tools: seperate range and highlightRandomFlorian Fischer2021-12-121-5/+5
|
* html/tools: rename map to xyFlorian Fischer2021-12-121-7/+7
|
* add the tyrant ai rules and tyrant set to cards.htmlFlorian Fischer2021-12-101-0/+3
|
* html: add script generating hoverable card links with image previewsFlorian Fischer2021-12-084-65/+54
|
* rename cash_or_trash to cash_or_trash!Florian Fischer2021-12-081-1/+1
|
* add blog post about economy piecesFlorian Fischer2021-12-073-3/+112
|
* [html] add decks page and cleanup makefileFlorian Fischer2021-12-064-24/+56
|
* [html/tools] correct random range from textFlorian Fischer2021-11-011-1/+3
|