summaryrefslogtreecommitdiff
path: root/src/inputmanager.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-1/+1
2013-05-28fix guard header part3.Andrei Karas1-1/+1
2013-04-14another fixes from cpplint.Andrei Karas1-13/+13
2013-02-28Improve some other files.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-31Add support for changable actions for onscreen controls.Andrei Karas1-0/+2
2012-10-30Add unused warnings to some files.Andrei Karas1-9/+10
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-09-22Add final keyword to most classes.Andrei Karas1-3/+3
2012-09-02Add const to more classes.Andrei Karas1-1/+1
2012-08-30Add const to more classes.Andrei Karas1-20/+22
2012-08-24replace defines to consts.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-2/+2
2012-06-14Add support for mingw64 for windows builds.Andrei Karas1-0/+8
2012-05-09Add ability to auto repeat some keys presses.Andrei Karas1-1/+4
2012-04-18First step for dehardcode input handling in widgets.Andrei Karas1-1/+4
2012-04-17Move input condition mask to class member variable.Andrei Karas1-4/+6
2012-04-15In input settings tab add default button for reset selected action to default...Andrei Karas1-1/+5
2012-04-11Convert attack handling code to new format.Andrei Karas1-0/+1
2012-04-10Move more code from keyboardconfig to inputmanager.Andrei Karas1-0/+2
2012-04-10Rename settings tab keyboard to input.Andrei Karas1-4/+4
2012-04-10Add joystick key assign ability in keyboard dialog.Andrei Karas1-4/+4
2012-04-09Fix code style.Andrei Karas1-1/+1
2012-04-08Allow assign keys before connecting to game.Andrei Karas1-0/+2
2012-04-08Move some more code from keyboardconfig to inputmanager.Andrei Karas1-0/+5
2012-04-08Move most input code from keyboardconfig to inputmanager.Andrei Karas1-1/+83
2012-04-08Allow assign 3 keys to any action.Andrei Karas1-2/+3
2012-04-03Move some input handling code from game to inputmanager.Andrei Karas1-1/+3
2012-03-27Fix shortcuts handling in setup window.Andrei Karas1-0/+1
2012-03-26Redesign input handling.Andrei Karas1-0/+61