summaryrefslogtreecommitdiff
path: root/src/inputmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+0
2013-04-09Improve perfomance in windows and popups visibility checks.Andrei Karas1-2/+2
2013-02-28Improve some other files.Andrei Karas1-55/+77
2013-02-24Improve string usage in some files.Andrei Karas1-5/+5
2013-02-03Fix inventory sorting.Andrei Karas1-3/+3
2013-02-01Fix code style.Andrei Karas1-1/+1
2013-01-25Add empty handlers for accelerometer events in Android version.Andrei Karas1-0/+12
2013-01-20Replace for to FOR_EACH in some classes.Andrei Karas1-4/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-31Add support for changable actions for onscreen controls.Andrei Karas1-1/+13
2012-11-14Add support for on screen joystick for moving.Andrei Karas1-3/+4
2012-10-10Fix compilation errors with stlport.Andrei Karas1-1/+1
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-09-16Add const to variables with type size_t.Andrei Karas1-3/+2
2012-09-02Add const to more classes.Andrei Karas1-2/+2
2012-08-30Add const to more classes.Andrei Karas1-24/+26
2012-08-24replace defines to consts.Andrei Karas1-3/+3
2012-08-23Remove useless includes.Andrei Karas1-0/+2
2012-08-21next code style changes.Andrei Karas1-1/+1
2012-07-18Another warning fixes.Andrei Karas1-6/+6
2012-05-09Add ability to auto repeat some keys presses.Andrei Karas1-1/+21
2012-04-25Improve iterators part 2.Andrei Karas1-9/+6
2012-04-20Fix code style.Andrei Karas1-1/+1
2012-04-19Dehardcode keys in gui widgets.Andrei Karas1-3/+3
2012-04-18First step for dehardcode input handling in widgets.Andrei Karas1-2/+24
2012-04-17Move input condition mask to class member variable.Andrei Karas1-24/+25
2012-04-15In input settings tab add default button for reset selected action to default...Andrei Karas1-8/+28
2012-04-11Add joystick validation before triggering events from it.Andrei Karas1-2/+5
2012-04-11Convert attack handling code to new format.Andrei Karas1-1/+5
2012-04-10Add two default keys to input layout.Andrei Karas1-12/+18
2012-04-10Move more code from keyboardconfig to inputmanager.Andrei Karas1-0/+18
2012-04-10Rename settings tab keyboard to input.Andrei Karas1-3/+3
2012-04-10Add joystick key assign ability in keyboard dialog.Andrei Karas1-56/+129
2012-04-09Fix asigning keys unknown for SDL.Andrei Karas1-17/+28
2012-04-09Fix code style.Andrei Karas1-2/+3
2012-04-08Allow assign keys before connecting to game.Andrei Karas1-7/+14
2012-04-08Move some more code from keyboardconfig to inputmanager.Andrei Karas1-3/+57
2012-04-08Move most input code from keyboardconfig to inputmanager.Andrei Karas1-9/+308
2012-04-08Move enums from keyboardconfig.h to keydata.h.Andrei Karas1-5/+5
2012-04-08Allow assign 3 keys to any action.Andrei Karas1-1/+2
2012-04-03Move some input handling code from game to inputmanager.Andrei Karas1-1/+65
2012-04-01Fix shortcuts handling in trade window.Andrei Karas1-1/+3
2012-03-26Redesign input handling.Andrei Karas1-0/+95