<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/Skyblocker.git/src/main/java/de/hysky/skyblocker/skyblock/fancybars, branch profile-viewer</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/Skyblocker.git/'/>
<entry>
<title>1.21.6-1.21.8 (#1518)</title>
<updated>2025-07-31T04:58:08+00:00</updated>
<author>
<name>Aaron</name>
<email>51387595+AzureAaron@users.noreply.github.com</email>
</author>
<published>2025-07-31T04:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=390c1277391f948d5fc4f3113b3e9dec22d1617d'/>
<id>390c1277391f948d5fc4f3113b3e9dec22d1617d</id>
<content type='text'>
* 1.21.6-pre2

* Port HUD and 1.21.6-pre3

* 1.21.6

* New Rendering System

Also updates YACL and fixes a bug with rendering slot highlights

* Fix Item Rarity Background having a random iteration order

With Java's immutable maps they will either iterate forwards or
backwards which is randomly decided at runtime.

* Fix GUI text not rendering

If the colour parameter supplied does not have an alpha value or is 0
then the text is not rendered.

* Fix crimson fog extension

* Fix health bar rendering

* Fix hiding world loading screens

* Disable mixin unit test due to crash and add audit command

* 1.21.7 + Update Gradle, Loom, and JGit

* Update Dandelion for 1.21.7

MoulConfig still has a few bugs but its ok otherwise

* Fix checkstyle &amp; spotless

* Update Mixin Name

Maybe this will fix the game test crashing because of GL errors?

* Fix waypoint screen draw order

* Fix issues with text not rendering in GUIs

* Use local state management for renderer

* Significantly improve batching for the renderer

Makes the new renderer even better/faster than the old RenderLayer
system!

* Separate Skyblocker's glow from vanilla's glow

Fixes #1478
Fixes #1500

* 1.21.8

* Fix dungeon teammates not glowing through walls

* Fix some map decorations not rendering (dungeon teammate markers)

* Fix recipe book search field text being invisible

* Update README and issue templates

* Fix issues with entity glow depth sampling

Should also fix a crash with Iris

* Add batching exclusion system

Fixes a bug where rendering multiple cylinders at once would have the
two linked to eachother

* Fix spotless errors

* Fix Iris crash

* Update Dandelion/MoulConfig

* Update to Fabric Loader 0.17.0

Fixes the Mixin Unit Test crashing

* Attempt to fix game test

* Disable game test rendering stuff</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 1.21.6-pre2

* Port HUD and 1.21.6-pre3

* 1.21.6

* New Rendering System

Also updates YACL and fixes a bug with rendering slot highlights

* Fix Item Rarity Background having a random iteration order

With Java's immutable maps they will either iterate forwards or
backwards which is randomly decided at runtime.

* Fix GUI text not rendering

If the colour parameter supplied does not have an alpha value or is 0
then the text is not rendered.

* Fix crimson fog extension

* Fix health bar rendering

* Fix hiding world loading screens

* Disable mixin unit test due to crash and add audit command

* 1.21.7 + Update Gradle, Loom, and JGit

* Update Dandelion for 1.21.7

MoulConfig still has a few bugs but its ok otherwise

* Fix checkstyle &amp; spotless

* Update Mixin Name

Maybe this will fix the game test crashing because of GL errors?

* Fix waypoint screen draw order

* Fix issues with text not rendering in GUIs

* Use local state management for renderer

* Significantly improve batching for the renderer

Makes the new renderer even better/faster than the old RenderLayer
system!

* Separate Skyblocker's glow from vanilla's glow

Fixes #1478
Fixes #1500

* 1.21.8

* Fix dungeon teammates not glowing through walls

* Fix some map decorations not rendering (dungeon teammate markers)

* Fix recipe book search field text being invisible

* Update README and issue templates

* Fix issues with entity glow depth sampling

Should also fix a crash with Iris

* Add batching exclusion system

Fixes a bug where rendering multiple cylinders at once would have the
two linked to eachother

* Fix spotless errors

* Fix Iris crash

* Update Dandelion/MoulConfig

* Update to Fabric Loader 0.17.0

Fixes the Mixin Unit Test crashing

* Attempt to fix game test

* Disable game test rendering stuff</pre>
</div>
</content>
</entry>
<entry>
<title>Strong and independent bars (#1432)</title>
<updated>2025-07-21T19:45:25+00:00</updated>
<author>
<name>viciscat</name>
<email>51047087+viciscat@users.noreply.github.com</email>
</author>
<published>2025-07-21T19:45:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=66ce8f7b2065f9c87e2c2d5da7f010559ef41ada'/>
<id>66ce8f7b2065f9c87e2c2d5da7f010559ef41ada</id>
<content type='text'>
* moving bars freely

* some commenting

* Update StatusBar.java

* less magic numbers</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* moving bars freely

* some commenting

* Update StatusBar.java

* less magic numbers</pre>
</div>
</content>
</entry>
<entry>
<title>Add Spotless and Checkstyle (#1189)</title>
<updated>2025-07-03T13:10:59+00:00</updated>
<author>
<name>Kevin</name>
<email>92656833+kevinthegreat1@users.noreply.github.com</email>
</author>
<published>2025-07-03T13:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=a257588b836687a7ff73ddecf06fc5b85910a616'/>
<id>a257588b836687a7ff73ddecf06fc5b85910a616</id>
<content type='text'>
* Add spotless

* Configure spotless

* Add checkstyle

* Allow some stuff

* Turn off tab enforcement

* Get rid of some more rules

* Remove indent rules

* Don't sort lang files

* Remove wrapping rules

* Apply spotless

* Apply spotless again

* Fix checkstyle violations

* Update checkstyle DTD

* Add Javadoc and Mixin checks</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add spotless

* Configure spotless

* Add checkstyle

* Allow some stuff

* Turn off tab enforcement

* Get rid of some more rules

* Remove indent rules

* Don't sort lang files

* Remove wrapping rules

* Apply spotless

* Apply spotless again

* Fix checkstyle violations

* Update checkstyle DTD

* Add Javadoc and Mixin checks</pre>
</div>
</content>
</entry>
<entry>
<title>Various bar changes (#1385)</title>
<updated>2025-06-23T03:36:00+00:00</updated>
<author>
<name>viciscat</name>
<email>51047087+viciscat@users.noreply.github.com</email>
</author>
<published>2025-06-23T03:36:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=532179ca43ae143ed9b17b707d1020026073cb9b'/>
<id>532179ca43ae143ed9b17b707d1020026073cb9b</id>
<content type='text'>
* fix wacky positioning behavior

* add more options and smarter oxygen bar

* show text on action bar if their respective bar isn't enabled

* fix tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix wacky positioning behavior

* add more options and smarter oxygen bar

* show text on action bar if their respective bar isn't enabled

* fix tests</pre>
</div>
</content>
</entry>
<entry>
<title>Adds an oxygen bar (#1367)</title>
<updated>2025-06-22T04:42:48+00:00</updated>
<author>
<name>Peyton Brown</name>
<email>81496880+PeytonBrown@users.noreply.github.com</email>
</author>
<published>2025-06-22T04:42:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=3e0f1ea98e1f6b9027afb9536b8c62fe79c5f3b7'/>
<id>3e0f1ea98e1f6b9027afb9536b8c62fe79c5f3b7</id>
<content type='text'>
* Initial Implementation

* Max value of air is 300

* Clamped values and only render when submerged</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Initial Implementation

* Max value of air is 300

* Clamped values and only render when submerged</pre>
</div>
</content>
</entry>
<entry>
<title>Bar changes (#1307)</title>
<updated>2025-06-07T19:26:05+00:00</updated>
<author>
<name>viciscat</name>
<email>51047087+viciscat@users.noreply.github.com</email>
</author>
<published>2025-06-07T19:26:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=415593dbd2018a426b5773f0dd7deb1f22273cb8'/>
<id>415593dbd2018a426b5773f0dd7deb1f22273cb8</id>
<content type='text'>
* multiple mana display modes

* turn StatusBarTracker static

* move intelligence display below button</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* multiple mana display modes

* turn StatusBarTracker static

* move intelligence display below button</pre>
</div>
</content>
</entry>
<entry>
<title>more status bar anchors (#1298)</title>
<updated>2025-06-05T17:34:50+00:00</updated>
<author>
<name>viciscat</name>
<email>51047087+viciscat@users.noreply.github.com</email>
</author>
<published>2025-06-05T17:34:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=022b19558a4edf96f7832d08d5691b2da1a4588e'/>
<id>022b19558a4edf96f7832d08d5691b2da1a4588e</id>
<content type='text'>
* more status bar anchors

* formatting</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* more status bar anchors

* formatting</pre>
</div>
</content>
</entry>
<entry>
<title>1.21.5 (#1256)</title>
<updated>2025-04-25T20:25:27+00:00</updated>
<author>
<name>Aaron</name>
<email>51387595+AzureAaron@users.noreply.github.com</email>
</author>
<published>2025-04-25T20:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=bf18fb9b0054177b3dee145d681c8ff1dd60418e'/>
<id>bf18fb9b0054177b3dee145d681c8ff1dd60418e</id>
<content type='text'>
* 1.21.5

* Test fixes and clean up

* Update test screenshot

* Record patterns

* Performance optimization

* Reset ordered waypoint index on world change (and stop serializing it)

* Waypoints clean up and fixes (#1257)

* Small waypoints clean up

* Fix waypoints test codec field order

* Safe config updates

Rather than updating the values directly and then calling save, the mod
will now handle this behaviour itself to ensure update
consistency/visibility with the upcoming thread split. Most usages of
the old method were converted but there are some left.

---------

Co-authored-by: Kevinthegreat &lt;92656833+kevinthegreat1@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 1.21.5

* Test fixes and clean up

* Update test screenshot

* Record patterns

* Performance optimization

* Reset ordered waypoint index on world change (and stop serializing it)

* Waypoints clean up and fixes (#1257)

* Small waypoints clean up

* Fix waypoints test codec field order

* Safe config updates

Rather than updating the values directly and then calling save, the mod
will now handle this behaviour itself to ensure update
consistency/visibility with the upcoming thread split. Most usages of
the old method were converted but there are some left.

---------

Co-authored-by: Kevinthegreat &lt;92656833+kevinthegreat1@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>fix right icon not rendering lol (#1171)</title>
<updated>2025-02-10T16:09:18+00:00</updated>
<author>
<name>viciscat</name>
<email>51047087+viciscat@users.noreply.github.com</email>
</author>
<published>2025-02-10T16:09:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=d9f44d203ab5cbeee548eefa4570ade9fcc90f7d'/>
<id>d9f44d203ab5cbeee548eefa4570ade9fcc90f7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add client game test (#1106)</title>
<updated>2025-01-25T17:58:08+00:00</updated>
<author>
<name>Kevin</name>
<email>92656833+kevinthegreat1@users.noreply.github.com</email>
</author>
<published>2025-01-25T17:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=922313c645385901614a2642834d0276db73de27'/>
<id>922313c645385901614a2642834d0276db73de27</id>
<content type='text'>
* Add SkyblockerGameTest

* Run in CI

* Use Xvfb

* Use one workflow file

* Always upload screenshots

* Update fabric api to 0.114.0

* Add screenshot comparison

* Make fancy status bars consistent</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add SkyblockerGameTest

* Run in CI

* Use Xvfb

* Use one workflow file

* Always upload screenshots

* Update fabric api to 0.114.0

* Add screenshot comparison

* Make fancy status bars consistent</pre>
</div>
</content>
</entry>
</feed>
