aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de
AgeCommit message (Collapse)Author
2024-09-05editVeritasDL
2024-09-03Use ASM compile-time class transformation for class init via an `@Init` ↵Rime
annotation (#924) * Add annotation processor for init methods and @Init annotation * Use ASM for @Init * Separate the annotation processor to its own plugin file inside buildSrc * Actually implement priority * Reverse annotation equality check and method check to warn about misuse of annotation * Add gradle.properties to buildSrc and move asm version into it * Reformat buildscripts Less conflicting for other PRs * Refactor to use a record over strings * Rebase onto master and add more documentation * Remove rebasing artifact * Apply suggestions from code review Simplifies the `itf` Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com> * Use Files class' methods for reading and writing to files * Apply suggestion * Then sort by name * Clean up InitProcessor * Separate classes into java files * Fix indent --------- Co-authored-by: Aaron <51387595+AzureAaron@users.noreply.github.com> Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com>
2024-09-02Block JGit from loading the system Git config (#980)Aaron
2024-09-02Fix Egg Finder bugs (#978)Aaron
2024-08-29Fix WebSocket bugs (#964)Aaron
2024-08-26Clean up collections cacheKevinthegreat
2024-08-26Clean up ProfileViewerScreenKevinthegreat
2024-08-25Fix PV Collections CrashAaron
2024-08-25Merge pull request #957 from AzureAaron/tooltip-performance-improvementsAaron
Tooltip Info Rework + Performance improvements
2024-08-25Fix tooltip data logging nameKevinthegreat
2024-08-25Refactor download dataKevinthegreat
2024-08-24SuggestionsAaron
2024-08-24Tooltip Info Rework + Performance improvementsAaron
2024-08-24[Pv & SlayerHighlight] Fixes and improvements@ (#952)BigloBot
2024-08-24Merge pull request #947 from AzureAaron/profile-id-fixKevin
Request Profile Id if we don't receive it
2024-08-24Slot Text and Item Protection support for the PV (#954)Aaron
2024-08-24Fix Ultrasequencer Bugs (#942)Aaron
Fixes #892
2024-08-21Make scheduling more robustAaron
2024-08-22Initialize speed barKevinthegreat
2024-08-21Update src/main/java/de/hysky/skyblocker/skyblock/fancybars/FancyStatusBars.javaWestsi
Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com>
2024-08-21Update src/main/java/de/hysky/skyblocker/config/configs/UIAndVisualsConfig.javaWestsi
Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com>
2024-08-21rebased and stuffviciscat
2024-08-21Refactor MythologicalRitual and add JavaDocsKevinthegreat
2024-08-21Refactor MythologicalRitualKevinthegreat
2024-08-21Update MythologicalRitual.javaviciscat
try putting the waypoint's base lower
2024-08-21quick and dirtyviciscat
2024-08-21quick and dirtyviciscat
2024-08-20Request Profile Id if we don't receive itAaron
2024-08-19Added speed status barWestsi
2024-08-18Proper Item DFU for PV (#913)Aaron
* Proper Item DFU for PV This is the result of wayy too much functional programming with DFU (or not enough!) * Fix Enchantment Glint Bug + 1.0.0 of Legacy Item DFU * Make position optional :3
2024-08-18Merge pull request #448 from kevinthegreat1/jeiAaron
Add JEI integration
2024-08-18Mark all secrets missing in subcommand (#927)Anton
* add Room#markAllSecrets * create subcommand "markAllAsMissing" * use subcommand of markAsMissing * add suggestion for markAsMissing index argument * use IntStream instead of for * fix range
2024-08-18Add skyblock crafting categoryKevinthegreat
2024-08-18Merge pull request #877 from AzureAaron/update-notificationAaron
Update Notifications
2024-08-17Change Rarity Background Default Settings (#935)Aaron
Most people I've seen have this feature enabled (in 1.8 and 1.21), and the square style is a little better fit to the vanilla style
2024-08-17Mixins Review (#936)Aaron
2024-08-17Call ExperimentSolver reset method (#937)Aaron
Fixes #931
2024-08-16Make Warp Autocomplete adapt to the player's rank (#930)Aaron
Ultra fancy now!
2024-08-16Make enums translatable and fix line break issue (#932)Aaron
* Make enums translatable and fix line break issue * an uuid -> a uuid More accurate to how you would pronounce it * Remove line1 from translation string key
2024-08-16Always load NEU repo (#920)Kevin
2024-08-15Merge pull request #923 from Emirlol/fix-paul-minister-perkAaron
Fix paul's minister perk not being accounted for
2024-08-15Fix pet neu id crash (#921)Kevin
2024-08-15Merge pull request #897 from viciscat/chat-rules-changesAaron
Chat rules thingamabobs
2024-08-15Fix minister being changed from an array to objectRime
Also adds some documentation and extra methods to Mayor and Minister classes
2024-08-13Change mayor & minister parsing and storingRime
2024-08-13Add minister to Utils and check if minister equals to Paul in DungeonScore ↵Rime
for paul's 10 score bonus Fixes #922
2024-08-13Basic JEI implKevinthegreat
2024-08-13Add JavaDocsKevinthegreat
2024-08-13Actually add highlights to both items when 2 of the same are found but not ↵Rime
collected
2024-08-13Revert getColors changesRime