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

Update #16

Merged
merged 24 commits into from
Feb 25, 2024
Merged

Update #16

merged 24 commits into from
Feb 25, 2024

Commits on Feb 7, 2024

  1. Move PlayerProfile saving off the main thread (Slimefun#4119)

    * Move PlayerProfile off main thread, add debugs and improve tab completion for debug
    
    Moved the PlayerProfile saving off the main thread, we generally load this off-thread but now we also save off-thread. I thought we were already doing this but apparently not, especially with our current YAML stuff this should definitely be done
    
    Also done a small change to ensure that we don't remove the PlayerProfile from memory if the player is still online. I don't think we ever had a reported issue from this but it's kinda weird behaviour
    
    Finally, added some debug logs to the saving logic, this can be enabled with `sf debug slimefun_player_profile_data`. Also added auto-complete to /sf debug because it's nice, this only works for Slimefun test cases rather than addons but that's fine. Mostly internal anyway
    
    * Update src/main/java/io/github/thebusybiscuit/slimefun4/api/player/PlayerProfile.java
    
    ---------
    
    Co-authored-by: Alessio Colombo <[email protected]>
    WalshyDev and Sfiguz7 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    da9c2ac View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Multi tools won't reset their modes after server restart

    Co-authored-by: womzil <[email protected]>
    Co-authored-by: Fury_Phoenix <[email protected]>
    Co-authored-by: Daniel Walsh <[email protected]>
    3 people committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f38601b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    86fa6f8 View commit details
    Browse the repository at this point in the history
  2. Fixes Slimefun#4123 - Coal Generator will no longer be locked after r…

    …esearching (Slimefun#4124)
    
    Due to a logic bug in the Legacy storage backend if there was a duplicate ID it would mark it as researched for the first, then see it researched already and remove it on the second. This was happening for the Coal Generator and Bio Reactor here. Both shared he same research ID 173.
    
    We're just doing this fix for now until we can move away from the legacy backend (work in progress).
    WalshyDev committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    98bc59e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    77616ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5be4718 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    8666bbc View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Add new analytics service (Slimefun#4067)

    Co-authored-by: Alessio Colombo <[email protected]>
    WalshyDev and Sfiguz7 committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    bf40206 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3301a77 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    a94ab18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    629a6f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29bafa5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4dcd73b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c794301 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6502d30 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    542ec4e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    206a9d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d30c51 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    53b365d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    f7ba08d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98786cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20486fb View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    5259ec8 View commit details
    Browse the repository at this point in the history
  2. 更新 readme

    xMikux committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    3f93bb0 View commit details
    Browse the repository at this point in the history