| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Finish replacement of joystick by joypad | Rémi Verschelde | 2017-01-08 | 1 | -561/+0 |
| | | | | | Some parts were forgotten in 547a577. | ||||
| * | renamed joystick to joypad everywhere around source code! | Juan Linietsky | 2017-01-08 | 1 | -52/+52 |
| | | |||||
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| | | | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! | ||||
| * | Code cleanup in platform/x11 | Mario Schlack | 2016-07-21 | 1 | -2/+2 |
| | | |||||
| * | Removed unused variables (first pass) | Rémi Verschelde | 2016-07-07 | 1 | -1/+2 |
| | | | | | Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | ||||
| * | Remove the vibration effect from the joystick when stopping | Wilhem Barbier | 2016-06-20 | 1 | -5/+3 |
| | | |||||
| * | Add joystick vibration support on Linux (#5043) | Wilhem Barbier | 2016-06-15 | 1 | -2/+72 |
| | | |||||
| * | memdelete 'joy_thread' + 'joy_mutex' on ::~joystick_linux() | MSC | 2016-04-03 | 1 | -0/+2 |
| | | |||||
| * | fix possible crash in platform/x11/joystick_linux.cpp | Hubert Jarosz | 2016-03-09 | 1 | -0/+6 |
| | | | | | | ev may be tainted and out of MAX_KEY range, which will cause joy->key_map[ev.code] to crash | ||||
| * | include libudev only on udev builds | hondres | 2016-02-15 | 1 | -1/+4 |
| | | |||||
| * | x11: make dependancy on libudev optional | hondres | 2016-02-14 | 1 | -1/+29 |
| | | |||||
| * | x11: more verbose checking for joystick capabilities | hondres | 2016-02-07 | 1 | -2/+4 |
| | | |||||
| * | x11: fix non-gamepad devices being detected as joysticks | hondres | 2016-02-02 | 1 | -3/+4 |
| | | |||||
| * | close file descriptor if ioctls failed | hondres | 2016-02-01 | 1 | -0/+1 |
| | | |||||
| * | remove dependancy on libevdev | hondres | 2016-01-26 | 1 | -94/+127 |
| | | |||||
| * | send axis events only once per frame on linux | hondres | 2016-01-03 | 1 | -1/+12 |
| | | |||||
| * | make num_buttons local, no need to keep in joystick struct | hondres | 2016-01-02 | 1 | -6/+9 |
| | | |||||
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | Check pkg-config for libudev and enable gamepad code only if found. Linux ↵ | hondres | 2015-12-21 | 1 | -1/+1 |
| | | | | | only for now | ||||
| * | -fixed build system to use pkg-config for evdev | Juan Linietsky | 2015-12-21 | 1 | -1/+1 |
| | | |||||
| * | Use tabs instead of spaces for new gamepad code | hondres | 2015-12-18 | 1 | -245/+245 |
| | | |||||
| * | Better gamepad support | hondres | 2015-12-18 | 1 | -0/+402 |
