summaryrefslogtreecommitdiff
path: root/src/input/inputmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+1
2015-02-02Not allow moving while vending shop enabled.Andrei Karas1-1/+6
2015-01-04Add stringmap typedefs.Andrei Karas1-5/+3
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-23Show long key names in browser box.Andrei Karas1-0/+10
2014-12-23Add comma separator in short keys list.Andrei Karas1-1/+1
2014-12-05fix code style.Andrei Karas1-1/+2
2014-12-02Add player alive input flag.Andrei Karas1-0/+3
2014-10-01Fix input fields detection for input rules.Andrei Karas1-1/+18
2014-09-22Move selldialog from window into widgets.Andrei Karas1-1/+2
2014-08-27Move chat command /enablehightlight into actions.Andrei Karas1-0/+16
2014-08-23Add support for miltiple chat command names per one action.Andrei Karas1-5/+15
2014-08-23Into chat commands handlers send also event flags mask.Andrei Karas1-1/+1
2014-08-23Fix chat commands initialisation in actions.Andrei Karas1-3/+3
2014-08-23Add autocomplete chat commands from actions.Andrei Karas1-0/+16
2014-08-23If chat command not found, try find it in input actions.Andrei Karas1-2/+21
2014-08-23Put chat commands from inputactiondata into map.Andrei Karas1-1/+4
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-1/+1
2014-07-23move "change away type" option into gamemodifiers.Andrei Karas1-1/+1
2014-07-22move "change game modifiers" option into gamemodifiers.Andrei Karas1-1/+2
2014-07-18Fix code style.Andrei Karas1-3/+8
2014-07-17Rename KeySortFunctor into InputActionSortFunctor.Andrei Karas1-2/+2
2014-07-17Rename KeyFunction into InputFunction.Andrei Karas1-28/+28
2014-07-17Rename KeyItem into InputItem.Andrei Karas1-19/+19
2014-07-17Rename keydata into inputactiondata.Andrei Karas1-19/+19
2014-07-17Rename keyboarddata into inputactionmap.Andrei Karas1-1/+1
2014-07-05Fix code style.Andrei Karas1-1/+1
2014-06-22Add profiler lines into some functions.Andrei Karas1-0/+18
2014-05-18Move inputaction into separate file.Andrei Karas1-23/+23
2014-05-18Move inputconditions into separate file.Andrei Karas1-14/+14
2014-05-18Move inputtype into separate file.Andrei Karas1-21/+21
2014-05-18Move keysortfunctor into separate file.Andrei Karas1-10/+4
2014-04-30Fix code style in input.Andrei Karas1-1/+1
2014-03-10Remove duplicate code from inputmanager.Andrei Karas1-51/+28
2014-02-20improve includes.Andrei Karas1-2/+2
2014-02-17combine focushandler into one file.Andrei Karas1-1/+1
2014-02-16Remove Exception class.Andrei Karas1-23/+6
2014-02-15move exguichan files into gui/base/Andrei Karas1-2/+2
2014-02-04rename Setup into SetupWindow.Andrei Karas1-1/+1
2014-02-02Add missing const and static into input classes.Andrei Karas1-4/+4
2014-01-14fix code style.Andrei Karas1-1/+1
2014-01-13allow auto close npc dialog if it almost closed and press moving keys.Andrei Karas1-3/+11
2014-01-11remove debug log string.Andrei Karas1-1/+1
2014-01-11Block moving character by arrow keys in buy/sell dialogs.Andrei Karas1-5/+21
2014-01-08fix named input actions in gui before logging into game.Andrei Karas1-0/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-18add restrict into inputmanager.Andrei Karas1-1/+1
2013-11-02add missing check.Andrei Karas1-0/+2
2013-11-01Move timers from client into timers file.Andrei Karas1-2/+3
2013-10-07emulate right click with SDL2 by multitouch two fingers click.Andrei Karas1-1/+9