1
0
forked from Clones/Controlify

Migrate to libsdl4j, SDL download screen, use gamecontrollerdb.txt, calibration now detects joystick triggers

This commit is contained in:
isXander
2023-09-03 23:41:18 +01:00
parent 7dfd178444
commit 1cb4a40bac
39 changed files with 1222 additions and 543 deletions

View File

@ -0,0 +1,18 @@
# Controlify 1.7.0 (Beta 1) for 1.20.1
This patch focuses on stability and controller compatibility.
## Changes
- Switched to Java Native Access (JNA) from Java Native Interface (JNI) for SDL2 native library.
- This should fix issues on Linux and macOS when loading SDL2.
- This makes adding more features with SDL2 easier in the future.
- Provided `gamecontrollerdb.txt` to SDL and GLFW to (hopefully) improve controller compatibility.
- Controller calibration now detects triggers on joysticks. You must re-calibrate your controller for this to take effect.
- Added an SDL download screen that appears with a progress bar when downloading SDL2 for the first time or an update.
## Bug Fixes
- Fix pressing F3-Esc crashing when a controller is active.
- Fix [Immediately Fast](https://modrinth.com/mod/immediatelyfast) compatibility causing extreme log spam.
- Fix generic XInput controllers being identified as 8BitDo an controller.