<feed xmlns='http://www.w3.org/2005/Atom'>
<title>muhqs-game/go/ui/textBox.go, branch draftsim</title>
<subtitle>game material for muhq's game</subtitle>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/'/>
<entry>
<title>allow to update a TextBox's text</title>
<updated>2025-07-06T15:49:19+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2025-07-04T14:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=c5addb37547acff9483ad126497ffa934d223c48'/>
<id>c5addb37547acff9483ad126497ffa934d223c48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use constants instead of hardcoded values</title>
<updated>2025-07-06T15:49:19+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2025-07-04T12:46:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=53ba6a1c0cd020f26d501912320a41e8dc736976'/>
<id>53ba6a1c0cd020f26d501912320a41e8dc736976</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>overhaul ui</title>
<updated>2025-05-01T14:46:15+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2025-04-29T19:44:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=6c4645eea5f26e32bc462c8627031a3563b1c39a'/>
<id>6c4645eea5f26e32bc462c8627031a3563b1c39a</id>
<content type='text'>
* implement events instead of interfaces
  Interfaces and the wrappers head the problem that they could not support multiple events at once or only a single one without loosing the others.
* add text input support for WASM on mobile
  A hidden html input is required to open the keyboard and receive the
  input.
* improve the number choice
  * fix using the default number
  * add submit button only if a onclick method was provided
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* implement events instead of interfaces
  Interfaces and the wrappers head the problem that they could not support multiple events at once or only a single one without loosing the others.
* add text input support for WASM on mobile
  A hidden html input is required to open the keyboard and receive the
  input.
* improve the number choice
  * fix using the default number
  * add submit button only if a onclick method was provided
</pre>
</div>
</content>
</entry>
<entry>
<title>migrate to ebiten/v2/text/v2</title>
<updated>2025-01-27T15:43:59+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2024-12-28T10:34:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=d7bac40f11fc18121ca3d26175fb85f187a6f24c'/>
<id>d7bac40f11fc18121ca3d26175fb85f187a6f24c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ui: add new number choice</title>
<updated>2025-01-27T15:43:57+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2024-12-26T18:05:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=bc06cd09407de831ac30f0300cb4135cbe325120'/>
<id>bc06cd09407de831ac30f0300cb4135cbe325120</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move more ui logic into Collection</title>
<updated>2025-01-27T15:43:50+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-02-16T17:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=c12057320c06f9b4a0bd6c9b25a1dd2d2bd8fd8d'/>
<id>c12057320c06f9b4a0bd6c9b25a1dd2d2bd8fd8d</id>
<content type='text'>
* Generalize hover detection and move it into ui.Collection
* Implement transparencu for the prompt banner
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Generalize hover detection and move it into ui.Collection
* Implement transparencu for the prompt banner
</pre>
</div>
</content>
</entry>
<entry>
<title>intermediate commit</title>
<updated>2025-01-27T15:43:49+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-02-15T12:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=f9ab2cfdb25eb3fcd85868a2e375326a9c8b6022'/>
<id>f9ab2cfdb25eb3fcd85868a2e375326a9c8b6022</id>
<content type='text'>
* fix a lot of target and action bugs
* check target selection before adding it to the prompt
* use the store view for stores on the map
* fix card highlighting in CardGrid
* Only prompt for Upkeep-/DiscardActions if appropriate
* Add helper for areaEffects granting new FullActions
* Add Target() helper selecting the first target to the Action interface
* Fix BuyAction and DiscardAction targets
* Remember the stores a player has seen
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix a lot of target and action bugs
* check target selection before adding it to the prompt
* use the store view for stores on the map
* fix card highlighting in CardGrid
* Only prompt for Upkeep-/DiscardActions if appropriate
* Add helper for areaEffects granting new FullActions
* Add Target() helper selecting the first target to the Action interface
* Fix BuyAction and DiscardAction targets
* Remember the stores a player has seen
</pre>
</div>
</content>
</entry>
<entry>
<title>intermediate commit</title>
<updated>2025-01-27T15:43:49+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-02-08T16:50:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=805cbf397589e5cb861f866713c2eb4bec9ce40b'/>
<id>805cbf397589e5cb861f866713c2eb4bec9ce40b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add sealed activity to select a starting deck</title>
<updated>2025-01-27T15:43:49+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-02-14T15:05:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=b85c1a85e3f9a53321495e4d015e7620b29f9929'/>
<id>b85c1a85e3f9a53321495e4d015e7620b29f9929</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve state bar</title>
<updated>2025-01-27T15:43:49+00:00</updated>
<author>
<name>Florian Fischer</name>
<email>florian.fischer@muhq.space</email>
</author>
<published>2023-02-14T08:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.muhq.space/muhqs-game/commit/?id=e049500b213c85c9d1556e01717226a191d2dce8'/>
<id>e049500b213c85c9d1556e01717226a191d2dce8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
