1
0
forked from Clones/Controlify
Commit Graph

228 Commits

Author SHA1 Message Date
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
cbc9d0a284 🐛 Fix mixin remapping issue in dev envs 2023-07-26 11:33:05 +01:00
8c29f6c6a3 🐛 Fix some issue when hotplugging controllers in-game 2023-07-25 20:59:26 +01:00
77b4eccfb3 🐛 Fix crash on servers due to sounds 2023-07-24 22:37:33 +01:00
282a29394b 🐛 Resolve incompatibility with FAPI item group API where custom creative tabs would be randomly ordered when tabbed through 2023-07-24 22:26:46 +01:00
8efac5bdef Start work on radial menu 2023-07-24 22:19:53 +01:00
9cb95b0a94 ✏️ Use SDL when a controller isn't detected with hid4java 2023-07-12 18:03:50 +01:00
4b75eab7bb ✏️ Improve feel of keyboard-like movement 2023-07-11 22:06:21 +01:00
7ccfd426a1 🐛 Fix move/jump/sneak not working after hotplugging a controller ingame 2023-07-11 22:05:55 +01:00
a8e868cef2 🐛 Fix vanilla overrides not being able to be held down (close #106) 2023-07-11 19:48:26 +01:00
f9c93c8ab1 🐛 Fix vanilla overrides triggering more than once 2023-07-11 08:11:51 +01:00
45e859bdb1 Implement SDL controller identification when hid4java is unavailable (macOS ARM) 2023-07-10 18:01:55 +01:00
23d65cb89d 🐛 Fix the controller default config syncing with the normal config after a serialization failure 2023-07-10 17:05:43 +01:00
4755e164ad ✏️ Optimize rumble driver calls + silence rumble when out of focus rather than cancel all effects 2023-07-10 17:05:43 +01:00
8a3436d1c1 Configurable mixed input mode 2023-07-10 17:05:43 +01:00
1b447b5d74 Maybe later button for controller calibration 2023-07-10 17:05:42 +01:00
74b9410e3c 🐛 Move sound registry to main to prevent registry freeze crash on QSL 2023-07-08 23:12:29 +01:00
2b41391a73 🐛 Fix vanilla overrides getting stuck sometimes 2023-07-08 21:04:58 +01:00