Commit Graph

3638 Commits

Author SHA1 Message Date
Xiaro c144aa74d3
[bump] Updated command submodule 2021-02-14 00:15:20 -05:00
nopjmp bcaa0c351c [cleanup] remove import and move isInOrAboveWater to EntityUtils 2021-02-14 00:13:52 -05:00
nopjmp 45dc69db96 [fix] Disable Strafe when in or above water
We should add a Water Speed or generic speed module for water movement controls.

For now, remove it from strafe due to default NCP checks triggering on this easily.
2021-02-14 00:13:52 -05:00
IUDevman 4b7b2b140b
[refactor] Converted KamiMod to Kotlin (#1931)
Co-authored-by: lv <~@l1v.in>
2021-02-14 00:13:19 -05:00
nopjmp 22a0007138 [fix] Disable for fake entity and self for TeleportLogger 2021-02-13 11:45:57 -05:00
nopjmp 7bc7920979 [fix] stutter when leaving FreeCam
I checked with #1759 and was not able to reproduce the issue.

This problem is exaggerated when we call the loadRenderers with OptiFine added.

We do not need to reload the entire rendering pipeline every time we leave FreeCam.

If we still encounter the issue, I would much rather block unloading chunks from the graphics pipeline and check to make sure that works with OptiFine.
2021-02-13 11:45:57 -05:00
Xiaro 7802edbb6f
[cleanup] Removed the extra coroutineScope in parallel listener invoking 2021-02-12 14:35:28 -05:00
Xiaro 3f237fee29
[fix] Armor Hud rendering bugs 2021-02-12 13:52:19 -05:00
Xiaro b793856328
[enhancement] Ensure all windows are visible on first startup 2021-02-12 02:50:29 -05:00
Xiaro 5e71e61dc7
[fix] Clamps the setting window position within display area
closes #1862
2021-02-12 02:28:45 -05:00
Xiaro 474b7535e6
[fix] PacketLogger not making new directory.
closes #1930
2021-02-12 02:03:59 -05:00
Xiaro 6be370f11d
[enhancement] Updates ModuleList order faster 2021-02-12 01:29:53 -05:00
Xiaro 91be43824d
[fix] AutoEat stops too early on 2b2t
Hause moment
2021-02-12 01:28:36 -05:00
Xiaro a7041b4f61
[fix] Coordinate Hud Y coordinate conversion 2021-02-12 00:59:22 -05:00
Xiaro 67d65fc2e3
[fix] WaterMark enables after relaunch 2021-02-12 00:52:17 -05:00
Xiaro 6a8152b90c
[enhancement] Optimized AutoOffhand performance 2021-02-12 00:00:17 -05:00
Xiaro d70cbf3766
[fix] Rewrote equipBestWeapon() to fixed the weapon preference bug 2021-02-11 23:01:38 -05:00
nopjmp 91e4a50667
[feature] AutoOffHand adjustable delay (#1919)
Co-authored-by: Xiaro <62033805+Xiaro@users.noreply.github.com>
2021-02-10 21:26:42 -05:00
Xiaro 47c0292345
[fix] AutoObsidian empty slot counting 2021-02-09 14:57:36 -05:00
scorbett123 15881755bd
[enhancement] Rename Save to File to Save to Waypoints (#1926)
* [enhancement] rename save to file to save to waypoints

Makes it more understandable for the end user and describes what it actually does.

* [enhancement] saveToFile -> saveToWaypoints in teleport logger
2021-02-09 07:18:37 -05:00
Xiaro 5827aff913
[fix] Inventory desync caused by AutoObsidian 2021-02-08 03:49:33 -05:00
Xiaro 4ae8917a80
[enhancement] Added instant mining to AutoObsidian 2021-02-08 03:49:33 -05:00
Xiaro e07a33cb14
[fix] AutoObsidian block interact side 2021-02-08 03:49:32 -05:00
Xiaro 53dc0a08f4
[fix] AutoObsidian target stack counting 2021-02-08 03:48:40 -05:00
Xiaro e4cecb9337
[cleanup] Cleaned up Strafe and MovementUtils
From #1922
2021-02-08 00:42:43 -05:00
nopjmp 2edcc51b01
[enhancement] Add in Speed modifiers into Strafe (#1922)
Only has "NCP/NCP Strict" modes that were lightly tested against NCP.

AAC can be added if there is an AAC server specific speed tweak we need for an anarchy server.

Custom allows tuning manually, but we need more options as other methods are used.
2021-02-07 18:56:10 -05:00
nopjmp bfc273c233
[enhancement] Add SmallShield alias to ItemModel for discoverability (#1920) 2021-02-07 18:49:33 -05:00
nopjmp 7ea107b509
[enhancement] Use ChunkPos instead of Chunk in NewChunks (#1921) 2021-02-07 18:48:59 -05:00
Xiaro 36498a0b64
[fix] Missing words in multi line description
closes #1917
2021-02-07 18:19:47 -05:00
liv fd1a8bf8e6
[fix] Tracers max range
Closes #1915
2021-02-07 11:02:20 -05:00
scorbett123 1b56817ce4
[enhancement] Add color bar to Armor (#1913)
Co-authored-by: lv <~@l1v.in>
Co-authored-by: Xiaro <62033805+Xiaro@users.noreply.github.com>
2021-02-06 19:06:59 -05:00
Xiaro 2b168c7255
[fix] LogoutLogger spam 2021-02-06 17:29:22 -05:00
Xiaro 7c2121f291
[enhancement] Rewrote CPS with value smoothing 2021-02-06 15:39:45 -05:00
Xiaro 9fa822eaee
[cleanup] Cleaned up NoteBot, fix off key sounds. 2021-02-06 14:13:57 -05:00
lv f0fbf7566f
[cleanup] Auto-format entire project according to editorconfig
Signed-off-by: lv <~@l1v.in>
2021-02-06 13:59:40 -05:00
scorbett123 63b1ba9168
[feature] Add default button to hud elements (#1911)
Signed-off-by: scorbett123 <50634068+scorbett123@users.noreply.github.com>
2021-02-06 13:38:46 -05:00
scorbett123 242ef4efe8
[enhancement] Add CPS to the HUD (#1912)
Co-authored-by: lv <~@l1v.in>
2021-02-06 13:34:00 -05:00
liv fdf55cf5a5
[fix] Duplicate argument in ConfigCommand 2021-02-06 13:27:20 -05:00
lv f3654369e5
[fix] Notebot description 2021-02-06 12:40:47 -05:00
Xiaro 3f43a3eae8
[fix] "None" binds turns into "Alt+None" 2021-02-06 03:33:18 -05:00
Xiaro c624e5ca7a
[cleanup] Removed game broken setting, cleaned up PingSpoof code 2021-02-06 03:33:17 -05:00
scorbett123 209d26db6f
[feature] Added `.nbs` support to Notebot (#1906)
Co-authored-by: lv <~@l1v.in>
2021-02-05 15:21:31 -05:00
liv 5731a4fd4e
[fix] Make AutoMine easier to understand to people who can't read 2021-02-05 14:53:12 -05:00
scorbett123 b40718b632
[enhancement] Re-add spaces to setting names (#1903)
Co-authored-by: Xiaro <62033805+Xiaro@users.noreply.github.com>
Co-authored-by: lv <~@l1v.in>
2021-02-05 13:50:50 -05:00
Xiaro 775770d4e7
[cleanup] Cleaned up NoSlowDown and IceSpeed 2021-02-05 12:24:26 -05:00
Xiaro 3a7810f290
[enhancement] Disabled KillAura quicker on dead
Entity.isDead is false in first 3 seconds of death
2021-02-05 11:42:37 -05:00
Xiaro 1bbd64583f
[enhancement] Added Firework option to NoRender
closes #1907
2021-02-05 10:58:40 -05:00
IUDevman 5ee03988a3
[fix] Changed dep urls to https (#1908) 2021-02-05 08:58:14 -05:00
Xiaro bc5d4b92c6
[fix] HoleMiner not working on 2b2tpvp
This works on 2b2t but not random pvp server?
2021-02-05 02:36:47 -05:00
Xiaro a8bcffac81
[fix] LiquidInteract compatibility
Thanks who ever wrote this
2021-02-05 02:10:04 -05:00