aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/config
AgeCommit message (Collapse)Author
2024-05-14Merge pull request #696 from Emirlol/compact-damageAaron
Add compact damage
2024-05-14Merge pull request #702 from AzureAaron/hide-soulweaver-skullsAaron
Hide Soulweaver Skulls
2024-05-14Hide Soulweaver SkullsAaron
2024-05-14Block Incorrect Terminal ClicksAaron
2024-05-14Merge pull request #686 from olim88/sign-calculatorAaron
Sign calculator
2024-05-13Merge pull request #690 from olim88/mining-featuresKevin
add waypoints for commissions in dwarven mines and glacite.
2024-05-11Fix invalid equation text and refactorKevinthegreat
2024-05-11Refactor ConfigDataFixerKevinthegreat
2024-05-11Remove unused fieldsKevinthegreat
2024-05-11Switch to DFUKevinthegreat
2024-05-11Add ConfigDataFixerTestKevinthegreat
2024-05-10More null safety for newer fieldsAaron
2024-05-10Add exception messageAaron
2024-05-10Fix bounding being misspelledAaron
2024-05-10Refactored config to work with the new config categorizationRime
Changed formatting method From DecimalFormat to String#formatted to make it easier to configure. Also, the precision setting now applies instantly.
2024-05-10Config Data FixerAaron
Skyblocker's Version of DFU
2024-05-09fix text nameolim
2024-05-09fix to work with new configolim
2024-05-09fix conflicts with new configolim
2024-05-09Pluralize helperYasin
2024-05-09hideStatusEffectOverlay -> ui tabYasin
2024-05-09itemName -> idYasin
2024-05-09chats -> chatYasin
2024-05-08pluralize slayer, helper and pulzzlesolverYasin
2024-05-08userInterfaceAndVisuals -> uiAndVisualsYasin
2024-05-08x and y -> commissionsX and commissionsYYasin
2024-05-08hideEmptyTooltips -> ui tabYasin
2024-05-08reparty -> general tabYasin
2024-05-08MessagesFilterConfig -> ChatConfigYasin
2024-05-08language file thingYasin
option->config categorie->config and corrected prefix
2024-05-08reorder configsYasin
2024-05-08temporary file name changeYasin
changed the config file to skyblocker-2 till datafixer is finished
2024-05-08debloat SkyblockerConfig.java + translate changeYasin
removed text.autoconfig. prefix new way is skyblocker.option.
2024-04-27Enable QuickNav NBT editing & add warning about itAaron
2024-04-26Pluralize the mixin and accessor packagesAaron
2024-04-26Replace usages of MathHelper#clamp with Java 21's Math#clampAaron
2024-04-26Refactor usages of Optional's orElseThrow to getOrThrowAaron
Mojang's method is more concise and provides far superior error messages incase the value isn't present (like why it happened) whereas with Optionals its just the standard value not present message.
2024-04-26Disable QuickNav NBT editingAaron
2024-04-26Use Virtual Threads for updating the image repoAaron
This blocks threads for quite some time so its best if we use virtual threads to allow other processes to do work.
2024-04-23more configsvicisacat
2024-04-20remove unused things from old bars configvicisacat
2024-04-20fetch positions from old configvicisacat
2024-04-20remove any mention of old status barsvicisacat
also moved FancyStatusBars.java
2024-04-20things happened yeavicisacat
rewrote the entire thing to use semi data-driven BarAnchors help button in the config screen
2024-04-20ssergorpvicisacat
2024-04-20Starred Mob Boxes (#647)Aaron
2024-04-19Merge pull request #653 from olim88/metal-detector-helperKevin
Metal detector helper
2024-04-19Merge pull request #640 from Fluboxer/dungeon-crypts-messageKevin
Dungeon Crypts Message
2024-04-18Refactor Metal DetectorAaron
2024-04-17Merge remote-tracking branch 'upstream/master' into metal-detector-helperolim