|
楼主 |
发表于 2025-3-23 22:03:33
|
显示全部楼层
– Merge pull request #236 from trzy/bart/consistent-decay
– Common digital sensitivity and decay speed settings for all digital buttons mapped to analog inputs
– Fix broken copy command in build bot script
– Introduced InputDigitalSensitivity and InputDigitalDecaySpeed settings for all non-keyboard digital inputs mapped to analog inputs; key settings remain and take precedence for keyboard keys
– Merge pull request #235 from trzy/bart/ini-file
– Write default Supermodel.ini if not present
– Write default Supermodel.ini if not present and remove it from distribution
– Merge pull request #233 from aderumier/sdlgamecontroller
– sdl: add support for gamecontroller api
– currently, supermodel only implement the sdl joystick api.
– That mean that if we use different controllers, they need to be correctly remapped && calibrate each time.
– This patch implement sdl gamecontroller api, through « InputSystem = sdlgamepad » config which normalize the mapping && calibration.
– gamecontroller is matching x-input on windows, so the limit is 6 axis (with 2 separated Z triggers axis), 4 dpad/hats and 16 buttons. (x-input is limited to 10buttons).
– Misc fixes |
|