summaryrefslogtreecommitdiff
path: root/src/joystick.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-09-09fix code style.Andrei Karas1-1/+1
2012-09-08Improve constructors in some classes.Andrei Karas1-5/+1
2012-09-01Add const to more classes.Andrei Karas1-8/+8
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-1/+1
2012-05-15Reset joystick repeat if button was pressed.Andrei Karas1-0/+2
2012-05-09Add ability to auto repeat some keys presses.Andrei Karas1-1/+40
2012-04-18First step for dehardcode input handling in widgets.Andrei Karas1-1/+1
2012-04-11Add joystick validation before triggering events from it.Andrei Karas1-1/+12
2012-04-10Add joystick key assign ability in keyboard dialog.Andrei Karas1-8/+51
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-10Prevent possible joystick enable if it was disabled and joystickAndrei Karas1-1/+1
2011-11-09Add code for joystick debug.Andrei Karas1-0/+15
2011-11-09Enable joystick hat support for moving. Now only support hat with index 0.Andrei Karas1-1/+18
2011-11-09Add option to use joystick only if game window is active.Andrei Karas1-19/+31
2011-11-09Fix code style.Andrei Karas1-0/+4
2011-11-09Add support for joystick selection.Andrei Karas1-22/+79
2011-09-01Eliminate asserts from most files.Andrei Karas1-3/+2
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+150