| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-05 | edit | VeritasDL | |
| 2024-09-03 | Use 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-02 | Block JGit from loading the system Git config (#980) | Aaron | |
| 2024-09-02 | Fix Egg Finder bugs (#978) | Aaron | |
| 2024-08-29 | Fix WebSocket bugs (#964) | Aaron | |
| 2024-08-26 | Clean up collections cache | Kevinthegreat | |
| 2024-08-26 | Clean up ProfileViewerScreen | Kevinthegreat | |
| 2024-08-25 | Fix PV Collections Crash | Aaron | |
| 2024-08-25 | Merge pull request #957 from AzureAaron/tooltip-performance-improvements | Aaron | |
| Tooltip Info Rework + Performance improvements | |||
| 2024-08-25 | Fix tooltip data logging name | Kevinthegreat | |
| 2024-08-25 | Refactor download data | Kevinthegreat | |
| 2024-08-24 | Suggestions | Aaron | |
| 2024-08-24 | Tooltip Info Rework + Performance improvements | Aaron | |
| 2024-08-24 | [Pv & SlayerHighlight] Fixes and improvements@ (#952) | BigloBot | |
| 2024-08-24 | Merge pull request #947 from AzureAaron/profile-id-fix | Kevin | |
| Request Profile Id if we don't receive it | |||
| 2024-08-24 | Slot Text and Item Protection support for the PV (#954) | Aaron | |
| 2024-08-24 | Fix Ultrasequencer Bugs (#942) | Aaron | |
| Fixes #892 | |||
| 2024-08-21 | Make scheduling more robust | Aaron | |
| 2024-08-22 | Initialize speed bar | Kevinthegreat | |
| 2024-08-21 | Update src/main/java/de/hysky/skyblocker/skyblock/fancybars/FancyStatusBars.java | Westsi | |
| Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com> | |||
| 2024-08-21 | Update src/main/java/de/hysky/skyblocker/config/configs/UIAndVisualsConfig.java | Westsi | |
| Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com> | |||
| 2024-08-21 | rebased and stuff | viciscat | |
| 2024-08-21 | Refactor MythologicalRitual and add JavaDocs | Kevinthegreat | |
| 2024-08-21 | Refactor MythologicalRitual | Kevinthegreat | |
| 2024-08-21 | Update MythologicalRitual.java | viciscat | |
| try putting the waypoint's base lower | |||
| 2024-08-21 | quick and dirty | viciscat | |
| 2024-08-21 | quick and dirty | viciscat | |
| 2024-08-20 | Request Profile Id if we don't receive it | Aaron | |
| 2024-08-19 | Added speed status bar | Westsi | |
| 2024-08-18 | Proper 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-18 | Merge pull request #448 from kevinthegreat1/jei | Aaron | |
| Add JEI integration | |||
| 2024-08-18 | Mark 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-18 | Add skyblock crafting category | Kevinthegreat | |
| 2024-08-18 | Merge pull request #877 from AzureAaron/update-notification | Aaron | |
| Update Notifications | |||
| 2024-08-17 | Change 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-17 | Mixins Review (#936) | Aaron | |
| 2024-08-17 | Call ExperimentSolver reset method (#937) | Aaron | |
| Fixes #931 | |||
| 2024-08-16 | Make Warp Autocomplete adapt to the player's rank (#930) | Aaron | |
| Ultra fancy now! | |||
| 2024-08-16 | Make 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-16 | Always load NEU repo (#920) | Kevin | |
| 2024-08-15 | Merge pull request #923 from Emirlol/fix-paul-minister-perk | Aaron | |
| Fix paul's minister perk not being accounted for | |||
| 2024-08-15 | Fix pet neu id crash (#921) | Kevin | |
| 2024-08-15 | Merge pull request #897 from viciscat/chat-rules-changes | Aaron | |
| Chat rules thingamabobs | |||
| 2024-08-15 | Fix minister being changed from an array to object | Rime | |
| Also adds some documentation and extra methods to Mayor and Minister classes | |||
| 2024-08-13 | Change mayor & minister parsing and storing | Rime | |
| 2024-08-13 | Add minister to Utils and check if minister equals to Paul in DungeonScore ↵ | Rime | |
| for paul's 10 score bonus Fixes #922 | |||
| 2024-08-13 | Basic JEI impl | Kevinthegreat | |
| 2024-08-13 | Add JavaDocs | Kevinthegreat | |
| 2024-08-13 | Actually add highlights to both items when 2 of the same are found but not ↵ | Rime | |
| collected | |||
| 2024-08-13 | Revert getColors changes | Rime | |
