summaryrefslogtreecommitdiff
path: root/src/input/inputmanager.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-30Add missing static keywordsAndrei Karas1-3/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-09-10Allow trigger input action on key press or/and release.Andrei Karas1-1/+1
2017-06-29Move cast macroses into separate file.Andrei Karas1-0/+1
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-3/+3
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+3
2017-05-09Add chat command for send any gui key.Andrei Karas1-0/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-04-30Disable noexcept for clang and old gcc versions.Andrei Karas1-3/+3
2016-03-05Move keyStr from inputfunction into separate array in inputmanager.Andrei Karas1-1/+3
2016-03-04Improve performance in getting printable key for actions.Andrei Karas1-0/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-06Add noexcept into inputmanager.Andrei Karas1-3/+3
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-27Add restrict keyword in inputmanager.Andrei Karas1-43/+52
2015-12-23Add const attribute to input.Andrei Karas1-1/+1
2015-12-22Improve a bit inputmanager.Andrei Karas1-1/+1
2015-11-20Fix code style.Andrei Karas1-2/+0
2015-11-17Fix compilation without C++11 flags.Andrei Karas1-1/+1
2015-11-17Convert enum InputType into strong typed.Andrei Karas1-5/+9
2015-10-16Add protection attribute to input actions. Unsafe actions blocked from remote...Andrei Karas1-0/+4
2015-08-09Add some missing checks to other files found by paranucker.Andrei Karas1-4/+5
2015-06-06Fix code style.Andrei Karas1-4/+4
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-22/+30
2015-05-30Move inputaction into enums directory.Andrei Karas1-1/+2
2015-03-17Remove useless includes from .h files.Andrei Karas1-1/+0
2015-01-11Fix code style.Andrei Karas1-1/+0
2015-01-04Add stringmap typedefs.Andrei Karas1-2/+4
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-23Show long key names in browser box.Andrei Karas1-0/+2
2014-08-27Move chat command /enablehightlight into actions.Andrei Karas1-0/+4
2014-08-23Add autocomplete chat commands from actions.Andrei Karas1-0/+3
2014-08-23If chat command not found, try find it in input actions.Andrei Karas1-0/+4
2014-08-23Put chat commands from inputactiondata into map.Andrei Karas1-0/+1
2014-07-17Rename KeyFunction into InputFunction.Andrei Karas1-3/+3
2014-07-17Rename keydata into inputactiondata.Andrei Karas1-3/+3
2014-05-19fix code style.Andrei Karas1-1/+2
2014-05-18Move inputaction into separate file.Andrei Karas1-1/+2
2014-05-18Move inputconditions into separate file.Andrei Karas1-27/+0
2014-05-18Move keyfunction into separate file.Andrei Karas1-9/+2
2014-05-18Move keyitem into separate file.Andrei Karas1-15/+1
2014-05-18Move inputtype into separate file.Andrei Karas1-16/+0
2014-03-10Remove duplicate code from inputmanager.Andrei Karas1-0/+2
2014-02-16Move inputevent into events directory.Andrei Karas1-1/+2
2014-02-02Add missing const and static into input classes.Andrei Karas1-3/+3
2014-01-13allow auto close npc dialog if it almost closed and press moving keys.Andrei Karas1-1/+5
2014-01-11Block moving character by arrow keys in buy/sell dialogs.Andrei Karas1-2/+6
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-18add restrict into inputmanager.Andrei Karas1-1/+2