1
0
Fork 0
Commit Graph

86 Commits

Author SHA1 Message Date
chylex b1fd62dd91 Add option to disable flight inertia after releasing movement keys
Fixes #2
2020-12-09 05:46:37 +01:00
chylex dae0eb4b25 Fix unreleased refactor breaking keybind serialization 2020-12-09 05:19:54 +01:00
chylex a2c9fd3c4b Minor code tweaks 2020-12-09 04:57:20 +01:00
chylex 933d62585b Add README 2020-12-09 04:04:29 +01:00
chylex 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
chylex 0c2eb63a24 Refactor code to make porting easier 2020-10-30 17:41:08 +01:00
chylex 2b1a032295 Release v1.1.0 for Minecraft 1.16.2+ 2020-10-27 17:14:07 +01:00
chylex 5f5c3da988 Avoid sudden FOV jump when starting to fly with disabled FOV changing 2020-10-27 17:03:15 +01:00
chylex b511727be9 Add options for vertical flight speed boost in creative/spectator and default/sprinting modes 2020-10-27 16:37:13 +01:00
chylex fa82145530 Add more flight speed options (5x and 7x) 2020-10-26 22:23:21 +01:00
chylex ebd522dca7 Add option to prevent FOV changing while flying 2020-10-26 21:30:23 +01:00
chylex 90c3379d57 Add key binding to reset all toggles at once 2020-10-26 21:12:26 +01:00
chylex 04c789a50e Implement third sprinting mode (hold key to sprint) & option to change sprinting mode when flying 2020-10-26 21:12:26 +01:00
chylex a79871b690 Release v1.0.1 for Minecraft 1.16.2+ 2020-10-19 21:12:33 +02:00
chylex 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
chylex c0e9c92197 Release v1.0.0 for Minecraft 1.16.2+ 2020-10-18 16:47:35 +02:00
chylex e55cef95b3 Fix sprinting not stopping when untoggling sometimes 2020-10-18 16:02:15 +02:00
chylex 5b3b633cbf Clamp flight speed when reading from config 2020-10-18 14:32:53 +02:00
chylex 302d37f101 Update Fabric & Yarn version and restrict mod to 1.16.2 or newer 2020-10-18 14:10:55 +02:00
chylex e9a339f025 Add support for Mod Menu configuration button & set priority on HookOpenScreen 2020-10-18 12:58:33 +02:00
chylex d28ece5759 Implement option to stop sprinting by pressing 'Sprint' key again 2020-10-18 11:37:21 +02:00
chylex 572e1f16c8 Disable toggle sprint/sneak buttons in vanilla accessibility options screen 2020-10-18 08:14:29 +02:00
chylex 85f86b52ed Fix mixins.json file name 2020-10-18 07:38:33 +02:00
chylex 71e7bed96f Hide custom keybindings in the Controls screen 2020-10-17 20:25:44 +02:00
chylex 15f1635604 Implement toggle keys for sprinting, sneaking, and flying 2020-10-17 19:21:28 +02:00
chylex b32bebe33d Implement toggle keys for walking forward & jumping 2020-10-17 19:20:08 +02:00
chylex 87315529f4 Add keybinding to open configuration screen 2020-10-17 18:21:43 +02:00
chylex b76a65fb70 Implement option to resume sprinting after hitting an obstacle 2020-10-17 18:12:42 +02:00
chylex bec0bcb597 Implement option to disable smooth camera when sneaking 2020-10-17 16:01:57 +02:00
chylex d7151afd0e Implement option to fly on ground in creative mode 2020-10-17 15:51:44 +02:00
chylex bf13fb002e Implement flight speed multiplier options 2020-10-17 15:14:46 +02:00
chylex ed5e73956f Implement option to disable double tapping to sprint 2020-10-17 14:34:42 +02:00
chylex 482daeba3f Add sticky keybind hooks to support better toggling 2020-10-17 12:21:28 +02:00
chylex bee7dee256 Add core files w/ config serialization, options screen, and keybind registration 2020-10-17 12:21:28 +02:00
chylex 999f2bcec0 Add Gradle & Fabric dependency 2020-10-16 07:56:18 +02:00
Daniel Chýlek 90b2bb3a14
Initial commit 2020-10-14 03:56:38 +02:00