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

Backend: LorenzVec up/down and drawLineToEye #2056

Merged
merged 13 commits into from
Oct 11, 2024

Conversation

ItsEmpa
Copy link
Contributor

@ItsEmpa ItsEmpa commented Jun 11, 2024

Adds a .up() and .down() methods to lorenzvec, and uses them in all cases where its useful instead of adding a vector with a specific y value. also adds drawLineToEye method, and a couple other cleanup functions related to LorenzVec

Changelog Technical Details

  • Cleaned up LorenzVec and added drawLineToEye. - Empa

Signed-off-by: Empa <42304516+ItsEmpa@users.noreply.github.com>
@github-actions github-actions bot added the Merge Conflicts There are open merge conflicts with the beta branch. label Jun 12, 2024
Copy link

This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes.

# Conflicts:
#	src/main/java/at/hannibal2/skyhanni/data/mob/MobDebug.kt
#	src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonLividFinder.kt
#	src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityEggLocator.kt
#	src/main/java/at/hannibal2/skyhanni/features/garden/pests/PestParticleWaypoint.kt
#	src/main/java/at/hannibal2/skyhanni/features/nether/MatriarchHelper.kt
#	src/main/java/at/hannibal2/skyhanni/features/rift/area/livingcave/LivingCaveDefenseBlocks.kt
#	src/main/java/at/hannibal2/skyhanni/features/slayer/VampireSlayerFeatures.kt
#	src/main/java/at/hannibal2/skyhanni/features/slayer/enderman/EndermanSlayerFeatures.kt
@github-actions github-actions bot removed the Merge Conflicts There are open merge conflicts with the beta branch. label Jun 17, 2024
Copy link

Conflicts have been resolved! 🎉

@ItsEmpa ItsEmpa marked this pull request as ready for review June 17, 2024 14:10
Signed-off-by: Empa <42304516+ItsEmpa@users.noreply.github.com>
@hannibal002 hannibal002 added this to the Version 0.27 milestone Jun 17, 2024
@github-actions github-actions bot added the Merge Conflicts There are open merge conflicts with the beta branch. label Jul 6, 2024
Copy link

github-actions bot commented Jul 6, 2024

This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes.

# Conflicts:
#	src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityEggLocator.kt
#	src/main/java/at/hannibal2/skyhanni/features/slayer/enderman/EndermanSlayerFeatures.kt
@github-actions github-actions bot removed the Merge Conflicts There are open merge conflicts with the beta branch. label Jul 28, 2024
Copy link

Conflicts have been resolved! 🎉

@github-actions github-actions bot added the Merge Conflicts There are open merge conflicts with the beta branch. label Aug 11, 2024
Copy link

This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes.

# Conflicts:
#	src/main/java/at/hannibal2/skyhanni/utils/EntityUtils.kt
Copy link

Conflicts have been resolved! 🎉

@github-actions github-actions bot removed the Merge Conflicts There are open merge conflicts with the beta branch. label Aug 14, 2024
@github-actions github-actions bot added the Merge Conflicts There are open merge conflicts with the beta branch. label Aug 23, 2024
Copy link

This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes.

@hannibal002 hannibal002 modified the milestones: Version 0.27, Version 0.28 Sep 7, 2024
# Conflicts:
#	src/main/java/at/hannibal2/skyhanni/features/combat/mobs/MobHighlight.kt
#	src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonHighlightClickedBlocks.kt
#	src/main/java/at/hannibal2/skyhanni/features/mining/glacitemineshaft/CorpseLocator.kt
#	src/main/java/at/hannibal2/skyhanni/features/misc/trevor/TrevorFeatures.kt
#	src/main/java/at/hannibal2/skyhanni/features/slayer/SlayerMiniBossFeatures.kt
#	src/main/java/at/hannibal2/skyhanni/utils/EntityUtils.kt
@github-actions github-actions bot removed the Merge Conflicts There are open merge conflicts with the beta branch. label Sep 11, 2024
Copy link

Conflicts have been resolved! 🎉

@github-actions github-actions bot added the Merge Conflicts There are open merge conflicts with the beta branch. label Sep 17, 2024
Copy link

This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes.

…eanup

# Conflicts:
#	src/main/java/at/hannibal2/skyhanni/features/rift/everywhere/EnigmaSoulWaypoints.kt
Copy link

Conflicts have been resolved! 🎉

@github-actions github-actions bot added Merge Conflicts There are open merge conflicts with the beta branch. and removed Merge Conflicts There are open merge conflicts with the beta branch. labels Sep 19, 2024
Copy link

This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes.

Signed-off-by: ItsEmpa <itsempa@users.noreply.github.com>
# Conflicts:
#	src/main/java/at/hannibal2/skyhanni/features/garden/pests/PestParticleWaypoint.kt
#	src/main/java/at/hannibal2/skyhanni/features/mining/glacitemineshaft/MineshaftWaypoints.kt
#	src/main/java/at/hannibal2/skyhanni/test/command/TrackParticlesCommand.kt
#	src/main/java/at/hannibal2/skyhanni/test/command/TrackSoundsCommand.kt
@github-actions github-actions bot removed the Merge Conflicts There are open merge conflicts with the beta branch. label Sep 25, 2024
Copy link

Conflicts have been resolved! 🎉

@github-actions github-actions bot added the Merge Conflicts There are open merge conflicts with the beta branch. label Sep 29, 2024
Copy link

This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes.

# Conflicts:
#	src/main/java/at/hannibal2/skyhanni/features/slayer/VampireSlayerFeatures.kt
@github-actions github-actions bot removed the Merge Conflicts There are open merge conflicts with the beta branch. label Oct 2, 2024
Copy link

github-actions bot commented Oct 2, 2024

Conflicts have been resolved! 🎉

@CalMWolfs CalMWolfs added the Soon This Pull Request will be merged within the next couple of betas label Oct 9, 2024
@github-actions github-actions bot added Backend A backend pull request that will be merged soon Merge Conflicts There are open merge conflicts with the beta branch. labels Oct 9, 2024
Copy link

This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes.

…eanup

# Conflicts:
#	src/main/java/at/hannibal2/skyhanni/features/misc/PatcherSendCoordinates.kt
@github-actions github-actions bot removed the Merge Conflicts There are open merge conflicts with the beta branch. label Oct 11, 2024
Copy link

Conflicts have been resolved! 🎉

@hannibal002 hannibal002 merged commit 9a2286a into hannibal002:beta Oct 11, 2024
4 checks passed
@github-actions github-actions bot removed Soon This Pull Request will be merged within the next couple of betas Backend A backend pull request that will be merged soon labels Oct 11, 2024
@ItsEmpa ItsEmpa deleted the backend/lorenzvec-cleanup branch October 12, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants