-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
Backend: LorenzVec up/down and drawLineToEye #2056
Conversation
Signed-off-by: Empa <42304516+ItsEmpa@users.noreply.github.com>
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
Conflicts have been resolved! 🎉 |
Signed-off-by: Empa <42304516+ItsEmpa@users.noreply.github.com>
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
Conflicts have been resolved! 🎉 |
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
Conflicts have been resolved! 🎉 |
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/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
Conflicts have been resolved! 🎉 |
src/main/java/at/hannibal2/skyhanni/features/rift/area/livingcave/LivingCaveDefenseBlocks.kt
Outdated
Show resolved
Hide resolved
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
Conflicts have been resolved! 🎉 |
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
Conflicts have been resolved! 🎉 |
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
Conflicts have been resolved! 🎉 |
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
Conflicts have been resolved! 🎉 |
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