<feed xmlns='http://www.w3.org/2005/Atom'>
<title>muhqs-game/scripts, branch master</title>
<subtitle>game material for muhq's game</subtitle>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/'/>
<entry>
<title>maps: use strip block chomp operator</title>
<updated>2023-01-25T20:18:15+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-01-25T20:14:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=07e8fab6d286a120c1eddbd055c108afcd6e42db'/>
<id>07e8fab6d286a120c1eddbd055c108afcd6e42db</id>
<content type='text'>
The YAML strip block chomp operator causes all trailing newlines to
be stripped from the map definition.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The YAML strip block chomp operator causes all trailing newlines to
be stripped from the map definition.
</pre>
</div>
</content>
</entry>
<entry>
<title>use absolute image path when invoking generate_card_hover_links.py</title>
<updated>2022-01-04T14:07:28+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2022-01-04T14:07:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=03e2013e9246c5b923df3b45aa16f50381a3a9c8'/>
<id>03e2013e9246c5b923df3b45aa16f50381a3a9c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use python to generate card listings</title>
<updated>2022-01-04T13:39:57+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2022-01-04T13:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=0c797df47f0e65f6aeadd917e21ca580866723de'/>
<id>0c797df47f0e65f6aeadd917e21ca580866723de</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>improve scripts</title>
<updated>2022-01-04T13:37:27+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2022-01-04T13:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=791a83da34ff35f7dc159e7f8d5f060f02c6bc5a'/>
<id>791a83da34ff35f7dc159e7f8d5f060f02c6bc5a</id>
<content type='text'>
* move more generic code handling data to data.py
* fix markdown generation in generate_deck.py
* make gen_hoverable_link more flexible by introducing callbacks
  to generate the relevant link components.
* fix the link targets for hoverable links in the generated card markdown
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* move more generic code handling data to data.py
* fix markdown generation in generate_deck.py
* make gen_hoverable_link more flexible by introducing callbacks
  to generate the relevant link components.
* fix the link targets for hoverable links in the generated card markdown
</pre>
</div>
</content>
</entry>
<entry>
<title>fix mypy invocation for newer mypy version</title>
<updated>2022-01-04T13:34:44+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2022-01-04T13:34:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=a62fde90aa946b0ea5516b1ae4591fc9f67ea22e'/>
<id>a62fde90aa946b0ea5516b1ae4591fc9f67ea22e</id>
<content type='text'>
Mypy &gt;= 0.780 complained about finding a source file multiple times once
via the passed path and once in the module scripts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mypy &gt;= 0.780 complained about finding a source file multiple times once
via the passed path and once in the module scripts.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unused argument in generate_map_img</title>
<updated>2022-01-04T13:33:24+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2022-01-04T13:32:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=808bb0a7a0bcd639a81f00debf9ff78045ffe562'/>
<id>808bb0a7a0bcd639a81f00debf9ff78045ffe562</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix pylint not handling local imports correctly</title>
<updated>2022-01-04T13:31:23+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2022-01-04T13:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=241d93478dd99a35e89815a8304d97b1bb94cc52'/>
<id>241d93478dd99a35e89815a8304d97b1bb94cc52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>generalize hover link creation and use them in card listings</title>
<updated>2022-01-03T12:52:38+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2022-01-02T14:26:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=a9420214ad94466674be21785d31cf9aad49fd97'/>
<id>a9420214ad94466674be21785d31cf9aad49fd97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>generate_card: use latex fields for unit stats</title>
<updated>2022-01-02T13:13:04+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fl.fischer@fau.de</email>
</author>
<published>2022-01-02T13:13:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=a0dc8be4bae5fc8f81c51b46a5106c0f1a3cb837'/>
<id>a0dc8be4bae5fc8f81c51b46a5106c0f1a3cb837</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>generate_map_img: add vertical gate</title>
<updated>2021-12-12T15:16:49+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2021-12-12T15:16:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=1a3099dd6c699572d24e703afa11bcf90b004b60'/>
<id>1a3099dd6c699572d24e703afa11bcf90b004b60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
