summaryrefslogtreecommitdiff
path: root/src/input/inputmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-2/+0
2016-09-23Add missing comments into defines.Andrei Karas1-17/+27
2016-09-21Fix reading all assigned keys for actions.Andrei Karas1-0/+2
2016-08-16Trigger asserts if unknown commands executed in popup menu or in chat.Andrei Karas1-0/+7
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-2/+0
2016-06-10Fix typo handleActicateKey -> handleActivateKeyAndrei Karas1-1/+1
2016-03-05Move keyStr from inputfunction into separate array in inputmanager.Andrei Karas1-13/+14
2016-03-04Improve performance in getting printable key for actions.Andrei Karas1-7/+21
2016-02-18Replace unknown scan codes in SDL2 to unknown constant.Andrei Karas1-0/+4
2016-02-18Remove extra checks.Andrei Karas1-29/+1
2016-02-18Add some more debugging in input keys handling.Andrei Karas1-1/+12
2016-02-18Add some extra checks and logging while sorting keys.Andrei Karas1-1/+20
2016-02-08Add missing variables into constructors initialisation list.Andrei Karas1-1/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-28/+28
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move multitouchmanager into touch directory.Andrei Karas1-1/+1
2015-12-29Move touchmanager into touch directory.Andrei Karas1-1/+2
2015-12-27Add restrict keyword in inputmanager.Andrei Karas1-79/+89
2015-12-22Improve a bit inputmanager.Andrei Karas1-3/+5
2015-11-20Fix code style.Andrei Karas1-0/+2
2015-11-17Fix compilation without C++11 again.Andrei Karas1-1/+1
2015-11-17Convert enum InputType into strong typed.Andrei Karas1-7/+8
2015-10-31Add NOBLOCK input actions condition. This mean if player not blocked by speci...Andrei Karas1-4/+15
2015-10-16Add protection attribute to input actions. Unsafe actions blocked from remote...Andrei Karas1-0/+21
2015-08-03Add gui mode for dyecmd. Now only basic code added.Andrei Karas1-20/+35
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-56/+70
2015-05-10Add strong typed bool type UseArgs.Andrei Karas1-1/+1
2015-05-07Remove npcpostdialog.Andrei Karas1-3/+1
2015-04-10Fix compilation with different flags.Andrei Karas1-0/+2
2015-04-05On room creation show room name in general tab caption.Andrei Karas1-0/+2
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