aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/config
AgeCommit message (Collapse)Author
2024-05-23Add Time Tower ReminderRime
2024-05-23Add configs and minor code refactorRime
2024-05-20Merge pull request #643 from VeritasDL/BranchMaKevin
Quick Nav Refactor and Clean Up, 2 Extra Tabs, Config Version 3, Config Data Fixer Refactor, Debug Dump Hovered Item Tool
2024-05-18Upgrade all buttonsKevinthegreat
2024-05-15Internal Staging (#715)Aaron
2024-05-15Fix defaults and langKevinthegreat
2024-05-15Add Quick Nav data fixer and refactor tabsKevinthegreat
2024-05-15Refactor configKevinthegreat
2024-05-15Clean up rendering code and remove extra buttons optionKevinthegreat
2024-05-14Machinika: MuseumVeritasDL
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