1
0
forked from Clones/Controlify
Commit Graph

147 Commits

Author SHA1 Message Date
675bceff18 Add a reset all binds button 2023-10-30 19:31:59 +00:00
801c8da9b2 Add donate button to carousel screen 2023-10-30 19:31:08 +00:00
3ec8daa125 Custom natives path (closes #114) 2023-10-25 20:42:52 +01:00
24d81b7fcc 🐛 Fix fabric.mod.json requirement being 1.20.x instead of ~1.20.2 2023-10-25 19:22:34 +01:00
c0242ca41b Update gamecontrollerdb.txt (close #167) 2023-10-25 17:23:42 +01:00
cb60b290f5 ✏️ Refactor boat fix slightly 2023-10-25 17:14:51 +01:00
46cb4b963c Keyboard-like movement whitelist + toast on new servers (close #176) 2023-10-25 17:13:33 +01:00
29eec1e411 D-Pad snapping + better drop key in containers (closes #124) - thanks @arnokeesman for PR and reference 2023-10-25 17:11:43 +01:00
36fadf1445 🐛 Fix unable to create newlines and spaces in signs in mixed input mode (close #151)
Refactor `NavigationHelper` to `HoldRepeatHelper`
2023-10-25 17:08:43 +01:00
1cb4a40bac Migrate to libsdl4j, SDL download screen, use gamecontrollerdb.txt, calibration now detects joystick triggers 2023-09-03 23:41:18 +01:00
7dfd178444 Fix generic XInput controllers being identified as 8BitDo. 2023-09-03 23:39:49 +01:00
ba32edb359 Add vi_vn.json (#145) 2023-08-19 20:37:58 +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
b38f392bd7 Take screenshot + pick block with nbt bindings 2023-08-19 20:07:14 +01:00
e4b651f9e0 🤝 Simple voice chat compatibility (fix PTT & whisper not working) 2023-08-11 13:16:48 +01:00
421b8abfc2 Update zh_cn.json (#138) 2023-08-10 22:20:12 +01:00
c4f6207fdf Add names for Radial Menu axes bindings (#139) 2023-08-10 22:20:01 +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
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
8d1819d014 🐛 Fix locale on gamepad deadzones 2023-08-07 22:09:44 +01:00
41ac2b18c7 ✏️ Added featured options to config screen + update toast on launch 2023-08-07 22:09:24 +01:00
4e732b7d8b 🎮 Controller request - 8BitDo Ultimate (close #134) 2023-08-06 23:45:23 +01:00
3286712804 🎮 Add PDP Rematch Xbox Wired Controller to DB (close #136) 2023-08-06 23:34:08 +01:00
da44ec3f4f 🐛 Fix missing texture for DS3 controllers (close #137) 2023-08-06 23:30:35 +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
2069f1ab6d 🖼️ New controller art! 2023-08-04 23:56:47 +01:00
12100142bc 🐛 Fix joystick axis deadzone locale not being found 2023-08-04 23:56:28 +01:00
d74b7d3724 ✏️ Credit Andrew Grant in the carousel screen 2023-08-04 23:37:38 +01:00
cd3b7c6b96 ✏️ Remove jank from the controller submission screen 2023-08-03 00:02:28 +01:00
19cdf59666 Unknown controller submission screen. 2023-08-02 23:16:51 +01:00
bd9eccdc60 Update zh_cn.json (#116) 2023-07-31 01:52:57 +01:00
f10e1498ff 💾 Added 8BitDo SN30 Pro to controller DB (close #123) 2023-07-29 15:54:10 +01:00
dd058d3983 More radial changes 2023-07-28 18:08:47 +01:00
6638db83dd 💾 Add more xbox controller identifications to database. 2023-07-27 20:24:51 +01:00
8efac5bdef Start work on radial menu 2023-07-24 22:19:53 +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
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
2b41391a73 🐛 Fix vanilla overrides getting stuck sometimes 2023-07-08 21:04:58 +01:00
5d6947e829 🐛 Fix joysticks showing the missing texture in the carousel 2023-07-02 20:18:15 +01:00
9221c6a504 ✏️ More clear no gyro message for Steam Deck 2023-07-02 20:18:13 +01:00
209de2f026 Allow ingame button guide to be placed at the bottom 2023-07-02 20:18:13 +01:00
3c7b7f38e1 Update zh_cn.json (#98) 2023-07-02 20:08:10 +01:00
ab111847cd Add toast to notify of reach-around policy 2023-06-26 19:24:39 +01:00
1e6db9d83b Custom button guide HUD scaling 2023-06-21 19:07:02 +01:00
dc78eb61a2 ✏️ Real-world gyro sensitivity 2023-06-15 18:34:28 +01:00
f7cf37f201 Support for analog boat movement. 2023-06-15 18:16:59 +01:00