-
Notifications
You must be signed in to change notification settings - Fork 220
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
Glass protection barrier rework #469
Merged
Merged
Commits on Mar 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d510d68 - Browse repository at this point
Copy the full SHA d510d68View commit details -
Add isGlass & isProtectedByGlass to VersionSupport
* isProtectedByGlass performs ray tracing to ensure there is no glass inbetween
Configuration menu - View commit details
-
Copy full SHA for c50bd82 - Browse repository at this point
Copy the full SHA c50bd82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30de605 - Browse repository at this point
Copy the full SHA 30de605View commit details -
Implement v1_8_R3#calculateExplosionBlocks
* Copied from net.minecraft.server.v1_8_R3.Explosion#a() (The NMS implementation of https://minecraft.fandom.com/wiki/Explosion#Model_of_block_destruction)
Configuration menu - View commit details
-
Copy full SHA for d50eb4f - Browse repository at this point
Copy the full SHA d50eb4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8361c77 - Browse repository at this point
Copy the full SHA 8361c77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83e29b7 - Browse repository at this point
Copy the full SHA 83e29b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ba8d9a - Browse repository at this point
Copy the full SHA 0ba8d9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4375304 - Browse repository at this point
Copy the full SHA 4375304View commit details -
Configuration menu - View commit details
-
Copy full SHA for 790c908 - Browse repository at this point
Copy the full SHA 790c908View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6204e4 - Browse repository at this point
Copy the full SHA f6204e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbb0d04 - Browse repository at this point
Copy the full SHA fbb0d04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 742fd9a - Browse repository at this point
Copy the full SHA 742fd9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac1d90b - Browse repository at this point
Copy the full SHA ac1d90bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 532af31 - Browse repository at this point
Copy the full SHA 532af31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 304640a - Browse repository at this point
Copy the full SHA 304640aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c72ea36 - Browse repository at this point
Copy the full SHA c72ea36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d6d0dd - Browse repository at this point
Copy the full SHA 0d6d0ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f4f558 - Browse repository at this point
Copy the full SHA 9f4f558View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16efb1f - Browse repository at this point
Copy the full SHA 16efb1fView commit details -
Reimplement explosive-related events to use NMS/better detection
* Add Config explosion-settings.explosion-size * if size is set to auto OR any negative value it will cache the actual size of that entity, if it could not cache it (not found) then the default implementation is used (removing and protecting blocks)
Configuration menu - View commit details
-
Copy full SHA for 1d99189 - Browse repository at this point
Copy the full SHA 1d99189View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a85980 - Browse repository at this point
Copy the full SHA 5a85980View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9d3b68 - Browse repository at this point
Copy the full SHA f9d3b68View commit details -
Configuration menu - View commit details
-
Copy full SHA for add8f61 - Browse repository at this point
Copy the full SHA add8f61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 382bc7d - Browse repository at this point
Copy the full SHA 382bc7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bea9047 - Browse repository at this point
Copy the full SHA bea9047View commit details
Commits on Apr 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dda7f0e - Browse repository at this point
Copy the full SHA dda7f0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30d6ce9 - Browse repository at this point
Copy the full SHA 30d6ce9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 764f407 - Browse repository at this point
Copy the full SHA 764f407View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f8e026 - Browse repository at this point
Copy the full SHA 5f8e026View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b5cfeb - Browse repository at this point
Copy the full SHA 4b5cfebView commit details
Commits on Apr 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 434b9ab - Browse repository at this point
Copy the full SHA 434b9abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ab5211 - Browse repository at this point
Copy the full SHA 6ab5211View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a8433a - Browse repository at this point
Copy the full SHA 9a8433aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ff561e - Browse repository at this point
Copy the full SHA 1ff561eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f070b0 - Browse repository at this point
Copy the full SHA 8f070b0View commit details
Commits on Apr 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ae8b51a - Browse repository at this point
Copy the full SHA ae8b51aView commit details
Commits on Apr 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c25afb7 - Browse repository at this point
Copy the full SHA c25afb7View commit details
Commits on Apr 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f8b879d - Browse repository at this point
Copy the full SHA f8b879dView commit details
Commits on Jun 24, 2023
-
Merge remote-tracking branch 'origin/master' into explosives-rework
# Conflicts: # bedwars-api/src/main/java/com/andrei1058/bedwars/api/server/VersionSupport.java # bedwars-plugin/src/main/java/com/andrei1058/bedwars/listeners/BreakPlace.java # versionsupport_1_10_R1/src/main/java/com/andrei1058/bedwars/support/version/v1_10_R1/v1_10_R1.java # versionsupport_1_11_R1/src/main/java/com/andrei1058/bedwars/support/version/v1_11_R1/v1_11_R1.java # versionsupport_1_12_R1/src/main/java/com/andrei1058/bedwars/support/version/v1_12_R1/v1_12_R1.java # versionsupport_1_13_R2/src/main/java/com/andrei1058/bedwars/support/version/v1_13_R2/v1_13_R2.java # versionsupport_1_14_R1/src/main/java/com/andrei1058/bedwars/support/version/v1_14_R1/v1_14_R1.java # versionsupport_1_15_R1/src/main/java/com/andrei1058/bedwars/support/version/v1_15_R1/v1_15_R1.java # versionsupport_1_16_R1/src/main/java/com/andrei1058/bedwars/support/version/v1_16_R1/v1_16_R1.java # versionsupport_1_16_R2/src/main/java/com/andrei1058/bedwars/support/version/v1_16_R2/v1_16_R2.java # versionsupport_1_8_R3/src/main/java/com/andrei1058/bedwars/support/version/v1_8_R3/v1_8_R3.java # versionsupport_1_9_R2/src/main/java/com/andrei1058/bedwars/support/version/v1_9_R2/v1_9_R2.java # versionsupport_v1_16_R3/src/main/java/com/andrei1058/bedwars/support/version/v1_16_R3/v1_16_R3.java # versionsupport_v1_17_R1/src/main/java/com/andrei1058/bedwars/support/version/v1_17_R1/v1_17_R1.java
Configuration menu - View commit details
-
Copy full SHA for f5969a1 - Browse repository at this point
Copy the full SHA f5969a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd569bf - Browse repository at this point
Copy the full SHA fd569bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1045c04 - Browse repository at this point
Copy the full SHA 1045c04View commit details
Commits on Jul 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e505da8 - Browse repository at this point
Copy the full SHA e505da8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e6dff4 - Browse repository at this point
Copy the full SHA 7e6dff4View commit details
Commits on Jul 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2a8b754 - Browse repository at this point
Copy the full SHA 2a8b754View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e76e57 - Browse repository at this point
Copy the full SHA 2e76e57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 914a0a0 - Browse repository at this point
Copy the full SHA 914a0a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b14665 - Browse repository at this point
Copy the full SHA 1b14665View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0345d0f - Browse repository at this point
Copy the full SHA 0345d0fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.