aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
2023-06-19Possibly shorter solution + tests addedJakub Kolodziej
2023-06-18Small code changesAaron
2023-06-18Improve Crimson Isle Tab HUDAaron
Fixed the reputation widget showing "Max -> Reputation" when you're at max reputation The faction quests text now retains its formatting to be more informative about whether you've not started, started or completed a quest
2023-06-17Replace double cast with shadowAaron
2023-06-17Write drill fuel bar to gui overlay bufferAaron
2023-06-17Fix drill fuel Z layeringAaron
2023-06-17Fix recipe book crashAaron
2023-06-17Fix null check being uselessAaron
2023-06-171.20 PortAaron
The game launches successfully without any crashes!
2023-06-17Add sound notification to fishing helperAaron
2023-06-12Alternative SolutionJakub Kolodziej
2023-06-12Alternative SolutionJakub Kolodziej
2023-06-11Change acceptReparty option placementJakub Kolodziej
2023-06-11Code clean upJakub Kolodziej
2023-06-11Made regex easier to readJakub Kolodziej
2023-06-11Add Rejoin RepartyJakub Kolodziej
2023-06-11Fix triggering when being leaderJakub Kolodziej
2023-06-10Add Auto Rejoin RepartyJakub Kolodziej
2023-06-09Fix indentationAaron
2023-06-09Support the scaling option for the placement screen!Aaron
2023-06-09Add Dungeon Map Placement Screen!Aaron
You can now move the dungeon map to wherever you want on your screen! No longer is it locked to the top left.
2023-06-09Merge pull request #137 from msg-programs/skyhytabAaron
Replace tab/playerlist HUD with a more fancy version
2023-06-08Make PlainTextComponent use paddingmsg-programs
2023-06-08Improve text for currently forging items.msg-programs
Also improve joke
2023-06-08Fix EffectWidget showing incorrect text when god pot is active.msg-programs
2023-06-08Modify layout of MineServerScreen to be more balancedmsg-programs
2023-06-08Don't draw dwarven HUD when the tab HUD is open.msg-programs
Also remove a redundant check
2023-06-04remove backup LBIN server because it desn't exist anymoreJulienraptor01
2023-06-04Fix edge case where home island owner isn't on but no offline text is givenmsg-programs
2023-06-04Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
skyhytab # Conflicts: # src/main/java/me/xmrvizzy/skyblocker/SkyblockerInitializer.java # src/main/java/me/xmrvizzy/skyblocker/SkyblockerMod.java # src/main/java/me/xmrvizzy/skyblocker/config/SkyblockerConfig.java # src/main/resources/skyblocker.mixins.json Pull newest changes from upstream master
2023-06-04Fix UpgradeWidget not showing current upgradesmsg-programs
2023-06-04Fix IslandOwnersWidget crashing when owner is onlinemsg-programs
2023-06-04Add "INSTANCED" location for e.g. Kuudra'smsg-programs
2023-06-04Add widget to display dungeon buffsmsg-programs
2023-06-04Update TODOs for tests in Screenmsg-programs
2023-06-01Merge pull request #165 from Fix3dll/masterAaron
fix repository update
2023-05-31fix repository updateFix3d
2023-05-30Refactored schedulers and added docsKevinthegreat
2023-05-30Fix MessageScheduler not scheduling relative to current tickKevinthegreat
2023-05-30Fix MessageScheduler removing and not sending message tasks during cooldownKevinthegreat
2023-05-28Fix Reparty commands and update configKevinthegreat
2023-05-28Fix PlayerLocator not being able to find people in the dungeonmsg-programs
2023-05-28Fix logic error in DungeonDownedWidget that may cause null pointer execptions.msg-programs
2023-05-28Handle dead players correctly in DungeonPlayerWidgetmsg-programs
2023-05-28Use shorthand method in DungeonDeathWidgetmsg-programs
2023-05-28Add null failsafe to cookie widgetmsg-programs
2023-05-28Adjust formattingmsg-programs
2023-05-28Use logger on PlayerListHudMixin exception instead of printStackTracemsg-programs
2023-05-28Add javadoc comments to key classes.msg-programs
2023-05-28Adjust default keybinds, add logger.msg-programs