-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
[pull] master from Slimefun:master #869
base: master
Are you sure you want to change the base?
Commits on Feb 7, 2024
-
Move PlayerProfile saving off the main thread (#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]>
Configuration menu - View commit details
-
Copy full SHA for da9c2ac - Browse repository at this point
Copy the full SHA da9c2acView commit details
Commits on Feb 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 86fa6f8 - Browse repository at this point
Copy the full SHA 86fa6f8View commit details -
Fixes #4123 - Coal Generator will no longer be locked after researchi…
…ng (#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).
Configuration menu - View commit details
-
Copy full SHA for 98bc59e - Browse repository at this point
Copy the full SHA 98bc59eView commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5be4718 - Browse repository at this point
Copy the full SHA 5be4718View commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8666bbc - Browse repository at this point
Copy the full SHA 8666bbcView commit details
Commits on Feb 17, 2024
-
Add new analytics service (#4067)
Co-authored-by: Alessio Colombo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf40206 - Browse repository at this point
Copy the full SHA bf40206View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3301a77 - Browse repository at this point
Copy the full SHA 3301a77View commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a94ab18 - Browse repository at this point
Copy the full SHA a94ab18View commit details -
[CI skip] Update dependency org.apache.maven.plugins:maven-compiler-p…
…lugin to v3.12.1
Configuration menu - View commit details
-
Copy full SHA for 629a6f6 - Browse repository at this point
Copy the full SHA 629a6f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29bafa5 - Browse repository at this point
Copy the full SHA 29bafa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dcd73b - Browse repository at this point
Copy the full SHA 4dcd73bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c794301 - Browse repository at this point
Copy the full SHA c794301View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6502d30 - Browse repository at this point
Copy the full SHA 6502d30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 542ec4e - Browse repository at this point
Copy the full SHA 542ec4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 206a9d6 - Browse repository at this point
Copy the full SHA 206a9d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d30c51 - Browse repository at this point
Copy the full SHA 3d30c51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53b365d - Browse repository at this point
Copy the full SHA 53b365dView commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f7ba08d - Browse repository at this point
Copy the full SHA f7ba08dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98786cb - Browse repository at this point
Copy the full SHA 98786cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20486fb - Browse repository at this point
Copy the full SHA 20486fbView commit details
Commits on Feb 25, 2024
-
update changelog && revert dependency update (#4142)
* update changelog && revert dependency update * Update CHANGELOG.md --------- Co-authored-by: Daniel Walsh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d528884 - Browse repository at this point
Copy the full SHA d528884View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8a4ae9 - Browse repository at this point
Copy the full SHA a8a4ae9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f83dbb5 - Browse repository at this point
Copy the full SHA f83dbb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc3c5e3 - Browse repository at this point
Copy the full SHA bc3c5e3View commit details -
Fix publish build using short hash
Apparently GitHub Actions does not like this? Thought I had used this previously but alright
Configuration menu - View commit details
-
Copy full SHA for 070d72f - Browse repository at this point
Copy the full SHA 070d72fView commit details -
Remove Unirest and replace with Java's native HttpClient (#4068)
Co-authored-by: J3fftw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b841828 - Browse repository at this point
Copy the full SHA b841828View commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d51c82e - Browse repository at this point
Copy the full SHA d51c82eView commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e38e9ec - Browse repository at this point
Copy the full SHA e38e9ecView commit details
Commits on Mar 28, 2024
-
Updated dough to latest (#4165)
Co-authored-by: Daniel Walsh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4581e4 - Browse repository at this point
Copy the full SHA f4581e4View commit details
Commits on Apr 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 03e5b9a - Browse repository at this point
Copy the full SHA 03e5b9aView commit details
Commits on Apr 7, 2024
-
[ci skip] Actually check if the negative tests do their job (#4054)
* Actually check if the negative tests do their job * Changed comments * walshys suggestion --------- Co-authored-by: JustAHuman-xD <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45601c8 - Browse repository at this point
Copy the full SHA 45601c8View commit details
Commits on Jun 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a00e4ba - Browse repository at this point
Copy the full SHA a00e4baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fb89ad - Browse repository at this point
Copy the full SHA 2fb89adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bcce20 - Browse repository at this point
Copy the full SHA 4bcce20View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b8d872 - Browse repository at this point
Copy the full SHA 5b8d872View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f2a581 - Browse repository at this point
Copy the full SHA 6f2a581View commit details -
[ci skip] ❇️ feat(SlimefunItem): Add constructor that takes `ItemGrou…
…p` and `SlimefunItemStack` (#4179)
Configuration menu - View commit details
-
Copy full SHA for d25f224 - Browse repository at this point
Copy the full SHA d25f224View commit details -
Resolves #4183 * Fix ChargingBench - ChargingBench can now only recharge ItemStacks with 1 item. --------- Co-authored-by: J3fftw <[email protected]> Co-authored-by: JustAHuman-xD <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2fd0f8a - Browse repository at this point
Copy the full SHA 2fd0f8aView commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7d4ed2b - Browse repository at this point
Copy the full SHA 7d4ed2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a64617 - Browse repository at this point
Copy the full SHA 9a64617View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d2ccc2 - Browse repository at this point
Copy the full SHA 7d2ccc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1363ce - Browse repository at this point
Copy the full SHA f1363ceView commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 17d01d7 - Browse repository at this point
Copy the full SHA 17d01d7View commit details
Commits on Sep 13, 2024
-
**This build should be considered experimental for now** * Update to 1.20.5 * Keep old isMinecraftVersion func * Update src/main/java/io/github/thebusybiscuit/slimefun4/utils/compatibility/VersionedEnchantment.java Co-authored-by: J3fftw <[email protected]> * Update mockbukkit * Update Junit and maven plugin versions, update mockbukkit to latest for 1.20.6 * Refactor AbstractLocateRegexCheck to detect and return null if the locale file only contains the null delimiter * Refactor to use a permission check in the TestGuideCommand * Fix TestBiomeMapCompatibility failing due to JsonUtils neeeding Slimefun to be loaded, add biome json for 1.20.5+ * Refactor versioned classes to use the Registry api * Mark the paper-api dependency in the provided scope * Check if getBasePotionType can be used before using it * Revert "Refactor versioned classes to use the Registry api" This reverts commit b529c34. * Refactor VersionedEntityType and VersionedEnchantment to use the registry api * Mark the paper-api dependency in the test scope, update comment * Refactor MinecraftVersion to include a range of minor patches which a MinecraftVersion targets * Make tests pass and update to dough pr * Update CI * Update dough and move fireworkutils to registry * Update dough to HEAD * chore: various changes to 1.20.5 branch (#4240) * fix: fix isBefore, also added unit tests * chore: comments * chore: simplify * chore: use == for enum comparison * chore: retrigger ci * chore(ci): e2e on more versions * Update src/test/java/io/github/thebusybiscuit/slimefun4/core/services/localization/TestColorCodes.java Co-authored-by: JustAHuman-xD <[email protected]> * Update src/main/java/io/github/thebusybiscuit/slimefun4/api/MinecraftVersion.java Co-authored-by: ybw0014 <[email protected]> --------- Co-authored-by: J3fftw <[email protected]> Co-authored-by: Andrew Wong <[email protected]> Co-authored-by: ybw0014 <[email protected]> Co-authored-by: JustAHuman-xD <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e46546 - Browse repository at this point
Copy the full SHA 4e46546View commit details
Commits on Sep 16, 2024
-
[ci skip] chore(jitpack): bump jdk version to 21 (#4243)
* chore(jitpack): bump jdk version to 21 * chore: trigger ci * feat: setup maven
Configuration menu - View commit details
-
Copy full SHA for e02a0f6 - Browse repository at this point
Copy the full SHA e02a0f6View commit details
Commits on Sep 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b560db1 - Browse repository at this point
Copy the full SHA b560db1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a7fea8 - Browse repository at this point
Copy the full SHA 0a7fea8View commit details
Commits on Nov 9, 2024
-
api/Open up range field (#4231)
Co-authored-by: Daniel Walsh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d12ae85 - Browse repository at this point
Copy the full SHA d12ae85View commit details