Camilla Löwy
|
8c8def5de5
|
Start making use of CMake 3.4 string(APPEND)
|
ago%!(EXTRA string=4 years) |
Camilla Löwy
|
7c25dff002
|
Remove truism from end of gamepad mapping regexp
The rest of the line is guaranteed to either contain or not contain
characters.
|
ago%!(EXTRA string=4 years) |
Camilla Löwy
|
daed5edd6e
|
Simplify CMake if-statement variable references
Variables in CMake if-statements (and only in if-statements) do not need
to be explicitly dereferenced; a thing I did not always know.
|
ago%!(EXTRA string=4 years) |
Camilla Löwy
|
0c90e1a33f
|
Add gamepad mapping filtering by backend
This fixes gamepad mappings being included in GLFW binaries that would
then never use them because they were for a different platform.
|
ago%!(EXTRA string=4 years) |
Camilla Löwy
|
f4cd470bcb
|
Move to modern mappings database with modifiers
|
ago%!(EXTRA string=7 years) |
Camilla Löwy
|
3169179de1
|
Fix string literal exceeding max length
Fixes #1145.
|
ago%!(EXTRA string=8 years) |
Camilla Löwy
|
fe9c7a01c5
|
Update gamepad mappings and source URL
This matches the recent upstream update.
|
ago%!(EXTRA string=8 years) |
Camilla Löwy
|
16ae02ab85
|
Add CMake target for updating gamepad mappings
This adds the 'mappings' build target that downloads the upstream
gamecontrollerdb.txt file and regenerates the mappings.h header.
Related to #900.
|
ago%!(EXTRA string=8 years) |