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

Glass protection barrier rework #469

Merged
merged 48 commits into from
Jul 16, 2023

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    d510d68 View commit details
    Browse the repository at this point in the history
  2. Add isGlass & isProtectedByGlass to VersionSupport

    * isProtectedByGlass performs ray tracing to ensure there is no glass
      inbetween
    IIHERO4 committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    c50bd82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30de605 View commit details
    Browse the repository at this point in the history
  4. 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)
    IIHERO4 committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    d50eb4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8361c77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83e29b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ba8d9a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4375304 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    790c908 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f6204e4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fbb0d04 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    742fd9a View commit details
    Browse the repository at this point in the history
  13. Fix locY @ 1.12

    IIHERO4 committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    ac1d90b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    532af31 View commit details
    Browse the repository at this point in the history
  15. Fix comments

    IIHERO4 committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    304640a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c72ea36 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0d6d0dd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9f4f558 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    16efb1f View commit details
    Browse the repository at this point in the history
  20. 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)
    IIHERO4 committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    1d99189 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5a85980 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f9d3b68 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    add8f61 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    382bc7d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    bea9047 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Configuration menu
    Copy the full SHA
    dda7f0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30d6ce9 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    IIHERO4 committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    764f407 View commit details
    Browse the repository at this point in the history
  4. Remove debug junk

    IIHERO4 authored Apr 2, 2022
    Configuration menu
    Copy the full SHA
    5f8e026 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b5cfeb View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Configuration menu
    Copy the full SHA
    434b9ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ab5211 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a8433a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ff561e View commit details
    Browse the repository at this point in the history
  5. Fix imports

    IIHERO4 committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    8f070b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

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

Commits on Apr 14, 2022

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

Commits on Apr 23, 2022

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

Commits on Jun 24, 2023

  1. 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
    andrei1058 committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    f5969a1 View commit details
    Browse the repository at this point in the history
  2. wip

    andrei1058 committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    fd569bf View commit details
    Browse the repository at this point in the history
  3. wip

    andrei1058 committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    1045c04 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    e505da8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e6dff4 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. improvements and clean up

    andrei1058 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    2a8b754 View commit details
    Browse the repository at this point in the history
  2. clean up

    andrei1058 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    2e76e57 View commit details
    Browse the repository at this point in the history
  3. clean up

    andrei1058 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    914a0a0 View commit details
    Browse the repository at this point in the history
  4. clean up

    andrei1058 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    1b14665 View commit details
    Browse the repository at this point in the history
  5. fix typo

    andrei1058 committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    0345d0f View commit details
    Browse the repository at this point in the history