1
0
forked from Clones/Controlify
Commit Graph

54 Commits

Author SHA1 Message Date
46cb4b963c Keyboard-like movement whitelist + toast on new servers (close #176) 2023-10-25 17:13:33 +01:00
d0b8f912f1 Fix downloading SDL screen loading bar being missing texture 2023-10-22 22:16:41 +01:00
94684887cc 🐘 Update to 1.20.2 2023-09-26 23:12:55 +01:00
3b14cae35f 🐛 Fix NPE upon opening radial menu with an invalid radial action 2023-09-12 20:26:58 +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
8b2dc970cb No fly drifting, improve server policy system (backwards compat with old packet) 2023-08-19 20:07:15 +01:00
e3f50ea552 Add radial icons to the public-facing API 2023-08-11 23:13:02 +01:00
ea451e2e16 ✏️ Slightly increased the values the auto deadzone calibration gives you 2023-08-11 00:00:29 +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
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
41ac2b18c7 ✏️ Added featured options to config screen + update toast on launch 2023-08-07 22:09: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
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
f985b0e7a0 ✏️ Submit controller screen: Convert the don't show again checkbox to is controller functional question 2023-08-04 23:40:31 +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
19cdf59666 Unknown controller submission screen. 2023-08-02 23:16:51 +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
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
8efac5bdef Start work on radial menu 2023-07-24 22:19:53 +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
d24f5b2ce7 🧹 Remove unused beta notice screen 2023-07-02 20:18:14 +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
245ebb7edd 🧹 Minor cleanup to the button guide api 2023-06-26 17:42:05 +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
3f820e1c01 Another dramatic improvement to gyro control 2023-06-12 22:03:01 +01:00
4df60549c6 Improve controller calibration algorithm 2023-06-12 20:25:05 +01:00
adc439128f 🐛 Fix calibration screen getting stuck if controller was disconnected 2023-06-12 19:38:30 +01:00
5d4cc1232d server support 2023-06-11 20:25:55 +01:00
0b5767e547 🐘 Bump YACL to beta 7 2023-06-05 22:34:13 +01:00
b68f718901 ✏️ Add/improve button guides for carousel screen and title screen respectively 2023-06-04 12:28:09 +01:00
6fd6b5a221 🖼️ Update controller icons to be more consistent and render on the calibration screen 2023-06-04 12:26:25 +01:00
f1975159c6 🐛 Fix natives onboarding getting stuck on first launch 2023-06-04 12:26:25 +01:00
daee2de327 ✏️ Greatly improve gyro control 2023-06-04 12:26:25 +01:00
361ceefd6f 🧹 Refactor gui package 2023-05-30 14:24:15 +01:00
0adbccc498 Update to Minecraft 1.20 2023-05-16 20:30:56 +01:00
d81b1f59cc Config option delegate_setup to not discover controllers immediately. 2023-05-16 17:07:58 +01:00
71c7e26587 Battery level warning + update SDL with macOS ARM support 2023-05-11 16:43:13 +01:00
beece493c3 gyro & look input modifier & deadzone bug 2023-04-11 11:05:05 +01:00
ebbc549e32 🎮📳 Controller Vibration! (#38) 2023-04-04 17:17:01 +01:00
300817e561 manual controller switching & keyboard movement setting 2023-03-07 20:03:29 +00:00