1
0
mirror of https://github.com/cabaletta/baritone synced 2025-02-16 11:57:04 +00:00
Commit Graph

3388 Commits

Author SHA1 Message Date
Brady
4b5a094f30
Render fields can be private now 2023-07-28 01:41:03 -05:00
Brady
6b611cf4c7
Move more state into SolverContext 2023-07-28 01:30:54 -05:00
leijurv
2164857408
Merge pull request #4070 from babbaj/elytra
fixes for comments in elytra pr
2023-07-26 13:13:03 -07:00
Babbaj
601a781983
improve control flow (fixes behavior.onTick() being called twice) 2023-07-24 08:21:46 -04:00
Babbaj
f14bb282f0
add null check to resetState 2023-07-24 04:41:19 -04:00
Babbaj
1e0dce8f41
127 instead of 128 2023-07-24 03:30:38 -04:00
Babbaj
45400a9685
fix concurrency concerns 2023-07-24 03:30:06 -04:00
leijurv
6ffe31b59e
Merge pull request #4068 from babbaj/elytra
add dimension checks to elytra
2023-07-23 17:47:46 -07:00
Babbaj
293b556b56
add dimension checks 2023-07-23 20:46:12 -04:00
leijurv
dbf38efd83
Merge pull request #4067 from babbaj/elytra
elytra command improvements
2023-07-23 12:11:37 -07:00
Babbaj
e63aad7825
elytra command improvements 2023-07-23 15:09:56 -04:00
Leijurv
212ef4d4cc
waste fireworks smiling_imp 2023-07-23 11:44:29 -07:00
leijurv
31e082b8dc
Merge pull request #4066 from babbaj/elytra
safe landing improvements
2023-07-23 11:29:40 -07:00
Babbaj
75e8035551
safe landing improvements 2023-07-23 14:26:31 -04:00
Leijurv
f7f0521093
not legacy 2023-07-22 23:29:07 -07:00
leijurv
684fda2d1b
Merge pull request #4063 from babbaj/elytra
make elytra play nice with CustomGoalProcess
2023-07-22 23:12:07 -07:00
leijurv
886091df50
Merge branch 'elytra' into elytra 2023-07-22 23:08:45 -07:00
Leijurv
9707dd7ce8
redo checkedpositions given y descending iteration order 2023-07-22 23:02:29 -07:00
Babbaj
b81d712a33
higher priority is good enough lol 2023-07-23 01:57:27 -04:00
leijurv
3ffacbf375
Merge pull request #4064 from babbaj/safe-landing
find safe landing spot for elytra
2023-07-22 22:48:00 -07:00
Babbaj
eec85b20be
fix bias in comparator 2023-07-23 01:45:39 -04:00
Babbaj
c0ead0147a
use priority queue to bias upwards 2023-07-23 01:38:07 -04:00
Babbaj
9bfa2025d5
memoize isSafeLandingSPot 2023-07-23 01:14:19 -04:00
Babbaj
bf63ffbc1d
cringe fence hater 😭 2023-07-23 01:01:59 -04:00
Babbaj
985148b49a
check for specific blocks to land on and anything non air is lava 2023-07-23 01:00:23 -04:00
Babbaj
9e78443595
resolve comment 2023-07-23 00:53:26 -04:00
Babbaj
58723a33ca
hate cherry pick now 2023-07-23 00:05:11 -04:00
Babbaj
c9aa1658b2
improvements/fixes 2023-07-23 00:03:31 -04:00
Babbaj
7f9e50bbe2
initial safe landing impl 2023-07-23 00:02:46 -04:00
Babbaj
664375a678
make elytra play nice with CustomGoalProcess 2023-07-22 01:55:12 -04:00
Brady
097e30850f
Move WalkOffCalculationContext into ElytraProcess 2023-07-18 23:35:09 -05:00
Brady Hahn
a63cbab013
Merge pull request #4060 from babbaj/elytra
refactor elytra into process
2023-07-18 23:23:25 -05:00
Brady
218de1cb98
Requested changes 2023-07-18 16:48:00 -05:00
Babbaj
0239a2cad4
notificationOnPathComplete and disconnectOnArrival 2023-07-18 15:36:29 -04:00
Babbaj
38553b3324
behavior can't be null in onTick 2023-07-18 14:52:09 -04:00
Babbaj
ba78c48a75
shutdown solverExecutor 2023-07-18 13:36:55 -04:00
Babbaj
f4996137a3
minor code improvements 2023-07-18 13:36:55 -04:00
Babbaj
ccd80dfc8f
that isn't necessary 2023-07-18 13:36:55 -04:00
Babbaj
ff1b3e7c5f
simplify management of elytra state 2023-07-18 13:36:55 -04:00
Babbaj
2f0497756b
simplify icky code 2023-07-18 13:36:54 -04:00
Babbaj
afe9359d3e
don't call onTick if we are pawsed 2023-07-18 13:36:54 -04:00
Babbaj
4b5d629df6
fix off by one error (causing the last point to be stuck in terrain) 2023-07-18 13:36:54 -04:00
Babbaj
dbc0a46b10
call elytra event handlers from ElytraProcess 2023-07-18 13:36:54 -04:00
Babbaj
9a6241af8a
refactor elytra into being just a process 2023-07-18 13:36:53 -04:00
Brady
1b82bd1f33
pitch smooth look and setting for ticks 2023-07-17 17:58:08 -05:00
Brady Hahn
90cfd82810
Merge pull request #4056 from babbaj/elytra
consistent elytra setting naming
2023-07-16 20:30:35 -05:00
Brady
108dbdae5d
partially appease codacy 2023-07-16 20:29:30 -05:00
Brady
32a4c4644e
Move cull code 2023-07-16 20:21:40 -05:00
Leijurv
edc92753cf
Revert "shrimple"
This reverts commit 0e567f2f90.
2023-07-16 18:17:53 -07:00
Leijurv
0e567f2f90
shrimple 2023-07-16 18:17:15 -07:00