summaryrefslogtreecommitdiffstats
path: root/core/input/input_builders.py
Commit message (Expand)AuthorAgeFilesLines
* Style: Add `WARNING:` as new comment admonitionThaddeus Crews2024-09-251-1/+1
* [Buildsystem] Fix encoding when reading filesA Thousand Ships2024-03-241-1/+1
* SCons: Remove `run_in_subprocess` dependencyThaddeus Crews2024-03-111-11/+3
* SCons: Ensure `with` statement where applicableThaddeus Crews2024-03-101-48/+46
* Enforce `\n` eol for Python writesThaddeus Crews2024-03-091-1/+1
* Fix `#if *_ENABLED` inconsistencies, should check if definedRémi Verschelde2024-01-171-2/+2
* UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-071-1/+0
* Linux/BSD: Add LINUXBSD_ENABLED define for non X11-related checksRémi Verschelde2023-01-161-1/+1
* ci: add Python static analysis check via mypyJiri Suchan2022-09-301-1/+1
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-1/+1
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-2/+2
* Parse SDL game controller half axis and inverted axis entries.Marcel Admiraal2020-05-131-12/+1
* Replace more occurrences of NULL with nullptrRémi Verschelde2020-04-021-1/+1
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-6/+14
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-0/+73