| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-08 | Revert "SDL: handle SDL_QUIT event" | Matthew Parlane | |
| 2015-06-05 | SDL: handle SDL_QUIT event | Tillmann Karras | |
| Using SDL_INIT_JOYSTICK implies SDL_INIT_EVENTS which installs a signal handler for SIGINT and SIGTERM. There will be a way to prevent this in 2.0.4 but for now we'll need to handle SDL_QUIT. | |||
| 2015-05-25 | Set copyright year to when a file was created | Tillmann Karras | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-01-19 | Remove an assumption in SDL. | Ryan Houdek | |
| We can compile with haptic support, and then not initialize due to haptics not being available. So if we are compiling with haptics, test initializing with haptics and if that fails attempt to initialize without haptics before bailing out. | |||
| 2015-01-13 | SDL haptic: minor style change based on review feedback | Adam D. Moss | |
| 2015-01-11 | SDL input: unhardcode a few values. | Adam D. Moss | |
| & change effect length to half a second instead of infinite, in futile attempt to avoid runaway rumbles. | |||
| 2015-01-11 | SDL Input: More minor refactoring of SDL haptic effects | Adam D. Moss | |
| 2015-01-08 | SDL: Refactor the SDL haptic effects a little. | Adam D. Moss | |
| 2015-01-08 | SDL: more global memset | Karol Herbst | |
| 2015-01-06 | SDL Input: Support more types of force feedback for controllers through SDL. | Adam Moss | |
| 2014-12-20 | Manually revert d34418100be19fdbdf112febde3303edd48c9247 | comex | |
| 2014-11-28 | SDL: Apply updates immediately rather than going through UpdateOutput | Jasper St. Pierre | |
| We're going to remove UpdateOutput as it's redundant, and horribly complicates the code. | |||
| 2014-11-28 | ControllerInterface: Make UpdateInput / UpdateOutput return void | Jasper St. Pierre | |
| The return values here have never been checked, so it doesn't make sense to return a value to begin with. | |||
| 2014-09-03 | Change ControlState typedef to double, and change all related floats/doubles ↵ | Rachel Bryk | |
| to use it. Fixes an off by 1 issue related to double->float->double conversion, and eliminates numerous warnings. | |||
| 2014-07-11 | mark all local functions as static | degasus | |
| 2014-04-16 | Don't use SDL devices that report invalid ranges. | Ryan Houdek | |
| If Buttons, Axes, Hats, or Balls > 255 then reject it. | |||
| 2014-03-11 | Fixes spacing for "for", "while", "switch" and "if" | Matthew Parlane | |
| Also moved && and || to ends of lines instead of start. Fixed misc vertical alignments and some { needed newlining. | |||
| 2014-03-09 | clang-modernize -add-override | Tillmann Karras | |
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-17 | Second and final pass of clearing out tabs. | Lioncash | |
| 2014-02-16 | Fix some vertical alignments | Lioncash | |
| ie. uses spaces for alignment. | |||
| 2014-02-10 | Replace all include guard ifdefs with "#pragma once" | lioncash | |
| 2014-02-09 | Clean up some struct indentations | Lioncash | |
| Also cleaned up the indentations of some variable declarations. | |||
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
