summaryrefslogtreecommitdiff
path: root/src/keyboardconfig.h
AgeCommit message (Expand)AuthorFilesLines
2012-06-30Clean all vars on exit except logger.Andrei Karas1-0/+2
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-2/+2
2012-05-09Add ability to auto repeat some keys presses.Andrei Karas1-0/+8
2012-04-18First step for dehardcode input handling in widgets.Andrei Karas1-0/+4
2012-04-10Add joystick key assign ability in keyboard dialog.Andrei Karas1-1/+1
2012-04-09Fix asigning keys unknown for SDL.Andrei Karas1-0/+6
2012-04-09Fix code style.Andrei Karas1-0/+2
2012-04-08Move some more code from keyboardconfig to inputmanager.Andrei Karas1-9/+2
2012-04-08Move most input code from keyboardconfig to inputmanager.Andrei Karas1-97/+4
2012-04-08Move enums from keyboardconfig.h to keydata.h.Andrei Karas1-186/+2
2012-04-08Allow assign 3 keys to any action.Andrei Karas1-13/+25
2012-04-07Split setup keyboard texts and actions.Andrei Karas1-20/+1
2012-03-26Fix code style and auto check issues.Andrei Karas1-2/+3
2012-03-26Redesign input handling.Andrei Karas1-5/+20
2012-03-09Add limited support for keys unknown for SDL.Andrei Karas1-1/+4
2012-03-09Move getting keys from game to keyboard config.Andrei Karas1-4/+11
2012-02-24More copyright fixes.Andrei Karas1-0/+2
2012-01-31Extent max emotes count from 44 to 48 emotes.Andrei Karas1-0/+4
2012-01-30Rename isKeyActive to isActionActive om keyboard config class.Andrei Karas1-1/+1
2011-11-02Add option to yellow bar to change player attack in pvp mode.Andrei Karas1-0/+1
2011-09-28Add untarget key. By default unassigned.Andrei Karas1-0/+1
2011-09-26Split keyboard keys to groups.Andrei Karas1-3/+13
2011-07-16Add hotkey to close selected chat tab.Andrei Karas1-0/+1
2011-06-09Add "did you know?" dialog and some messages for it.Andrei Karas1-0/+1
2011-06-06Extend quick move items from inventory to storage and back.Andrei Karas1-1/+3
2011-02-19Update copyrights.Andrei Karas1-1/+1
2011-01-03Increase emotes count to 44 and fix new emotes.Andrei Karas1-0/+2
2011-01-02Initial commit.Andrei Karas1-0/+333