Commit History

Author SHA1 Message Date
  Rémi Verschelde 0d1d719178 doc: Sync classref with current source 4 years ago
  Eric M 074f53563d Added ability to override built-in actions for the editor 4 years ago
  Rémi Verschelde 52964fdd3f Merge pull request #44355 from EricEzaM/PR/fix-action-false-positives-and-allow-checking-exact-matches 4 years ago
  Marcel Admiraal 3d479d086c Add support for new SDL gamecontroller keywords. 4 years ago
  Fabio Alessandrelli a1533f2c44 Better gamepad axis event injection. 4 years ago
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 4 years ago
  Rémi Verschelde e4c0572385 Merge pull request #44593 from madmiraal/rename-mainloop-methods 4 years ago
  Marcel Admiraal 5b937d493f Rename empty() to is_empty() 4 years ago
  Marcel Admiraal d9e9eb8d04 Rename MainLoop methods to match Node methods 4 years ago
  EricEzaM b2f032e1a5 Allow checking for exact matches with Action events. 4 years ago
  Marcel Admiraal e887ebf817 Ignore hint entries in game controller mapping 4 years ago
  Marcel Admiraal 20f2b71e21 Update joy button and stick names, enums and documentation 4 years ago
  Rémi Verschelde fbe0386c65 Merge pull request #43233 from madmiraal/fix-42876 4 years ago
  Aaron Franke 4abf189e36 Allow getting Input axis/vector values by specifying multiple actions 4 years ago
  Aaron Franke 195d58be0f Add raw strength value for internal use 4 years ago
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already 4 years ago
  Marcel Admiraal f9bb8de3fc Remove unneeded filter on joy_axis() 4 years ago
  Marcel Admiraal 0c0c36be44 Provide support for buttons and D-pads mapped to half axes, and 4 years ago
  Rémi Verschelde 85220fec01 Style: Remove unnecessary semicolons from `core` 5 years ago
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops 5 years ago
  Rémi Verschelde 07bc4e2f96 Style: Enforce separation line between function definitions 5 years ago
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 years ago
  Rémi Verschelde 1f6f364a56 Port member initialization from constructor to declaration (C++11) 5 years ago
  Marcel Admiraal e0d4e840b4 Implement half axis and inverted axis mapping. 5 years ago
  Marcel Admiraal e7fee711b3 Update game controller enums. 5 years ago
  Marcel Admiraal 1176e078b9 Parse SDL game controller half axis and inverted axis entries. 5 years ago
  Aaron Franke 540156b387 [Core] Rename linear_interpolate to lerp 5 years ago
  Rémi Verschelde fdf58a5858 Rename InputFilter back to Input 5 years ago