Commit Graph

2137 Commits

Author SHA1 Message Date
Leijurv 8df6778641
sort of integrated nether pathfinder 2023-06-15 00:32:26 -07:00
Brady 9672bd2c6d
Fix compile 2023-06-14 16:08:34 -05:00
Brady 7b6f9b3eb6
Merge remote-tracking branch 'origin/master' into elytra 2023-06-14 15:48:16 -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
Leijurv 92509f07e9
normal raytracer skips flowing lava (aka lavafalls) which is no good 2023-06-12 22:00:23 -07:00
Leijurv 44cd5dcd41
go around glowstone and nether fortresses 2023-06-12 21:43:10 -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
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
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
Brady 67a085c95f
Batch together GL_LINES draw calls 2023-06-12 13:16:37 -05:00
Brady 1d5ee079b4
Read `serverRotation` from packet and invalidate on world load 2023-06-12 12:11:50 -05:00
Leijurv 410cfcf21a
typo, fix crash at end of path 2023-06-11 22:40:35 -07:00
Leijurv 4148b98187
typo 2023-06-11 22:22:49 -07:00
Leijurv b9054cdfc9
use more fireworks 2023-06-11 22:22:01 -07:00
Brady bb36ebfc0c
Use `IPlayerContext` for all `RotationUtils` methods
Deprecates all old overloads
2023-06-11 20:09:37 -05:00
Brady a7d15d1e32
Consistent naming and comments for clarification 2023-06-11 18:43:48 -05:00
Brady 4317dca024
Determine target mode (client/server) in `updateTarget` 2023-06-11 18:35:34 -05:00
Leijurv c48c2aa45c
allow even more desperate motion 2023-06-11 13:57:21 -07:00
Leijurv a602863426
better elytra 2023-06-11 12:49:31 -07:00
Brady a09e63d6aa
appease codacy 2023-06-11 13:14:52 -05:00
Brady 364ae87ef8
Add `blockFreeLook` setting 2023-06-11 12:36:53 -05:00
Brady 94d757104b
Clean ups 2023-06-11 11:24:31 -05:00
Leijurv 705a5a0712
elytra prototype mvp 2023-06-11 00:33:35 -07:00
Brady 9729e63d98
Create and utilize new `Mask` type
Added factory method to `MaskSchematic` for creation using a `Mask`
Sort-of mocks the schematic structure, without the block states ofc
2023-06-09 17:25:29 -05:00
Brady 26574b4a9b
Add optional axis parameter for `#sel cyl` 2023-06-08 16:32:33 -05:00
Brady a1b1ef88cf
Use a Supplier to mimic a switch expression 2023-06-08 15:46:32 -05:00
Brady 34abbfb5da
appease codacy 2023-06-07 17:38:26 -05:00
Brady 0d14bde583
Working sphere/cylinder build commands for `#sel` 2023-06-07 16:31:52 -05:00
Brady 80ec9023ce
Replace `JAVA_ONLY_SETTINGS` array with `@JavaOnly` annotation 2023-06-04 12:31:34 -05:00
leijurv 5dd10b6e81
Merge pull request #3946 from ZacSharp/pr/farm/addCocoa
Make cocoa farmable
2023-05-23 17:31:06 -07:00
ZacSharp e4cd35ac33
Add maxYLevelWhileMining setting 2023-04-24 23:11:55 +02:00
ZacSharp e8a4a9fdac
Make cocoa farmable 2023-04-24 16:23:38 +02:00
Wagyourtail 6698505dd8
make wp c not throw npe on invalid tag name 2023-03-13 15:31:18 -07:00
Leijurv 790a4f6769
command to load settings from a specific file 2023-03-01 00:25:49 -08:00
Leijurv f1ead19b6e
option to only move inventory when stationary 2023-02-28 23:44:33 -08:00
leijurv c1a9621dfa
Merge pull request #3768 from wagyourtail/1.12/fasterworldscanner
replace the world scanner with a 500x faster one
2023-01-28 10:18:59 -08:00
Wagyourtail 6de266a106
remove extra method call 2023-01-28 01:39:58 -07:00
Wagyourtail 334d9c119b
remove the allocation of an intlist per section 2023-01-28 00:44:54 -07:00
Entropy5 413cc1469f zac suggestion (number 2), test ongoing 2023-01-27 14:23:08 +01:00
Wagyourtail 7404414e7a
less impure 2023-01-20 23:43:00 -07:00
Entropy5 49b1f3528b Merge remote-tracking branch 'origin/master' 2023-01-17 06:33:09 +01:00
Entropy5 26cceede15 litematica support for buildonlyselection, mostly rycbars 2023-01-17 06:33:01 +01:00