1
0
forked from Clones/Controlify
Commit Graph

245 Commits

Author SHA1 Message Date
1cb4a40bac Migrate to libsdl4j, SDL download screen, use gamecontrollerdb.txt, calibration now detects joystick triggers 2023-09-03 23:41:18 +01:00
bd9bb7e69d Fix F3+Esc crashing on controller mode (close #156) 2023-09-03 23:15:27 +01:00
431a46dcb3 Update immediately fast compat and disable compat modules if they fail 2023-08-28 00:23:27 +01:00
ed419d8eee ✏️ Make server policies allow by default 2023-08-19 20:39:46 +01:00
828e150443 🐛 Add @Unique to some mixin members where applicable 2023-08-19 20:07:15 +01:00
fa848e7179 🐛 Fix toggle sneak enabling when dismounting or landing after flight 2023-08-19 20:07:15 +01:00
c8e100b2bc 🐛 Fix use item rumble getting stuck on death/respawn 2023-08-19 20:07:15 +01:00
8b2dc970cb No fly drifting, improve server policy system (backwards compat with old packet) 2023-08-19 20:07:15 +01:00
fa656304c0 ✏️ Improve radial menu first launch 2023-08-19 20:07:15 +01:00
b38f392bd7 Take screenshot + pick block with nbt bindings 2023-08-19 20:07:14 +01:00
f2e8fc1187 📜 Bump to 1.5.1 + changelog 2023-08-11 23:21:35 +01:00
1c3aee7ea5 Added radial capability to SVC 2023-08-11 23:14:24 +01:00
e3f50ea552 Add radial icons to the public-facing API 2023-08-11 23:13:02 +01:00
e4b651f9e0 🤝 Simple voice chat compatibility (fix PTT & whisper not working) 2023-08-11 13:16:48 +01:00
ea451e2e16 ✏️ Slightly increased the values the auto deadzone calibration gives you 2023-08-11 00:00:29 +01:00
58fe5c7043 ✏️ Make rumble effects merge together rather than pausing one another when playing in unison (plays the stronger magnitude for both motors) 2023-08-10 23:59:43 +01:00
44ab103b65 🐛 Fix reach-around policy not being loaded from server config
✏️ Force-enable reach-around on the client if the server specifically allows it, regardless of option in settings
2023-08-08 11:01:45 +01:00
5836c380ac ✏️ Make the "edit box keeps focus" feature customizable behaviour by ComponentProcessor 2023-08-08 10:32:05 +01:00
9e476e2969 🐘 Bump SDL2 to 2.28.2 2023-08-08 00:08:16 +01:00
0ed8d8741f SDL gamepad input driver 2023-08-07 23:35:21 +01:00
f8fd2aae86 ✏️ Make radial menu config button a featured option. 2023-08-07 22:37:07 +01:00
26b78b3974 Merge branch 'feature/radial-menu' into 1.20.x/dev
# Conflicts:
#	src/main/java/dev/isxander/controlify/config/ControlifyConfig.java
#	src/main/java/dev/isxander/controlify/controller/ControllerConfig.java
#	src/main/resources/assets/controlify/lang/en_us.json
2023-08-07 22:25:56 +01:00
15f575567c 🐛 Fix fabric radial icon not rendering 2023-08-07 22:23:34 +01:00
41ac2b18c7 ✏️ Added featured options to config screen + update toast on launch 2023-08-07 22:09:24 +01:00
0ea146edee 🐛 Rumble: fix continuous effects breaking due to driver optimizations 2023-08-07 20:31:24 +01:00
6bbab1eb3c 🐛 Radial menu: fix not being able to back out of edit screen after changing an action 2023-08-07 20:12:59 +01:00
8d3ce1d573 🐛 Potentially resolve client hang on shutdown issue (relates to #125) 2023-08-06 23:55:19 +01:00
65447897d7 ✏️ Reduce show mouse delay with mixed input to 2 seconds (from 3) (relates to #130) 2023-08-06 23:40:22 +01:00
e643eb8dc3 🐛 Fix mismatched controller guides in inventory (closes #131) 2023-08-06 23:39:45 +01:00
372cfa69c3 🐛 Catch errors with controller detection, so they still load on failure 2023-08-06 23:28:04 +01:00
efc08f9923 ✏️ Finishing touches on radial screen 2023-08-06 21:56:56 +01:00
0d487c780d ✏️ Radial menu: move editing of actions into the config screen as it's more intuitive 2023-08-06 19:53:13 +01:00
ec7a20606a 🐛 Radial menu: fix the icon for modded keybinds not working 2023-08-06 19:52:37 +01:00
f985b0e7a0 ✏️ Submit controller screen: Convert the don't show again checkbox to is controller functional question 2023-08-04 23:40:31 +01:00
34f729484b Add 'PRINT_VID_PID' debug property 2023-08-04 23:39:58 +01:00
d74b7d3724 ✏️ Credit Andrew Grant in the carousel screen 2023-08-04 23:37:38 +01:00
45e1e1a139 ✏️ Make invalid name check more intuitive. 2023-08-03 00:10:21 +01:00
cd3b7c6b96 ✏️ Remove jank from the controller submission screen 2023-08-03 00:02:28 +01:00
dea2fe1f9d ✏️ Don't unfocus edit boxes when switching to keyboard/mouse mode 2023-08-02 23:59:58 +01:00
19cdf59666 Unknown controller submission screen. 2023-08-02 23:16:51 +01:00
90710d1510 🐛 Better naming of XInput devices 2023-08-02 23:15:03 +01:00
9ae1159b6d 🐛 Fix controllers with the same name not stacking names properly. 2023-08-02 23:13:28 +01:00
249e12c148 🐛 Fix mixin remap error on runtime 2023-07-29 15:55:41 +01:00
2f6fa8f97a Remove old radial options from YACL config 2023-07-28 23:45:36 +01:00
2048a09477 Only allow handpicked bindings for radial menu (and all modded binds) with hand-picked icons for all. 2023-07-28 23:40:33 +01:00
dd058d3983 More radial changes 2023-07-28 18:08:47 +01:00
edb0cce91b ✏️ Format unknown HID identifies as hex for easier searching 2023-07-27 20:25:15 +01:00
33bc4bdee4 🐛 Prevent disabling controller when pressing 'Maybe Later' on the calibration screen if the controller is already calibrated. 2023-07-27 20:23:43 +01:00
276cdff132 🐛 Make the reset button act as an unbind button. (close #120) 2023-07-27 20:22:58 +01:00
1df7925109 🐛 Fix chat rendering incorrectly when hidden (close #119) 2023-07-27 20:15:04 +01:00