Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-19 | Rework just about everything to gracefully handle unexpected inputs | msg-programs | |
2023-05-13 | Rework component paddings, see below | msg-programs | |
Components now consistently don't include any padding to the left and downwards. This "external" padding is used by widgets and the TableComponent to position their (sub-)components, so they should apply it themselves. This finally fixes the player list widget's drifting seperators and not-wide-enough cols. | |||
2023-05-13 | Change confusing label for profile type in profile widget | msg-programs | |
2023-05-13 | Only allow 80 entries in player list widget | msg-programs | |
2023-05-12 | Prevent errors when player list is incomplete shortly after join or area change | msg-programs | |
2023-05-09 | Add comments to and change comments of widget classes where needed | msg-programs | |
2023-05-09 | Let forge widget handle 4 commissions | msg-programs | |
2023-05-09 | Correct crit dmg/chance text in skills widget | msg-programs | |
2023-05-09 | Handle god potion in EffectWidget | msg-programs | |
2023-05-09 | Add more missing player messages to dungeon player widget | msg-programs | |
2023-05-09 | Show correct text in cookie widget | msg-programs | |
2023-05-09 | Fix CommsWidget to handle 4 commissions correctly | msg-programs | |
2023-05-09 | Change layout of CI screen | msg-programs | |
2023-05-07 | Put fancy tab HUD config into its own section | msg-programs | |
2023-05-07 | Fix another regex... | msg-programs | |
2023-05-06 | Fix various faulty regexes | msg-programs | |
2023-05-06 | Disable depth test again after rendering | msg-programs | |
2023-05-06 | Minor foramtting and code style changes | msg-programs | |
2023-05-06 | Add option to scale HUD relatively to the vanilla GUI scale | msg-programs | |
2023-05-06 | Enable depth test to fix Z-layering issues | msg-programs | |
The HUD is now drawn above the hotbar and chat. Blocks in the HUD aren't drawn behind the BG anymore. | |||
2023-05-06 | Move logic to find the player's location to it's own class | msg-programs | |
2023-05-06 | Minor refactoring | msg-programs | |
2023-05-06 | Add more info to comment about Commission record | msg-programs | |
2023-05-06 | Make code style in screen classes more consistent | msg-programs | |
2023-05-06 | Hopefully fix CI reputation progress regex. | msg-programs | |
2023-05-06 | Skills widget should now handle maxxed skills correctly | msg-programs | |
2023-05-06 | Fire sale widget now correctly shows time until event start. | msg-programs | |
2023-05-06 | Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵ | msg-programs | |
skyhytab # Conflicts: # README.md # gradle.properties # src/main/java/me/xmrvizzy/skyblocker/config/SkyblockerConfig.java # src/main/resources/assets/skyblocker/lang/de_de.json # src/main/resources/skyblocker.mixins.json Pull updates from upstream | |||
2023-05-02 | Merge pull request #138 from AzureAaron/240-fairy-souls | Yasin | |
There is now 240 fairy souls! | |||
2023-05-02 | Translated using Weblate (Korean) [skip ci] | lanthanide | |
Currently translated at 98.3% (184 of 187 strings) Translation: Skyblocker/Skyblocker Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/ko/ | |||
2023-05-02 | Translated using Weblate (Chinese (Simplified)) [skip ci] | PumpkinXD | |
Currently translated at 55.0% (103 of 187 strings) Translation: Skyblocker/Skyblocker Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/zh_Hans/ | |||
2023-05-02 | Added translation using Weblate (Korean) | lanthanide | |
2023-05-02 | Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵ | msg-programs | |
tooltopfix # Conflicts: # src/main/resources/assets/skyblocker/lang/de_de.json Conflicts resolved. d5b0357... had changed the indent from 2 to 4 spaces. | |||
2023-05-01 | Merge pull request #127 from AzureAaron/dungeon-map-scale-adjustment | Yasin | |
Dungeon map scale adjustment customization | |||
2023-05-01 | Merge pull request #134 from Julienraptor01/Barn-Solvers | Yasin | |
Hungry Hiker and Treasure Hunter solver | |||
2023-05-01 | Translated using Weblate (German) | LifeIsAParadox | |
Currently translated at 30.3% (31 of 102 strings) Translation: Skyblocker/Skyblocker Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/de/ | |||
2023-05-01 | Translated using Weblate (German) by LifeIsAParadox <a.piri@hotmail.de> | LifeIsAParadox | |
Currently translated at 28.4% (29 of 102 strings) Translation: Skyblocker/Skyblocker Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/de/ | |||
2023-05-01 | Translated using Weblate (German) | Yasin Piri | |
Currently translated at 27.4% (28 of 102 strings) Translation: Skyblocker/Skyblocker Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/de/ | |||
2023-05-01 | add new contributor to readme and mod desc. | Yasin | |
2023-05-01 | add new en_us translations | Yasin | |
2023-04-29 | Add untested crimson isle support | msg-programs | |
2023-04-26 | Added file to correct directory | Yasin | |
ja_JP.json -> src/main/resources/assets/skyblocker/lang/ja_JP.json | |||
2023-04-23 | There is now 240 fairy souls! | Aaron | |
2023-04-23 | Dungeon puzzle widget now works as intended. | msg-programs | |
2023-04-21 | Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵ | msg-programs | |
skyhytab pull new commits from upstream | |||
2023-04-19 | fix missing dots at end of sentences | Julienraptor01 | |
2023-04-17 | fix Official wiki being wrong again | Julienraptor01 | |
no FR i'm gonna get angry at some point, there are so many errors in it... | |||
2023-04-16 | Add missing check for if the player is on skyblock | msg-programs | |
2023-04-16 | Update english and add german translation | msg-programs | |
2023-04-16 | Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵ | msg-programs | |
tooltopfix merge newest changes from upstream |