Commit Graph

3386 Commits

Author SHA1 Message Date
scorbett123 fdcdcbb85f Switch to using an int[] for storing precomputed data, and also use lazy loading 2022-07-14 12:49:47 +01:00
Leijurv 4e2095d251
almost forgot 2022-07-09 22:15:20 -07:00
Leijurv 51275b3a65
make #paws be an alias for #pause 2022-07-09 22:06:39 -07:00
scorbett123 8d480cefb9 Switch to throwable and readd check for glass / stained glass 2022-07-06 14:45:54 +01:00
scorbett123 3e7f9039c4 Don't construct new optionals in movement helper 2022-07-06 14:38:33 +01:00
Leijurv 49828baae3
Merge pull request #3296 from ZacSharp/findImprovements
Find improvements
2022-07-05 15:32:02 -07:00
Leijurv 348b02e4f8
Merge pull request #3368 from ZacSharp/patch-5
Remove false information from `#help mine`
2022-07-05 15:28:05 -07:00
Leijurv a73e1185dc
Merge pull request #3533 from Echocage/SprintFix
Fix for a sprint bug that can cause death
2022-07-05 15:27:10 -07:00
Echocage 441dceb731 Narrowed scope and we now only call canSprintFromDescendInto when our next & next_next movements are both MovementDescends 2022-06-29 17:54:28 -05:00
Echocage 57c4f9e103 Undid previous change, updated to instead check the next and the next_next block 2022-06-27 18:38:54 -05:00
Echocage 2741fc2683 Swapped the order of checks within canSprintFromDescendInto 2022-06-27 15:06:27 -05:00
scorbett123 868c023dbd Fix a couple of things I missed 2022-06-08 14:20:25 +01:00
scorbett123 e7c357ab7f Make precomputed data refresh every 200 ticks (10 seconds) 2022-06-08 14:14:14 +01:00
scorbett123 9e1a5008ed Move caching functions into MovementHelper 2022-06-07 21:52:24 +01:00
ZacSharp 59b3fe7c3a
Merge branch '1.16.5' into 1.17.1 2022-06-03 19:05:47 +02:00
Leijurv b54ddeadf4
Merge pull request #3387 from ZacSharp/1.16.5-update
Merge master into 1.16.5
2022-06-02 11:39:20 -07:00
scorbett123 a6557121a0 fix github actions compiling. 2022-05-31 15:08:52 +01:00
scorbett123 2dad6262cf Remove some benchmarking and fix loading of settings. 2022-05-31 14:56:23 +01:00
scorbett123 af1eb58bb8 Implement Leijurv's precomputed data idea 2022-05-31 14:43:58 +01:00
ZacSharp 4e0a507ba0
Merge branch '1.15.2' into 1.16.5 2022-05-24 21:45:58 +02:00
ZacSharp 7d39aacd72
Merge branch '1.14.4' into 1.15.2 2022-05-24 21:42:46 +02:00
ZacSharp a8ae8a6171
Merge branch '1.13.2' into 1.14.4 2022-05-24 21:39:14 +02:00
ZacSharp 9c99333759
Merge branch 'master' into 1.13.2 2022-05-24 21:35:43 +02:00
Leijurv 17a2aa42e9
Merge pull request #3463 from ZacSharp/patch-8
Deal with others replacing the chat gui
2022-05-23 13:47:22 -07:00
Leijurv 231f671400
Merge pull request #3433 from ZacSharp/patch-7
Fix "missing null"
2022-05-23 13:46:27 -07:00
Leijurv ec6ffb0f53
Merge pull request #3413 from wagyourtail/1.16.5/backport3308
backport #3308 to 1.16.5
2022-05-23 13:45:27 -07:00
ZacSharp 221eba11dd
Deal with others replacing the chat gui 2022-05-20 01:31:09 +02:00
ZacSharp ad40a9225e
Fix leaking incorrect positions
It was only cleared when the previous one was canceled, not when it was directly replaced by the next one.
2022-05-03 23:25:01 +02:00
ZacSharp 1544b09c82
Merge branch '1.15.2' into 1.16.5 2022-04-23 13:12:08 +02:00
ZacSharp 1d08b3e729
Merge branch '1.14.4' into 1.15.2 2022-04-23 13:07:22 +02:00
ZacSharp 8a150568ec
Merge branch '1.13.2' into 1.14.4 2022-04-23 13:02:47 +02:00
ZacSharp 00b20b2158
Merge branch 'master' into 1.13.2 2022-04-23 13:00:16 +02:00
wagyourtail 25e8e1b5fe
fix 2022-04-22 19:23:39 -07:00
wagyourtail bf7c840ea3
backport 3308 2022-04-22 19:00:43 -07:00
Leijurv 78a5838aa1
Merge pull request #3392 from ZacSharp/fixMerge
Fix mistakes made while merging upwards
2022-04-19 16:34:55 -07:00
Leijurv cbef05838d
Merge pull request #3388 from scorbett123/make_eta_show_ticks
Improve output to user in eta command
2022-04-19 16:33:37 -07:00
ZacSharp 4dcf260059
Fix mistakes made while merging upwards 2022-04-14 19:22:38 +02:00
scorbett123 2cf973809a eta command should default to NaN not just not showing the eta as suggested by ZacSharp 2022-04-12 12:15:42 +01:00
scorbett123 65974e15ba Improve output to user in eta command 2022-04-11 18:36:48 +01:00
ZacSharp e885d2c221
Merge branch '1.15.2' into 1.16.5 2022-04-11 18:26:03 +02:00
ZacSharp fe61a404d6
Merge branch '1.14.4' into 1.15.2 2022-04-11 18:03:10 +02:00
ZacSharp 97ac4bbd4f
Merge branch '1.13.2' into 1.14.4 2022-04-11 18:00:00 +02:00
ZacSharp dd29b72295
Merge branch 'master' into 1.13.2 2022-04-11 17:49:10 +02:00
Leijurv 23fa65cee0
Merge pull request #3372 from ZacSharp/patch-6
Fix dynamic mixin dependency to 0.8.3
2022-04-05 14:39:36 -07:00
ZacSharp adc88d1fb9
Fix dynamic mixin dependency to 0.8.3
Newer Mixin versions use a class file format Proguard can't handle.
2022-04-02 23:44:29 +02:00
ZacSharp 2908c7499c
Fix syntax
That's why you shouldn't make changes on Github
2022-04-01 00:33:27 +02:00
ZacSharp ef4c2bbc98
Remove false information from `#help mine`
Baritone no longer caches ores on Minecraft 1.13+
Metadata values were removed in Minecraft 1.13
lit_redstone_ore was merged into redstone_ore in Minecraft 1.13
2022-03-31 23:53:58 +02:00
Leijurv dc6b32a154
Merge pull request #3356 from wagyourtail/forceAllowBreak
add `allowBreakAnyway` setting
2022-03-31 14:08:13 -07:00
Leijurv 76f593e4bb
Merge pull request #3342 from PhlegethonAcheron/master
Added usage syntax to the documentation for buildValidSubstitutes and buildSubstitutes
2022-03-31 14:07:42 -07:00
Leijurv 15b991a48e
Merge pull request #3309 from wagyourtail/patch-2
fix inner class attribute being stripped
2022-03-31 14:01:45 -07:00