1
0
mirror of https://github.com/chylex/Better-Controls.git synced 2024-10-16 22:42:47 +02:00
Commit Graph

98 Commits

Author SHA1 Message Date
6c2bf71472
Merge Fabric & Forge codebases 2021-10-03 11:44:02 +02:00
a875ae2255
Unify with Forge codebase 2021-10-02 15:38:34 +02:00
f0214983e5
Fix narration of key bindings 2021-10-02 15:22:28 +02:00
0400dd3b36
Remove some utility classes 2021-10-02 15:13:24 +02:00
7f8065fa97
Migrate to Mojang mappings 2021-10-02 15:13:24 +02:00
de07ba881b
Release v1.2.0 for Minecraft 1.17+ 2021-06-14 20:13:15 +02:00
239a2a7494
Update Gradle to 7.0 2021-06-14 17:13:39 +02:00
a0dce54b00 Update README 2020-12-10 06:10:51 +01:00
24e4df4a49 Release v1.2.0 for Minecraft 1.16.2+ 2020-12-10 05:50:36 +01:00
f60b23ecdc Fix tapping sneak to stop flying on ground not working when flight inertia is disabled 2020-12-10 05:50:36 +01:00
b23d1ebca5 Add option to disable double tapping 'Jump' key to flight
Fixes #6
2020-12-09 12:17:10 +01:00
76387252c0 Change flight to 'Hold to Sprint' mode at all times & fix not boost unless flying forward 2020-12-09 06:47:28 +01:00
b1fd62dd91 Add option to disable flight inertia after releasing movement keys
Fixes #2
2020-12-09 05:46:37 +01:00
dae0eb4b25 Fix unreleased refactor breaking keybind serialization 2020-12-09 05:19:54 +01:00
a2c9fd3c4b Minor code tweaks 2020-12-09 04:57:20 +01:00
933d62585b Add README 2020-12-09 04:04:29 +01:00
b7d4af6182 Fix compile error in 1.16.4 (apparently override visibility is forwards compatible so 1.16.2+ build still works) 2020-11-03 01:04:35 +01:00
0c2eb63a24 Refactor code to make porting easier 2020-10-30 17:41:08 +01:00
2b1a032295 Release v1.1.0 for Minecraft 1.16.2+ 2020-10-27 17:14:07 +01:00
5f5c3da988 Avoid sudden FOV jump when starting to fly with disabled FOV changing 2020-10-27 17:03:15 +01:00
b511727be9 Add options for vertical flight speed boost in creative/spectator and default/sprinting modes 2020-10-27 16:37:13 +01:00
fa82145530 Add more flight speed options (5x and 7x) 2020-10-26 22:23:21 +01:00
ebd522dca7 Add option to prevent FOV changing while flying 2020-10-26 21:30:23 +01:00
90c3379d57 Add key binding to reset all toggles at once 2020-10-26 21:12:26 +01:00
04c789a50e Implement third sprinting mode (hold key to sprint) & option to change sprinting mode when flying 2020-10-26 21:12:26 +01:00
a79871b690 Release v1.0.1 for Minecraft 1.16.2+ 2020-10-19 21:12:33 +02:00
c537e037b5 Avoid wobble sprinting when resuming sprinting after hitting an obstacle, by simulating holding sprint for multiple ticks 2020-10-19 21:11:38 +02:00
c0e9c92197 Release v1.0.0 for Minecraft 1.16.2+ 2020-10-18 16:47:35 +02:00
e55cef95b3 Fix sprinting not stopping when untoggling sometimes 2020-10-18 16:02:15 +02:00
5b3b633cbf Clamp flight speed when reading from config 2020-10-18 14:32:53 +02:00
302d37f101 Update Fabric & Yarn version and restrict mod to 1.16.2 or newer 2020-10-18 14:10:55 +02:00
e9a339f025 Add support for Mod Menu configuration button & set priority on HookOpenScreen 2020-10-18 12:58:33 +02:00
d28ece5759 Implement option to stop sprinting by pressing 'Sprint' key again 2020-10-18 11:37:21 +02:00
572e1f16c8 Disable toggle sprint/sneak buttons in vanilla accessibility options screen 2020-10-18 08:14:29 +02:00
85f86b52ed Fix mixins.json file name 2020-10-18 07:38:33 +02:00
71e7bed96f Hide custom keybindings in the Controls screen 2020-10-17 20:25:44 +02:00
15f1635604 Implement toggle keys for sprinting, sneaking, and flying 2020-10-17 19:21:28 +02:00
b32bebe33d Implement toggle keys for walking forward & jumping 2020-10-17 19:20:08 +02:00
87315529f4 Add keybinding to open configuration screen 2020-10-17 18:21:43 +02:00
b76a65fb70 Implement option to resume sprinting after hitting an obstacle 2020-10-17 18:12:42 +02:00
bec0bcb597 Implement option to disable smooth camera when sneaking 2020-10-17 16:01:57 +02:00
d7151afd0e Implement option to fly on ground in creative mode 2020-10-17 15:51:44 +02:00
bf13fb002e Implement flight speed multiplier options 2020-10-17 15:14:46 +02:00
ed5e73956f Implement option to disable double tapping to sprint 2020-10-17 14:34:42 +02:00
482daeba3f Add sticky keybind hooks to support better toggling 2020-10-17 12:21:28 +02:00
bee7dee256 Add core files w/ config serialization, options screen, and keybind registration 2020-10-17 12:21:28 +02:00
999f2bcec0 Add Gradle & Fabric dependency 2020-10-16 07:56:18 +02:00
90b2bb3a14
Initial commit 2020-10-14 03:56:38 +02:00