Commit Graph

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