Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add chocolate factory helper #683

Merged
merged 52 commits into from
May 24, 2024

Commits on May 23, 2024

  1. Add chocolate factory helper

    Highlights the best pick based on the price and CPS gain.
    Emirlol committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a8c689d View commit details
    Browse the repository at this point in the history
  2. Updated for 1.20.6 PR compatibility

    Add EggFinderDebugUtil for finding egg locations quickly, to be removed later. Not tested.
    Emirlol committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0ec2707 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16b449c View commit details
    Browse the repository at this point in the history
  4. Egg Finder initial commit

    Current issues:
    - Rendered waypoints do not turn off, can't figure out why
    - Entity equipment is sent before the chat message for new eggs, creating situations where the "found" message is repeated twice
    Emirlol committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9fea533 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05a18be View commit details
    Browse the repository at this point in the history
  6. Add support for unemployed rabbits

    - Refactored ItemUtils.getHeadTexture to use the property iterator instead of streams and return Optional<String> rather than empty string to make the results clear and easier to work with.
    - Refactored regex matching logic in ChocolateFactorySolver.getCPSIncreaseFactor to a separate function
    Emirlol committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e2f18c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45643ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07c352c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e0327e3 View commit details
    Browse the repository at this point in the history
  10. Code formatting

    Emirlol committed May 23, 2024
    Configuration menu
    Copy the full SHA
    589692a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1d6969a View commit details
    Browse the repository at this point in the history
  12. Add Time Tower Reminder

    Emirlol committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4a0284f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9e0f427 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bb2d694 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bf20bed View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ba5047d View commit details
    Browse the repository at this point in the history
  17. Time tower fix attempt

    Emirlol committed May 23, 2024
    Configuration menu
    Copy the full SHA
    eee4ee6 View commit details
    Browse the repository at this point in the history
  18. Add SkyblockTime

    Not sure if the AtomicReferences are helping with anything, just followed copilot.
    Emirlol committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e8d5f6f View commit details
    Browse the repository at this point in the history
  19. Add season check to EggFinder

    Emirlol committed May 23, 2024
    Configuration menu
    Copy the full SHA
    87c382b View commit details
    Browse the repository at this point in the history
  20. Refactor code, fix coach calculation and attempt to highlight the bes…

    …t affordable pick
    
    I tried to make the best pick still have yellow highlight while keeping the best affordable pick green but it's not working for some reason and I have no idea what's causing it'.
    Emirlol committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5ea7ccf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5b7c40e View commit details
    Browse the repository at this point in the history
  22. Update src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/Ch…

    …ocolateFactorySolver.java
    
    Co-authored-by: Julienraptor01 <[email protected]>
    Emirlol and Julienraptor01 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2a1321b View commit details
    Browse the repository at this point in the history
  23. Update src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/Ch…

    …ocolateFactorySolver.java
    
    Co-authored-by: Julienraptor01 <[email protected]>
    Emirlol and Julienraptor01 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fc3c1c0 View commit details
    Browse the repository at this point in the history
  24. Update src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/Ch…

    …ocolateFactorySolver.java
    
    Co-authored-by: Julienraptor01 <[email protected]>
    Emirlol and Julienraptor01 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c12dab2 View commit details
    Browse the repository at this point in the history
  25. Update src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/Ch…

    …ocolateFactorySolver.java
    
    Co-authored-by: Julienraptor01 <[email protected]>
    Emirlol and Julienraptor01 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    cb4964c View commit details
    Browse the repository at this point in the history
  26. Update src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/Ch…

    …ocolateFactorySolver.java
    
    Co-authored-by: Julienraptor01 <[email protected]>
    Emirlol and Julienraptor01 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4ba6a0f View commit details
    Browse the repository at this point in the history
  27. Update src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/Ch…

    …ocolateFactorySolver.java
    
    Co-authored-by: Julienraptor01 <[email protected]>
    Emirlol and Julienraptor01 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fff992a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    58f2e28 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5fd12a3 View commit details
    Browse the repository at this point in the history
  30. Add tooltips for the chocolate factory

    Also fix unemployed coach crashing the game
    Emirlol committed May 23, 2024
    Configuration menu
    Copy the full SHA
    30ecf3e View commit details
    Browse the repository at this point in the history
  31. Fix missing RegexUtils.

    Emirlol committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7106802 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    8f060cf View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4009602 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    4b477d0 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    fa37113 View commit details
    Browse the repository at this point in the history
  36. Do a bunch of things that I can't split into separate commits

    - Added prestige highlight, time tower and prestige tooltips
    - Refactored handleTooltip to be more modular.
    Emirlol committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8fed85f View commit details
    Browse the repository at this point in the history
  37. Remove unused import

    Emirlol committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5de1319 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    8ad266d View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    8866c7a View commit details
    Browse the repository at this point in the history
  40. Narrow the scope of the line smoother in ItemTooltip

    Not necessarily related to the chocolate factory, but it was also added by me so should be fine
    Emirlol committed May 23, 2024
    Configuration menu
    Copy the full SHA
    475be1a View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    6383328 View commit details
    Browse the repository at this point in the history
  42. Code cleanup

    Emirlol committed May 23, 2024
    Configuration menu
    Copy the full SHA
    25080e6 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    7a6fc4c View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    eb25667 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    0c4284c View commit details
    Browse the repository at this point in the history
  46. Revert backwards compatible changes in ItemUtils.getHeadTexture to av…

    …oid merge conflicts
    kevinthegreat1 authored and Emirlol committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b43cf96 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    c28c60b View commit details
    Browse the repository at this point in the history
  48. Renamed variable

    Emirlol committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9286543 View commit details
    Browse the repository at this point in the history
  49. Clean up small formatting

    kevinthegreat1 authored and Emirlol committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2bbeccd View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    7601959 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    3c578b3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Change poch to epoch

    kevinthegreat1 authored May 24, 2024
    Configuration menu
    Copy the full SHA
    1f6798d View commit details
    Browse the repository at this point in the history