Commit Graph

98 Commits

Author SHA1 Message Date
Brady 8c12416348
Use new nether-pathfinder API
Doesn't stitch segments, just partially functional
2023-06-16 18:59:57 -05:00
Brady a9e9cd978d
cancel lol 2023-06-15 22:59:01 -05:00
Leijurv 8df6778641
sort of integrated nether pathfinder 2023-06-15 00:32:26 -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
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 67a085c95f
Batch together GL_LINES draw calls 2023-06-12 13:16:37 -05:00
Brady a09e63d6aa
appease codacy 2023-06-11 13:14:52 -05:00
Brady 94d757104b
Clean ups 2023-06-11 11:24:31 -05: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
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 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
Leijurv d6d9af65fb
reformat 2023-01-15 01:04:15 -08:00
Wagyourtail 853dadd906
Merge remote-tracking branch 'origin/master' into 1.12/fasterworldscanner 2022-12-27 23:58:13 -07:00
leijurv 1697293f12
Merge pull request #3479 from scorbett123/caching_performance_upgrade
Caching performance upgrade
2022-12-23 23:57:14 -08:00
Wagyourtail 1736f2ffc7
replace the world scanner with a 500x faster one 2022-12-23 16:34:49 -07:00
ZacSharp 1cd2fb5b18
Reliably clear keys when paused 2022-10-24 22:49:12 +02:00
scorbett123 4699b46744
Merge branch 'master' into caching_performance_upgrade 2022-10-03 21:25:23 +01:00
rycbar0 f9c5386e7a final changes 2022-10-03 21:39:53 +02:00
rycbar0 025f6235f9 litematica command works and added schematic selection if more than 1 schematic is loaded
bug: if schematic origin isnt minimum corner schematic is built in the wrong place
2022-09-30 17:53:31 +02:00
schmar03 d928e705b9 LitematicaCommand added to build loaded schematics 2022-09-28 12:09:38 +02:00
Leijurv 85ab317c6c
simplify, remove setting changed event, always construct new precomputeddata 2022-07-14 21:35:30 -07: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
Leijurv 49828baae3
Merge pull request #3296 from ZacSharp/findImprovements
Find improvements
2022-07-05 15:32:02 -07:00
scorbett123 af1eb58bb8 Implement Leijurv's precomputed data idea 2022-05-31 14:43:58 +01: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 ef4e19002b
Provide more information for #find
Always log something to chat so people don't think it's broken and make sure they know about the restriction to cached blocks.
2022-03-05 22:27:27 +01:00
ZacSharp e6ee5fc6b8
Make positions from #find clickable 2022-03-05 21:42:27 +01:00
ehylo 0ade37f14f
Update Setup and Usage guides
Also fix 2 settings that just don't have a description for some reason, and add some information to the find command because that also for some reason did not have anything there. The descriptions I put may not be detailed enough so please let me know if things should change
2022-02-08 21:13:51 -08:00
Leijurv c2de6e3f3d
Merge pull request #3173 from scorbett123/patch-4
Add unpause as an alias for resume
2022-02-01 23:57:21 -08:00
scorbett123 bb8e4bd737
Add unpause as an alias for resume
Some people can't seem to find out what to do to unpause baritone, so this should hopefully help them figure it out, as for some reason unpause makes more sense to people than resume.
2022-01-02 12:45:03 +00:00
scorbett123 90fcffdf2a Remove container memory
Signed-off-by: scorbett123 <50634068+scorbett123@users.noreply.github.com>
2021-12-12 19:50:27 +00:00
ZacSharp 724162f37f
Store deleted waypoints per world
Different dimensions are actually different worlds and the user might expect the wapoints to be restorable until they leave the server, so discrading them when the world changes would be too early.
2021-10-19 01:17:23 +02:00
ZacSharp 3244b102ad
Add a way to restore deleted waypoints
Makes using the clickable text less dangerous when there are others writing in chat.
2021-10-18 02:42:58 +02:00
ZacSharp 6669d49636
Add a way to get the creation command for a waypoint 2021-10-17 15:10:14 +02:00
ZacSharp 3b480dabdb
Make the tag argument optional, defaulting to USER
Listing all possible combinations in the usage as done before would have beed 8 lines just for the save command so I made it one special case, one combined line and a line explaining the defaults in the general waypoint help.

Also tab completion does not work when omitting either tag or name, because it starting to tab complete a position right from the first argument would probably only cause confusion and would be harder to implement because of the variable start position (names can even be numbers so it's impossible to do it 100% correctly)
2021-10-17 14:47:03 +02:00
ZacSharp 3e69281d61
Update usage of #waypoint
It now properly reports when either a tag or name can be specified and includes the clear subcommand
2021-10-17 14:06:07 +02:00
ZacSharp 1b04386b01
Allow saving unnamed waypoints by position 2021-10-17 13:53:55 +02:00
wagyourtail ba0b5f929f cleanup 2021-10-08 15:49:22 -06:00
wagyourtail 89c960c455 better follow command error handling 2021-10-08 14:58:17 -06:00
ZacSharp cec44e3668
Add a clipboard to #sel 2021-06-13 00:21:52 +02:00
Leijurv db24a2251f
Merge pull request #2771 from ZacSharp/notificationCallback
More log callbacks
2021-05-26 11:32:53 -07:00