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

Check Line of Sight of Player Before Block Placements and Opening Containers #1679

Open
wants to merge 167 commits into
base: 2.0
Choose a base branch
from

Commits on Aug 24, 2024

  1. Merge reach wall hit check

    (cherry picked from commit 335c33b)
    Axionize committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    b599008 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e08ec9 View commit details
    Browse the repository at this point in the history
  3. Container LOS initial commit

    Axionize committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    e917212 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01bd2c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae3ea30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b645b7 View commit details
    Browse the repository at this point in the history
  7. Workable check

    Axionize committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    3c78a63 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a13c9f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    328596f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    1786360 View commit details
    Browse the repository at this point in the history
  2. Rename check

    Axionize committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    772ba56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d869ff9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    177a8b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cccecba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a508ec2 View commit details
    Browse the repository at this point in the history
  7. Fix block whitelist

    Axionize committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    bc239a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f78c80f View commit details
    Browse the repository at this point in the history
  9. Fix styling

    Axionize committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    2b55268 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Revert "Merge reach wall hit check"

    This reverts commit b599008
    Axionize committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3315e3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4515d21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd7bb81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d272107 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2898fed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a88d3e View commit details
    Browse the repository at this point in the history
  7. Make variables private

    Axionize committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    dee3268 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    483f317 View commit details
    Browse the repository at this point in the history
  9. Comment cleanup

    Axionize committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    45ba746 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    9c2a034 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2fa497 View commit details
    Browse the repository at this point in the history
  3. Update src/main/java/ac/grim/grimac/utils/collisions/datatypes/Comple…

    …xCollisionBox.java
    
    Co-authored-by: ManInMyVan <[email protected]>
    Axionize and ManInMyVan authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8a351ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a027355 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88e439e View commit details
    Browse the repository at this point in the history
  6. MVP commit

    Axionize committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ded614f View commit details
    Browse the repository at this point in the history
  7. Clean up

    Axionize committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    050c22c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Print out target block when flagged - help find falses from constant …

    …flagging on non-standard blocks
    Axionize committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2177b12 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    800c79a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66228f5 View commit details
    Browse the repository at this point in the history
  3. Fix syntax error

    Axionize committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    837516e View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Fix banners

    Axionize committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    3a145cb View commit details
    Browse the repository at this point in the history
  2. Crop Collision Box Overhaul

    Add Crop Hitboxes
    - NetherWart
    - Carrot
    - Wheat
    - Beetroot
    - Potatoes
    - COCOA
    
    Replace CollisionBoxes with NoCollisionBox
    - NetherWart
    - Carrot
    - Wheat
    - Beatroot
    - Pumpkin Stem
    - Melon Stem
    
    Added new CollisionBox and set to NoCollisionBox for
    - Potatoes
    Axionize committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    c0630f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94a31f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    c66522c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7529a1 View commit details
    Browse the repository at this point in the history
  3. Update src/main/java/ac/grim/grimac/utils/collisions/HitboxData.java

    Whitespace
    
    Co-authored-by: ManInMyVan <[email protected]>
    Axionize and ManInMyVan authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    07ad12a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4ea451 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d192b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fc366b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d498644 View commit details
    Browse the repository at this point in the history
  8. Reorder HitboxData - Groups Before Individual StateTypes so individua…

    …l statetypes can override group settings (mangrove and saplings)
    Axionize committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    86d19de View commit details
    Browse the repository at this point in the history
  9. Fix Tall Seagrass hitbox

    Axionize committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    2f6f9bc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    21668a6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ba0fa7a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    344ba41 View commit details
    Browse the repository at this point in the history
  13. Fix Small Dripleaf

    Axionize committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    2236efe View commit details
    Browse the repository at this point in the history
  14. Fix Pointed Dripstone

    Axionize committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b8f59fa View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Skip redstone wires

    Axionize committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4be835d View commit details
    Browse the repository at this point in the history
  2. Support for buttons in 1.7

    Axionize committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8854b00 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    e23d191 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b78a36f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ac0b2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cab8f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. 'Fix' 0.03 for 1.8-1.18.1

    Axionize committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    569a8b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5793d7b View commit details
    Browse the repository at this point in the history
  3. Skip post on pre

    Axionize committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    3afd2c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fe6094 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    528712e View commit details
    Browse the repository at this point in the history
  2. Also check blockfaces

    Axionize committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    5f07079 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc58fcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cfda64 View commit details
    Browse the repository at this point in the history
  5. Pane fix outline

    Axionize committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    d8c2f77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed643f3 View commit details
    Browse the repository at this point in the history
  7. Fix rails

    Axionize committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    d6d86ef View commit details
    Browse the repository at this point in the history
  8. Fix cactus

    Axionize committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    9cba7a9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c560539 View commit details
    Browse the repository at this point in the history
  10. End portals

    Axionize committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    b92c872 View commit details
    Browse the repository at this point in the history
  11. Quick and dirty lever fix

    Axionize committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    4593f30 View commit details
    Browse the repository at this point in the history
  12. Quick and dirty button patch

    Axionize committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    f6aeffb View commit details
    Browse the repository at this point in the history
  13. Fix null exception

    Axionize committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    1e5ad65 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5c709c1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7215dfc View commit details
    Browse the repository at this point in the history
  16. Fix blockface false flags

    Axionize committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    7cc3c8f View commit details
    Browse the repository at this point in the history
  17. Fix rails

    Axionize committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    5d366e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Fix modern walls

    Axionize committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    31fa689 View commit details
    Browse the repository at this point in the history
  2. Fix legacy walls

    Axionize committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    87194d7 View commit details
    Browse the repository at this point in the history
  3. Fix ascending rails on 1.8.9

    Axionize committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0852ac8 View commit details
    Browse the repository at this point in the history
  4. Cleanup exit conditions

    Axionize committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    fc89b93 View commit details
    Browse the repository at this point in the history
  5. Fix 1.8 Brewing Stand bug

    Axionize committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4a9d862 View commit details
    Browse the repository at this point in the history
  6. Minor optimizations

    Axionize committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ace5178 View commit details
    Browse the repository at this point in the history
  7. More minor optimizations

    Axionize committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4cff51c View commit details
    Browse the repository at this point in the history
  8. More minor optimizations

    Axionize committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    61d9609 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    1b75734 View commit details
    Browse the repository at this point in the history
  2. Minor cleanup

    Axionize committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e2f3722 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1355454 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    05e7b3c View commit details
    Browse the repository at this point in the history
  2. Fix cactuses for pre-1.13

    Axionize committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7007722 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d741459 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Fix fences on legacy servers

    Axionize committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b18a5be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f49ab2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b5786b View commit details
    Browse the repository at this point in the history
  4. Inline lever hitboxes

    Axionize committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9694b75 View commit details
    Browse the repository at this point in the history
  5. Minor Dynamic Fence cleanup

    Axionize committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ad6b243 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    b096e02 View commit details
    Browse the repository at this point in the history
  2. Optimize iteration order

    Axionize committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    bd6c252 View commit details
    Browse the repository at this point in the history
  3. More minor optimizations

    Axionize committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    07881da View commit details
    Browse the repository at this point in the history
  4. Fix Array matching error and block

    The lower level ArraySupport.mismatch() function doesn't work on Java 8 and requires access modification in modern Java. Repalced with Arrays.equals()
    
    The removal of checking if hitdata.getSecond() == expectedBlockFace during iteration (added in Fix 1.8 Brewing Stand bug - 4a9d862) eliminates cases where a block inbetween the target block has a different blockface intercept.
    
    Ideally we should only check the blockface once we've reached the target block as future optimization.
    Axionize committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    4efaf8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a5c16f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88111e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fa0f77 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    94e5f63 View commit details
    Browse the repository at this point in the history
  2. Fix intializing array

    Axionize committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7695167 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8d4bb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    02904a3 View commit details
    Browse the repository at this point in the history
  2. fix conditionall check

    Axionize committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    885e959 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ea905e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89da294 View commit details
    Browse the repository at this point in the history
  5. 1.8 Players

    Axionize committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    980cd92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3aaa185 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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

Commits on Sep 27, 2024

  1. Merge remote-tracking branch 'origin/2.0' into los-containers

    # Conflicts:
    #	src/main/java/ac/grim/grimac/checks/impl/scaffolding/RotationPlace.java
    Axionize committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6994975 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9385229 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    4e135e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cfb9f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e3c589 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    070f92a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    c313d62 View commit details
    Browse the repository at this point in the history
  2. fix chains for pre-1.16 players

    ManInMyVan authored and Axionize committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d92f5ef View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/2.0' into los-containers

    # Conflicts:
    #	src/main/java/ac/grim/grimac/utils/collisions/CollisionData.java
    Axionize committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c5ab0f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c05d41 View commit details
    Browse the repository at this point in the history
  5. Fix spelling mistake

    Axionize committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    12b0dfd View commit details
    Browse the repository at this point in the history
  6. Mark function as Deprecated

    Co-authored-by: ManInMyVan <[email protected]>
    Axionize and ManInMyVan committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8b85e17 View commit details
    Browse the repository at this point in the history
  7. Rails Styling

    Co-authored-by: ManInMyVan <[email protected]>
    Axionize and ManInMyVan committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    753ca0e View commit details
    Browse the repository at this point in the history
  8. Simplify TALL_FLOWERS handling

    Co-authored-by: ManInMyVan <[email protected]>
    Axionize and ManInMyVan committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c65e17c View commit details
    Browse the repository at this point in the history
  9. Banner Line Spacing/Styling

    Co-authored-by: ManInMyVan <[email protected]>
    Axionize and ManInMyVan committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    12bda63 View commit details
    Browse the repository at this point in the history
  10. Coral Fan Line Spacing/Styling

    Co-authored-by: ManInMyVan <[email protected]>
    Axionize and ManInMyVan committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    dea2245 View commit details
    Browse the repository at this point in the history
  11. Small Flower Line Spacing/Styling

    Co-authored-by: ManInMyVan <[email protected]>
    Axionize and ManInMyVan committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    531c490 View commit details
    Browse the repository at this point in the history
  12. getPropaguleMinHeight Spacing

    Co-authored-by: ManInMyVan <[email protected]>
    Axionize and ManInMyVan committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    00252f3 View commit details
    Browse the repository at this point in the history
  13. Inline Hitbox Calculation

    Co-authored-by: ManInMyVan <[email protected]>
    Axionize and ManInMyVan committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c0b0759 View commit details
    Browse the repository at this point in the history
  14. Redstone Wire Comment Styling

    Co-authored-by: ManInMyVan <[email protected]>
    Axionize and ManInMyVan committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6f23122 View commit details
    Browse the repository at this point in the history
  15. TALL_FLOWER Styling Change

    Co-authored-by: ManInMyVan <[email protected]>
    Axionize and ManInMyVan committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8cc45dd View commit details
    Browse the repository at this point in the history
  16. Sapling Styling Change

    Co-authored-by: ManInMyVan <[email protected]>
    Axionize and ManInMyVan committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3dcf3c9 View commit details
    Browse the repository at this point in the history
  17. Button Styling Change

    Co-authored-by: ManInMyVan <[email protected]>
    Axionize and ManInMyVan committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    593d48a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    428f213 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0697c42 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    0f726a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    980226f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Fix falses on dead corals

    Axionize committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    08678e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Annotate LOSP functions

    Axionize committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    8a690e2 View commit details
    Browse the repository at this point in the history
  2. Fix falses on blocks with 'insides/internal walls' (different Raycast…

    … block placement shape then HitBox shape) like Cauldrons, Hoppers, and Composters
    Axionize committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    b026f49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    270f160 View commit details
    Browse the repository at this point in the history
  4. Cleanup and documnet why 2nd rayTrace in getNearestReachHitResult is …

    …intentionally non-optimal
    Axionize committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    2c72efd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1d739b View commit details
    Browse the repository at this point in the history
  6. Fix Coral Fan Collision box

    Axionize committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    0d4c1ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34582ff View commit details
    Browse the repository at this point in the history
  8. Fix Pink Petals Boxes

    Axionize committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    a19a708 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    45faec8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4450bd5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5dc6d47 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8805899 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a8fc80d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fcfb5d0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0a18815 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0193d34 View commit details
    Browse the repository at this point in the history
  17. Fix Weeping Vines and Vine Plant for all versions; Fix Weeping + Twis…

    …ted for pre 1.16 players
    Axionize committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    ea26735 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e76a59f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a6af4cb View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Revert "Remove unncessary NO_COLLISION entries"

    This reverts commit 1761d85.
    Axionize committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    45f5b50 View commit details
    Browse the repository at this point in the history
  2. Revert "Remove unncessary NO_COLLISION entry for torchcrop"

    This reverts commit e149ca6.
    Axionize committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e4afe41 View commit details
    Browse the repository at this point in the history