<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/Skyblocker.git/src/main/java/de/hysky/skyblocker/config, 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>Add Tree Break Progress HUD (#1403)</title>
<updated>2025-07-31T04:34:12+00:00</updated>
<author>
<name>DaysSky</name>
<email>88261516+DaysSky@users.noreply.github.com</email>
</author>
<published>2025-07-31T04:34:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=acd2f90553f7aa3ffeaad6430e2860ac8a35f742'/>
<id>acd2f90553f7aa3ffeaad6430e2860ac8a35f742</id>
<content type='text'>
* Added Tree Break Progress HUD

* Fixed Translations for Tree Break HUD

* change implementation

* resolved merge conflict

* Delete .java-version

* use Int2ObjectMap instead of default HashMap

* review changes

---------

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

* Fixed Translations for Tree Break HUD

* change implementation

* resolved merge conflict

* Delete .java-version

* use Int2ObjectMap instead of default HashMap

* review changes

---------

Co-authored-by: Kevin &lt;92656833+kevinthegreat1@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Gyro wand radius overlay (#1317)</title>
<updated>2025-07-31T04:28:38+00:00</updated>
<author>
<name>Jordan Bentkowski</name>
<email>109393182+617excelle@users.noreply.github.com</email>
</author>
<published>2025-07-31T04:28:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=fc49d9997e1702d977cb6f227c5771a0ca13c682'/>
<id>fc49d9997e1702d977cb6f227c5771a0ca13c682</id>
<content type='text'>
* Gyro wand radius overlay

4 Mode's and custom color selection!

* review changes + local text file abc order

* review changes + local text file abc order

Fixes #1244

* change location of class in config file

* empty line

* pr cr's

* naming fix

* build errors fix

* Language translation strings

* fixed all bugs

* javadoc merge removal fix

* Spacing, Capitals wrong, indenting

* Naming, Checkstyle fixes, javadoc fixes, naming fixes

* Fix formatting

---------

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>
* Gyro wand radius overlay

4 Mode's and custom color selection!

* review changes + local text file abc order

* review changes + local text file abc order

Fixes #1244

* change location of class in config file

* empty line

* pr cr's

* naming fix

* build errors fix

* Language translation strings

* fixed all bugs

* javadoc merge removal fix

* Spacing, Capitals wrong, indenting

* Naming, Checkstyle fixes, javadoc fixes, naming fixes

* Fix formatting

---------

Co-authored-by: Kevinthegreat &lt;92656833+kevinthegreat1@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>add option to split sack and inventory notifications of pickup widget (#1387)</title>
<updated>2025-07-26T19:13:07+00:00</updated>
<author>
<name>Sage</name>
<email>salbeira@gmail.com</email>
</author>
<published>2025-07-26T19:13:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=308ca74fb4480d75146ede4bfb355e856084bf11'/>
<id>308ca74fb4480d75146ede4bfb355e856084bf11</id>
<content type='text'>
* add option to split sack and inventory notifications of pickup widget

* Formatting

* Make Line without Text the same as Line with Text

* allow component to get information about parent widget to render separator line without hacks

* some cleanup

* update to pass the spotless check

* adhere to new config codestyle

---------

Co-authored-by: Sebastian Hauer &lt;sebastian.hauer@tu-dortmund.de&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add option to split sack and inventory notifications of pickup widget

* Formatting

* Make Line without Text the same as Line with Text

* allow component to get information about parent widget to render separator line without hacks

* some cleanup

* update to pass the spotless check

* adhere to new config codestyle

---------

Co-authored-by: Sebastian Hauer &lt;sebastian.hauer@tu-dortmund.de&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Title HUD default to center (#1538)</title>
<updated>2025-07-26T19:07:27+00:00</updated>
<author>
<name>Kevin</name>
<email>92656833+kevinthegreat1@users.noreply.github.com</email>
</author>
<published>2025-07-26T19:07:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=1bf4c6535be4f38895ee10a0b62e9d7c7eaf9138'/>
<id>1bf4c6535be4f38895ee10a0b62e9d7c7eaf9138</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fancy Dungeon Map (#1239)</title>
<updated>2025-07-26T19:04:45+00:00</updated>
<author>
<name>Kevin</name>
<email>92656833+kevinthegreat1@users.noreply.github.com</email>
</author>
<published>2025-07-26T19:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=75706bd04c8cb1f1cc6126f4348351d9fe34bfc2'/>
<id>75706bd04c8cb1f1cc6126f4348351d9fe34bfc2</id>
<content type='text'>
* Add spirit leap map

* Add fancy dungeon map

* Fetch profiles on dungeon load and add dungeon loaded event

* Add player arrow

* Add player marker tracking

* Add hover and click to teleport

* Apply suggestions
* Add show self head option
* Only show map in leap overlay while clearing
* Add inventory key to close leap overlay

* Add leap overlay scaling and migrate config

* Add layout widget

* Add cache invalidation
* keep only the past 100 player matches (5 seconds)

* Add player head render helper and clean up RenderHelper

* Rename config field

* Remove draw head by name

* Prevent default decorations

* Fix merge conflicts

* Delete old FishingHelper.java

* Use player list for player detection

* Use map decoration list for rendering and account for special player list order

* Fix show self head

* Improve dungeon player matching error handling

* HudHelper not helping</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add spirit leap map

* Add fancy dungeon map

* Fetch profiles on dungeon load and add dungeon loaded event

* Add player arrow

* Add player marker tracking

* Add hover and click to teleport

* Apply suggestions
* Add show self head option
* Only show map in leap overlay while clearing
* Add inventory key to close leap overlay

* Add leap overlay scaling and migrate config

* Add layout widget

* Add cache invalidation
* keep only the past 100 player matches (5 seconds)

* Add player head render helper and clean up RenderHelper

* Rename config field

* Remove draw head by name

* Prevent default decorations

* Fix merge conflicts

* Delete old FishingHelper.java

* Use player list for player detection

* Use map decoration list for rendering and account for special player list order

* Fix show self head

* Improve dungeon player matching error handling

* HudHelper not helping</pre>
</div>
</content>
</entry>
<entry>
<title>Customize player heads (#1423)</title>
<updated>2025-07-24T19:58:56+00:00</updated>
<author>
<name>Peyton Brown</name>
<email>81496880+PeytonBrown@users.noreply.github.com</email>
</author>
<published>2025-07-24T19:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=4126dccbb67f4afd2eae791e61fde6526a9ca7c5'/>
<id>4126dccbb67f4afd2eae791e61fde6526a9ca7c5</id>
<content type='text'>
* Initial Implementation

* improve ux

* Fix ui bugs

* Only actually render what is on screen

* Add all player heads from neuRepo/items

* Load player heads from existing neu repo

* Address PR comments

* Use ItemRepository

* Fix merge conflict

* Refactor ItemRepository for sync/async post-import tasks with thread-safe list</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Initial Implementation

* improve ux

* Fix ui bugs

* Only actually render what is on screen

* Add all player heads from neuRepo/items

* Load player heads from existing neu repo

* Address PR comments

* Use ItemRepository

* Fix merge conflict

* Refactor ItemRepository for sync/async post-import tasks with thread-safe list</pre>
</div>
</content>
</entry>
<entry>
<title>[WIP] Standardized text style (#1380)</title>
<updated>2025-07-21T19:51:04+00:00</updated>
<author>
<name>Internet Yamero</name>
<email>119892303+AC19970@users.noreply.github.com</email>
</author>
<published>2025-07-21T19:51:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=acd22c9fcff73f457ccce04b079cf89aca4a5c64'/>
<id>acd22c9fcff73f457ccce04b079cf89aca4a5c64</id>
<content type='text'>
* Standardized text style

- Unified spelling and punctuation
- Rewrote ambiguous sentences

* Update en_us.json

* Update DungeonsConfig.java

* Update en_us.json

* Update DungeonsConfig.java</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Standardized text style

- Unified spelling and punctuation
- Rewrote ambiguous sentences

* Update en_us.json

* Update DungeonsConfig.java

* Update en_us.json

* Update DungeonsConfig.java</pre>
</div>
</content>
</entry>
<entry>
<title>Add Door Key Highlight feature</title>
<updated>2025-07-21T02:39:47+00:00</updated>
<author>
<name>Aaron</name>
<email>51387595+AzureAaron@users.noreply.github.com</email>
</author>
<published>2025-07-21T02:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=6564a11543a8968ca9f2ba782ada6757a63593d0'/>
<id>6564a11543a8968ca9f2ba782ada6757a63593d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak some defaults</title>
<updated>2025-07-19T21:45:46+00:00</updated>
<author>
<name>Aaron</name>
<email>51387595+AzureAaron@users.noreply.github.com</email>
</author>
<published>2025-07-19T21:45:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=210d10702a590035158cb5fb3baa2545ac862ea6'/>
<id>210d10702a590035158cb5fb3baa2545ac862ea6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
