| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-25 | ControllerInterface: Don't pass m_devices to the backends | Léo Lam | |
| Previously, the devices vector would be passed to all backends. They would then manually push_back to it to add new devices. This was fine but caused issues when trying to add synchronisation. Instead, backends now call AddDevice() to fill m_devices so that it is not accessible from the outside. | |||
| 2016-06-24 | Reformat all the things. Have fun with merge conflicts. | Pierre Bourdon | |
| 2015-09-26 | Common: Move asserts to their own header | Lioncash | |
| 2015-08-15 | evdev: don't pass null path to the kernel | Tillmann Karras | |
| 2015-08-04 | Fix building with PCH disabled. | Rohit Nirmal | |
| 2015-08-04 | Fix some warnings | Tillmann Karras | |
| reorder, sign-compare, pessimizing-move | |||
| 2015-08-02 | Stable device identifier for evdev | Gabriel Corona | |
| 2015-07-13 | Merge branch 'stable' into 'master' | Scott Mansell | |
| 2015-07-08 | Fix building with PCH disabled. | Rohit Nirmal | |
| 2015-07-07 | evdev: Delete rumble effects on the correct file descriptor. | Scott Mansell | |
| Was using m_id insted of m_fd. Also re-arrange the code so rumble effects always get deleted instead of just on stop commands. | |||
| 2015-07-04 | evdev: fix -Wunused-private-field warning | Tillmann Karras | |
| 2015-07-01 | evdev: Support axis with ranges which extend below zero. | Scott Mansell | |
| 2015-07-01 | Linux: Add an evdev based controller backend, to replace SDL. | Scott Mansell | |
