xash3d-fwgs/engine
Gleb Mazovetskiy c95e847890 Fix joystick trigger thresholds
They were negative by default but they should've been positive:

> a value ranging from -32768 to 32767. Triggers, however, range from 0 to 32767 (they never return a negative value).
https://wiki.libsdl.org/SDL_GameControllerGetAxis

This fixes LTRIGGER and RTRIGGER (L2/Zl and R2/Zr on most gamepads)
2021-01-07 17:37:37 +03:00
..
client Fix joystick trigger thresholds 2021-01-07 17:37:37 +03:00
common Fix COM_LibraryError newline handling 2021-01-07 17:33:09 +03:00
platform SDL2 GameController: Map axes to engine explicitly 2021-01-07 17:37:37 +03:00
server Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
alias.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
anorms.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
cdll_exp.h engine: fix warnings 2018-10-06 03:42:09 +03:00
cdll_int.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
custom.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
customentity.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
edict.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
eiface.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
keydefs.h GameController: Add separate D-Pad bindings 2021-01-07 17:37:37 +03:00
menu_int.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
mobility_int.h Add fork's mobility_int.h(no support yet, just header) 2018-04-17 03:57:21 +03:00
physint.h engine: fix long<->int conversion UBs 2019-05-02 19:05:09 +03:00
progdefs.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
ref_api.h ref: add export that returns GL_GetProcAddress for renderapi 2020-02-25 12:59:04 +07:00
sequence.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
shake.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
sprite.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
studio.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
vgui_api.h Integrate FWGS vgui_support 2018-04-14 01:49:14 +03:00
warpsin.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
wscript platform/android: implement native software blitter, fix lost context on resize, fix safegl 2020-07-08 08:48:46 +07:00