The game now comes with gamecontrollerdb.txt, a file with default mappings for joysticks and game controllers. The game loads it at start so there should be better support for joysticks not previously recognized.
There is a better launch script for GNU/Linux. Now you can use this options if needed:
- --help to show the list of options;
- --use-my-sdl to load the SDL library installed on your system instead of the bundled one;
- --m32 or --m64 to launch the 32-bits or 64-bits binary directly without letting the script select one depending on your system.
The script now uses LD_PRELOAD instead of LD_LIBRARY_PATH.
And a bug fix: disconnecting a gamepad while playing could cause infinite loop.