<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/LibGui.git/GuiTest/src, branch 3.3.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/'/>
<entry>
<title>Add screen networking API, update to 1.16.4</title>
<updated>2020-12-17T18:08:01+00:00</updated>
<author>
<name>Juuxel</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2020-12-17T18:08:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=788176dcaa49ced35e9f441a820410bcd4f09cfe'/>
<id>788176dcaa49ced35e9f441a820410bcd4f09cfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add simple HUD test</title>
<updated>2020-10-24T07:57:49+00:00</updated>
<author>
<name>Juuxel</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2020-10-24T07:57:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=b8add1552717ec7a8079da18cecb9439c2be0f1a'/>
<id>b8add1552717ec7a8079da18cecb9439c2be0f1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add large slot to the test GUI description</title>
<updated>2020-09-24T08:16:59+00:00</updated>
<author>
<name>Juuxel</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2020-09-24T08:16:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=283db1edc77209344888210c4b618595874707fe'/>
<id>283db1edc77209344888210c4b618595874707fe</id>
<content type='text'>
This was to debug #85 which doesn't actually seem to happen in 3.0.x.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was to debug #85 which doesn't actually seem to happen in 3.0.x.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Make layout() client-only, add missing Environment(CLIENT) annotations to paint() overrides"</title>
<updated>2020-08-04T17:54:56+00:00</updated>
<author>
<name>Juuxel</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2020-08-04T17:54:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=26d373fcceeebe0065b7fb76904addb3bde6e2b5'/>
<id>26d373fcceeebe0065b7fb76904addb3bde6e2b5</id>
<content type='text'>
This reverts commit 0b3c68e0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 0b3c68e0
</pre>
</div>
</content>
</entry>
<entry>
<title>Make layout() client-only, add missing Environment(CLIENT) annotations to paint() overrides</title>
<updated>2020-08-04T17:32:25+00:00</updated>
<author>
<name>Juuxel</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2020-08-04T17:32:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=0b3c68e037c583bf573b24b68a97e56d21ccd17c'/>
<id>0b3c68e037c583bf573b24b68a97e56d21ccd17c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>3.0.0 for 1.16.2-pre1</title>
<updated>2020-08-02T21:55:52+00:00</updated>
<author>
<name>Juuxel</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2020-08-02T21:55:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=8b64e485972a150907938edb1b66c9cb066d2aa9'/>
<id>8b64e485972a150907938edb1b66c9cb066d2aa9</id>
<content type='text'>
Mojang refactored text again :irritatered:

- Widgets now take a Text again instead of StringRenderable/-Visitable
- ScreenDrawing takes OrderedTexts instead of StringVisitables
- To reduce the future updating workload, tooltips now use a new TooltipBuilder
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mojang refactored text again :irritatered:

- Widgets now take a Text again instead of StringRenderable/-Visitable
- ScreenDrawing takes OrderedTexts instead of StringVisitables
- To reduce the future updating workload, tooltips now use a new TooltipBuilder
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix dedicated server crash with the test mod</title>
<updated>2020-06-24T14:51:37+00:00</updated>
<author>
<name>Juuxel</name>
<email>kasperi.kauppi@gmail.com</email>
</author>
<published>2020-06-24T14:51:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=adc9b7199268ffe57b631a89e4bb2c327a02d615'/>
<id>adc9b7199268ffe57b631a89e4bb2c327a02d615</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move WWidget.addTooltip to use StringRenderables</title>
<updated>2020-06-18T07:54:26+00:00</updated>
<author>
<name>Juuxel</name>
<email>kasperi.kauppi@gmail.com</email>
</author>
<published>2020-06-18T07:54:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=6b613ed909e06f4d043f14d37db3c74b2fb14c86'/>
<id>6b613ed909e06f4d043f14d37db3c74b2fb14c86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to pre8</title>
<updated>2020-06-17T20:09:32+00:00</updated>
<author>
<name>Juuxel</name>
<email>kasperi.kauppi@gmail.com</email>
</author>
<published>2020-06-17T20:09:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=dfb7f3a11a11c786e6c4ef66f6324f7f52d1d864'/>
<id>dfb7f3a11a11c786e6c4ef66f6324f7f52d1d864</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implement a WTiledSprite widget (#62)</title>
<updated>2020-06-13T15:26:51+00:00</updated>
<author>
<name>Filip Weiss</name>
<email>me@fiws.net</email>
</author>
<published>2020-06-13T15:26:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=ca715a8a5d904bd8903edcfcfc1515be67d03e8c'/>
<id>ca715a8a5d904bd8903edcfcfc1515be67d03e8c</id>
<content type='text'>
* implement a WTiledSprite widget

* tiledSprite: new constuctor, cleanup api and comments

* Update GuiTest/src/main/java/io/github/cottonmc/test/client/TestClientGui.java

Co-authored-by: Juuxel &lt;6596629+Juuxel@users.noreply.github.com&gt;

Co-authored-by: Juuxel &lt;6596629+Juuxel@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* implement a WTiledSprite widget

* tiledSprite: new constuctor, cleanup api and comments

* Update GuiTest/src/main/java/io/github/cottonmc/test/client/TestClientGui.java

Co-authored-by: Juuxel &lt;6596629+Juuxel@users.noreply.github.com&gt;

Co-authored-by: Juuxel &lt;6596629+Juuxel@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
</feed>
