Commit Graph

3107 Commits

Author SHA1 Message Date
Brady bfae100cb9
Create `ITickableAimProcessor` 2023-06-22 20:35:22 -05:00
Brady 0682e63707
Apply processor to RotationMoveEvent 2023-06-21 17:39:04 -05:00
Brady 7e426bd2e8
AimProcessor API 2023-06-21 17:35:47 -05:00
Brady 367ce5fa17
cherry pick Allow freeLook when using elytra 2023-06-21 14:55:40 -05:00
Leijurv 6c8f2698d6
cherry pick remainWithExistingLookDirection from fork 2023-06-18 19:31:51 -07:00
leijurv 411c43d90e
Merge pull request #3992 from ZacSharp/pr/blockOptionalMeta/useStackHashesInBlockOptionalMetaLookup
Actually use stack hashes
2023-06-18 17:25:53 -07:00
leijurv bac5fd7438
Merge pull request #3999 from ZacSharp/pr/setting/tabCompleteSetingsLoadPath
Tab complete the file argument for `#settings load`
2023-06-18 17:25:27 -07:00
Brady Hahn 4df31a3fbb
Merge pull request #4000 from ZacSharp/pr/selection/fixHorizontalCylinders
Fix `CylinderMask` with horizontal alignment
2023-06-18 19:02:07 -05:00
ZacSharp 5fd915ab8a
Tab complete the file argument for `#settings load` 2023-06-18 22:27:57 +02:00
ZacSharp 6aeb73b5bd
Fix `CylinderMask` with horizontal alignment 2023-06-18 19:18:46 +02:00
leijurv a665605a5a
Merge pull request #3991 from ZacSharp/pr/guiclick/fixSelectionPreview
Fix `GuiClick` not rendering the outline of the selection being made
2023-06-16 20:29:25 -07:00
ZacSharp e00e0032b4
Actually use stack hashes 2023-06-17 01:40:19 +02:00
ZacSharp f1bf1e8663
Use IRenderer setup methods 2023-06-17 00:36:35 +02:00
ZacSharp ef4cdfd646
Fix render bug caused by color bug fix 2023-06-16 19:22:37 +02:00
leijurv c86643874d
Merge pull request #3936 from ZacSharp/pr/builder/fixPlaceableComparison
Fix considering states unplaceable regardless of buildIgnoreProperties
2023-06-15 19:36:25 -07:00
Brady 26a2945696
remove comment 2023-06-14 19:13:07 -05:00
leijurv 04b09fbfbd
Merge pull request #3985 from cabaletta/pr/deprecateHelperMc
Deprecate `Helper.mc`
2023-06-14 16:20:38 -07:00
Brady f14caa3778
Fix cringe shift by injector 2023-06-14 17:32:47 -05:00
Brady ea9245ad26
missed that 😩 2023-06-14 14:23:24 -05:00
Brady 8534e1ba55
💚 appease codacy 2023-06-14 14:04:34 -05:00
Brady ae66004b80
Custom registration of `Baritone` instances from `Minecraft` 2023-06-14 13:52:27 -05:00
Brady 5b39c0dd96
Remove `getMinecraft()` from `BlockStateInterface` 2023-06-14 12:18:50 -05:00
Brady 2db2d8be59
Steal `BaritoneList` from `bot-system` 2023-06-14 02:00:10 -05:00
Brady 75d47bb110
Fix all usages of `Helper.mc` 2023-06-14 01:53:29 -05:00
leijurv 3662b3fdf1
nope 2023-06-13 21:33:12 -07:00
leijurv b03d31e990
will github let me do this 2023-06-13 21:32:57 -07:00
leijurv 54f0a3c14c
marginally better 2023-06-13 21:32:21 -07:00
leijurv 6a80b0d4ff
forgot github markdown is stupid 2023-06-13 21:31:49 -07:00
leijurv 5e724c1e3a
making these clickable was a mistake 2023-06-13 21:31:10 -07:00
leijurv 88e604426c
1.20.1 2023-06-13 21:30:31 -07:00
Brady dd7b492b0c
registerBehavior is called explicitly now 2023-06-13 23:21:20 -05:00
Brady c7f4e366e2
Remove `mc` references from `WorldProvider`
Also refactored a bit, should be a lot easier to merge upwards to new game versions
2023-06-13 23:07:26 -05:00
Brady 382f82b0e0
Move `Minecraft` to `IPlayerContext` 2023-06-13 21:17:42 -05:00
Brady ab3d9e9c47
I LOVE `final` 2023-06-13 21:13:34 -05:00
Brady 714ebb2c2d
Deprecate `Helper.mc` and begin to replace usages 2023-06-13 18:24:31 -05:00
leijurv 1b254a4811
Merge pull request #3979 from cabaletta/pr/feature/blockFreeLook
Allow free looking when breaking and placing blocks
2023-06-13 10:32:18 -07:00
Brady 76fe0d14d3
Simplify some player context references 2023-06-12 21:13:10 -05:00
Brady 2022d33d03
Fix incorrect references to player and world 2023-06-12 21:12:49 -05:00
Brady c8b8deb3d6
Ensure angle delta is producible with mouse movement 2023-06-12 21:04:30 -05:00
Brady 4885d49d20
Reorganize code 2023-06-12 20:00:03 -05:00
Brady 13fc58933d
Don't bother returning `serverRotations` if no free look 2023-06-12 19:03:03 -05:00
Brady c217a34f13
🐛 fix batch render color bug by backporting 1.17+ render code 2023-06-12 17:06:11 -05:00
leijurv 15182cb151
Merge pull request #3984 from cabaletta/pr/bugfix/censorCoordinatesRecalc
Fix `censorCoordinates` recalc bug
2023-06-12 14:57:02 -07:00
Brady 8a65a1cfc5
🐛 fix incorrect comparison operator 2023-06-12 16:52:20 -05:00
Brady 5bdd5b0c0d
👌 appease leijurv 2023-06-12 16:50:02 -05:00
Brady 7da802a238
Fix `censorCoordinates` recalc bug
Adds `equals` and `toString` implementations where needed
Replaces `toString` equality check with actual `equals` check in `forceRevalidate`
2023-06-12 16:21:05 -05:00
leijurv e334aae608
Merge pull request #3974 from cabaletta/pr/sel-shape-masks
Add sphere and cylinder build commands to sel
2023-06-12 12:57:01 -07:00
leijurv c48a9d98b4
Merge pull request #3982 from cabaletta/pr/batchRender
Batch Rendering
2023-06-12 12:56:05 -07:00
Brady ed34ae73c0
Fix `Mode.NONE` target invalidation 2023-06-12 13:46:10 -05:00
Brady c8a0ae9e10
Do `nudgeToLevel` and `randomLooking` when using freeLook 2023-06-12 13:44:08 -05:00