Commit Graph

  • 918f009e8a 🐛 Fix a Rendering Conflict with some other Mods CDAGaming 2020-10-12 12:52:05 -05:00
  • d6665f1cd5 Added Toast API Support CDAGaming 2020-08-18 12:20:40 -05:00
  • af29ed7146 Added a top/surface command CDAGaming 2020-08-18 15:02:43 -05:00
  • 8ddc795158 Merge pull request #2020 from ZacSharp/wpgoto Leijurv 2020-09-29 16:55:50 -07:00
  • 8a572516fc Update description of WaypointsCommand ZacSharp 2020-09-23 22:54:41 +02:00
  • aebfbba20e Also override heuristic(no args) when overriding isInGoal() ZacSharp 2020-09-20 22:39:48 +02:00
  • 85cc86346c Actually use Y and Z bounds for Y and Z ZacSharp 2020-09-20 22:20:24 +02:00
  • b20e095683 add heuristic(no args) to GoalNear and GoalRunAway ZacSharp 2020-09-20 00:29:31 +02:00
  • b4d7f05165 🐛 fix two NPEs in estimatedTickToGoal apparently ctx.playerFeet() and startPosition can be null before pathing the first time ZacSharp 2020-09-19 00:31:58 +02:00
  • 46a12754e9 🐛Reset ETA and return 0 if we are already there not doing this caused a continuously increasing ETA when standing inside a GoalNear from FollowProcess ZacSharp 2020-09-18 23:24:47 +02:00
  • 411b2a0acc 🔨move ETA reset to it's own function ZacSharp 2020-09-18 23:16:56 +02:00
  • 508dacac63 directly start pathing after #home ZacSharp 2020-09-18 22:41:33 +02:00
  • 13ca691f5d make #wp goto behave like #goto ZacSharp 2020-09-16 17:41:46 +02:00
  • 7e4d2c9b28 Update README.md Leijurv 2020-09-15 12:43:34 -07:00
  • 500c34c330 Merge pull request #2015 from babbaj/fix-troll-code Brady 2020-09-13 17:46:23 -05:00
  • 234fd3f75e don't use getter Babbaj 2020-09-13 18:45:50 -04:00
  • 32ef30686b Don't call onLostControl on processes that haven't been fully constructed Babbaj 2020-09-13 18:21:22 -04:00
  • 175df6ce7a Update USAGE.md Leijurv 2020-09-11 21:54:20 -07:00
  • 96b874c099 Update README.md Leijurv 2020-09-11 21:52:43 -07:00
  • 612510550f fix javadoc. Sam Corbett 2020-09-08 19:00:41 +01:00
  • 80e4852f90 Merge https://github.com/cabaletta/baritone into exposedOres Sam Corbett 2020-09-08 17:48:45 +01:00
  • 071243b99a move is transparent to movement helper and circle maker Sam Corbett 2020-09-08 17:39:03 +01:00
  • 547db3a6b4 make the ability to turn it off. Sam Corbett 2020-09-05 17:07:06 +01:00
  • 063f698bd2 need to remove diagonals, however this does most of what you suggest. scorbett123 2020-09-04 18:42:06 +01:00
  • bcbfca100f add mineOnlyExposedOres setting scorbett123 2020-09-04 10:43:05 +01:00
  • 8206b1673c Merge pull request #1988 from scorbett123/patch1 Leijurv 2020-09-07 13:18:52 -07:00
  • 7255ccbdaa add heuristic(no args) to GoalComposite ZacSharp 2020-09-06 16:42:05 +02:00
  • 45dc8b949d add a method to get the heuristic at the goal ZacSharp 2020-09-05 22:32:38 +02:00
  • 10e3a5afc4 negative ETAs are actually impossible now ZacSharp 2020-09-05 22:13:05 +02:00
  • 303aa79ffb Update ETA formula, assuming heuritic at goal is 0 ZacSharp 2020-09-04 23:56:01 +02:00
  • 35f3be9296 get rid of negative ETAs the lazy way ZacSharp 2020-09-02 22:59:13 +02:00
  • d7088c8eea fix typo in java-doc x2 scorbett123 2020-08-31 18:48:46 +01:00
  • 695954bdb0 no eta after 0 ticks or with division by 0 ZacSharp 2020-08-28 23:37:23 +02:00
  • d29b3ee893 Fix copy/paste mistake in ETACommand.getLongDesc() ZacSharp 2020-08-28 01:19:06 +02:00
  • d9cecb35cb rename Eta to ETA ZacSharp 2020-08-28 00:52:55 +02:00
  • 71dd6c6333 👌formatting ZacSharp 2020-08-27 01:16:17 +02:00
  • 56f13d314a Add eta command ZacSharp 2020-08-26 23:53:02 +02:00
  • b628d67961 Add ETA for full path ZacSharp 2020-08-26 23:52:44 +02:00
  • bf723deced Merge pull request #1964 from ZacSharp/master Leijurv 2020-08-24 16:20:01 -07:00
  • 9636e69a6b slightly better condition ZacSharp 2020-08-24 23:06:19 +02:00
  • ed91e2aa7b Fix "#entity follow <name>" under Forge krzys-h 2020-08-24 22:19:28 +02:00
  • 3c691bb498 But now it's working ZacSharp 2020-08-20 23:33:47 +02:00
  • ea35a3478f Codacity again for the same and syntax ZacSharp 2020-08-20 23:16:59 +02:00
  • b7d1ba1fa5 Make Codacity happy ZacSharp 2020-08-20 23:11:55 +02:00
  • 5f686c1c12 improve isSafeToCancel in MovementDiagonal even more ZacSharp 2020-08-20 22:40:16 +02:00
  • 4eea8308d7 Merge pull request #1956 from RealIndrit/patch-1 Leijurv 2020-08-18 11:14:25 -07:00
  • 7f9704592e Made catch function wide kuthy 2020-08-18 15:40:12 +02:00
  • 523f13c430 🔥 Get yeeted unused code RealIndrit 2020-08-18 12:36:10 +02:00
  • 1c8079c051 Merge pull request #1058 from ADShenoi/patch-1 Leijurv 2020-08-17 16:40:56 -07:00
  • 2abd024b3c Merge branch 'master' into patch-1 Leijurv 2020-08-17 16:40:41 -07:00
  • 7992b63aae Merge pull request #1346 from aUniqueUser/master Leijurv 2020-08-17 16:38:36 -07:00
  • 836ef3328c Merge pull request #1541 from babbaj/keep-annotation Leijurv 2020-08-17 16:36:48 -07:00
  • c470dc1a17 Merge pull request #1158 from c0nn3r/master Leijurv 2020-08-17 16:33:48 -07:00
  • 97a1029a72 Merge pull request #1554 from ByteZ1337/master Leijurv 2020-08-17 16:17:47 -07:00
  • 5f9602796a Merge pull request #1876 from CorruptedSeal/master Leijurv 2020-08-17 16:17:01 -07:00
  • 02e7886e77 properly set isSafeToCancel in MovementDiagonal, fixes #1788 Leijurv 2020-08-17 16:15:56 -07:00
  • 9851623557 anti-indrit-cringe Leijurv 2020-08-17 16:03:04 -07:00
  • f0d2bae3d1 Merge pull request #1947 from RealIndrit/master Leijurv 2020-08-17 15:57:37 -07:00
  • f3561cab47 SUPER cute code for repackOnAnyBlockChange Leijurv 2020-08-17 15:54:42 -07:00
  • 38d047dbd1 make the packer queue super cute and deduplicated Leijurv 2020-08-17 15:19:11 -07:00
  • e6ba4ef309 we don't compile here Leijurv 2020-08-17 15:00:57 -07:00
  • 460833f7d6 Merge branch 'master' of github.com:cabaletta/baritone Leijurv 2020-08-17 14:59:20 -07:00
  • 2eba22031a Maybe dont have ignore cost calculation override auto tool? RealIndrit 2020-08-14 22:47:39 +02:00
  • ac55de63e9 Maybe dont have ignore cost calculation override auto tool? RealIndrit 2020-08-14 17:55:10 +02:00
  • 88e2fba447 Ok, Im actually retarded RealIndrit 2020-08-14 17:11:31 +02:00
  • 94ac15a8fc KEK False != True :clown: RealIndrit 2020-08-14 17:06:41 +02:00
  • 19355cb4f2 Added AutoToolMovement bypass setting for special usage cases, should not be used it not actually necessary RealIndrit 2020-08-14 10:58:15 +02:00
  • e0ff16e2dd Nice brainfart RealIndrit 2020-08-14 10:34:21 +02:00
  • 49db52673a Lol RealIndrit 2020-08-14 10:25:51 +02:00
  • f8872e1cd4 Everything can be traced back to getBestSlot(); RealIndrit 2020-08-14 10:14:02 +02:00
  • 2ed3e10833 And we try this again, because wtf?? RealIndrit 2020-08-13 23:20:30 +02:00
  • 2b6fe188ed Why calculate stuff that isnt needed... RealIndrit 2020-08-13 22:47:40 +02:00
  • 2ddc2c3660 Add auto tool settings because 2 lines of code lols RealIndrit 2020-08-13 22:36:34 +02:00
  • b187d86074 fix orsond rock brain moment Leijurv 2020-08-05 23:31:32 -07:00
  • 727694fdd5 Merge pull request #1939 from orsondmc/startAtLayer Leijurv 2020-08-05 23:28:52 -07:00
  • 7081cf7172 Introduce startAtLayer to start building at a specific layer in the schematic. To be used only with buildWithLayers true. orsondmc 2020-08-06 16:23:13 +10:00
  • a25afd5c13 Merge pull request #1895 from John200410/patch-1 Leijurv 2020-07-29 12:57:41 -07:00
  • c180eb9975 Update README.md Leijurv 2020-07-29 12:52:19 -07:00
  • 9e45998a65 brady shouldn't merge PRs that don't compile, thanks cdagaming Leijurv 2020-07-26 13:21:51 -07:00
  • 2acf64a0d0 add rusherhack integration badge John 2020-07-20 03:12:24 -04:00
  • 9d41367eff Merge pull request #1873 from CorruptedSeal/master Brady 2020-07-20 00:59:52 -05:00
  • b64dd8f25f Merge pull request #1879 from elonmusksama/master Leijurv 2020-07-16 21:12:13 -07:00
  • cbb3483456 updated compatible versions to future badge elongated muskrat 2020-07-16 14:35:17 -03:00
  • 6603e8b11e Update ExecutionControlCommands.java CorruptedSeal 2020-07-16 03:45:23 -06:00
  • d522f9dfa3 Update ProguardTask.java CorruptedSeal 2020-07-15 01:34:19 -06:00
  • f02476ff3a Update ProguardTask.java CorruptedSeal 2020-07-15 01:18:01 -06:00
  • eafca1e1fe yourkit Leijurv 2020-07-06 17:07:59 -07:00
  • 0055a059f7 Formated Code kuthy 2020-07-03 16:52:03 +02:00
  • 8262909063 Fixing crash after clicking into the air kuthy 2020-07-03 15:36:44 +02:00
  • e42c19bfec thebes uwu Leijurv 2020-06-27 22:25:47 -07:00
  • 8fe05c9119 fixup! Allow multi-artifact building for Jitpack and local Maven repos Moondarker 2020-06-20 23:16:20 +03:00
  • e8e6a9bc5c Allow multi-artifact building for Jitpack and local Maven repos Moondarker 2020-06-20 23:11:16 +03:00
  • c41eb4afa0 Merge remote-tracking branch 'upstream/master' ByteZ1337 2020-06-08 17:42:05 +02:00
  • 80c8294f5f maintain obscenely obvious pro impact bias in subconscious coloring Leijurv 2020-06-04 11:32:20 -07:00
  • fc58673abd Merge pull request #1709 from dominikaaaa/patch-1 Leijurv 2020-06-04 11:31:28 -07:00
  • ca831bc734 Added blue badge to integrations badges Dominika 2020-05-18 13:47:57 -04:00
  • a76cf0fe9a brady more like brainletdy Leijurv 2020-05-17 18:35:41 -07:00
  • 688853c523 Merge pull request #1657 from babbaj/rename Leijurv 2020-05-03 22:24:45 -07:00
  • 806dc8f017 This had to be done Babbaj 2020-05-04 01:15:18 -04:00
  • 89ab78a329 Update README.md Leijurv 2020-05-03 18:51:21 -07:00