summaryrefslogtreecommitdiff
path: root/src/keyboardconfig.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-04-21some other fixes from cpplint.Andrei Karas1-1/+2
2013-04-20fix style in other files.Andrei Karas1-1/+4
2013-04-07some fixes after auto check.Andrei Karas1-2/+1
2013-03-28Fix custom repeat interval loading.Andrei Karas1-1/+1
2013-03-12Fix code style.Andrei Karas1-1/+2
2013-03-07Fix key repeat time calculation.Andrei Karas1-4/+9
2013-02-28improve some other files.Andrei Karas1-5/+6
2013-01-20Replace for to FOR_EACH in some classes.Andrei Karas1-2/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-14Add support for on screen joystick for moving.Andrei Karas1-0/+14
2012-09-01Add const to more classes.Andrei Karas1-7/+7
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-08-13Add missing checks to keyboardconfig class.Andrei Karas1-2/+2
2012-06-30Clean all vars on exit except logger.Andrei Karas1-0/+6
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-1/+1
2012-05-09Add ability to auto repeat some keys presses.Andrei Karas1-1/+47
2012-04-18First step for dehardcode input handling in widgets.Andrei Karas1-1/+10
2012-04-14Fix code style.Andrei Karas1-1/+0
2012-04-10Move more code from keyboardconfig to inputmanager.Andrei Karas1-14/+1
2012-04-10Add joystick key assign ability in keyboard dialog.Andrei Karas1-22/+8
2012-04-09Fix asigning keys unknown for SDL.Andrei Karas1-3/+29
2012-04-09Fix code style.Andrei Karas1-0/+6
2012-04-08Move some more code from keyboardconfig to inputmanager.Andrei Karas1-52/+7
2012-04-08Move most input code from keyboardconfig to inputmanager.Andrei Karas1-286/+27
2012-04-08Move enums from keyboardconfig.h to keydata.h.Andrei Karas1-17/+12
2012-04-08Allow assign 3 keys to any action.Andrei Karas1-78/+232
2012-04-07Split setup keyboard texts and actions.Andrei Karas1-8/+6
2012-03-26Move input structure from keyboardconfig.cpp to keyboarddata.h file.Andrei Karas1-981/+1
2012-03-26Redesign input handling.Andrei Karas1-302/+1020
2012-03-18Fix config keys validation.Andrei Karas1-1/+1
2012-03-10Remove more debug lines and fix logging bytes stream.Andrei Karas1-1/+0
2012-03-09Validate reading keys from config.Andrei Karas1-0/+3
2012-03-09Add limited support for keys unknown for SDL.Andrei Karas1-9/+49
2012-03-09Move getting keys from game to keyboard config.Andrei Karas1-2/+21
2012-02-24More copyright fixes.Andrei Karas1-0/+2
2012-01-31Extent max emotes count from 44 to 48 emotes.Andrei Karas1-2/+10
2012-01-30Rename isKeyActive to isActionActive om keyboard config class.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-1/+1
2011-11-02Add option to yellow bar to change player attack in pvp mode.Andrei Karas1-0/+2
2011-09-28Add untarget key. By default unassigned.Andrei Karas1-0/+2
2011-09-26Split keyboard keys to groups.Andrei Karas1-9/+23
2011-09-13Add missing checks to some files and style fixes.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-16Add hotkey to close selected chat tab.Andrei Karas1-0/+3
2011-06-09Add "did you know?" dialog and some messages for it.Andrei Karas1-0/+2
2011-06-06Extend quick move items from inventory to storage and back.Andrei Karas1-30/+37
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-22Update translations again and fix typos.Andrei Karas1-4/+4
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-3/+3
2011-03-13Fix typo.Andrei Karas1-1/+1