index
:
HoraK-FDF/plus
CI_test_var
c++17_deprecated_func
ci_checks
ci_clang-tidy
ci_clang3x
ci_clang4_5
ci_clang6
ci_clang7
ci_customnls
ci_deheader
ci_fedora
ci_gcc-snapshot
ci_gcc10
ci_gcc10_tests
ci_gcc3
ci_gcc49
ci_gcc4x
ci_gcc5
ci_gcc6
ci_gcc6_tests
ci_gcc7
ci_gcc7_tests
ci_gcc8
ci_gcc8_tests
ci_gcc9
ci_gcc9_tests
ci_glibcdebug
ci_h
ci_main1
ci_malloc
ci_mse
ci_mxe
ci_site
ci_xmllibs
citest
gl-move_ci-test
jesusalva/diagonal
jesusalva/itpopup
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
stable
stripped
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input
/
inputmanager.h
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-06-29
Move cast macroses into separate file.
Andrei Karas
1
-0
/
+1
2017-06-20
Fix sdl warning hiding pragmas for old compilers.
Andrei Karas
1
-3
/
+3
2017-06-20
Prevent Wshadow varnings in SDL code.
Andrei Karas
1
-0
/
+3
2017-05-09
Add chat command for send any gui key.
Andrei Karas
1
-0
/
+3
New chat command: guikey.
2017-01-03
Update copyright year.
Andrei Karas
1
-1
/
+1
2016-04-30
Disable noexcept for clang and old gcc versions.
Andrei Karas
1
-3
/
+3
2016-03-05
Move keyStr from inputfunction into separate array in inputmanager.
Andrei Karas
1
-1
/
+3
2016-03-04
Improve performance in getting printable key for actions.
Andrei Karas
1
-0
/
+2
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-1
/
+1
2016-01-06
Add noexcept into inputmanager.
Andrei Karas
1
-3
/
+3
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-12-27
Add restrict keyword in inputmanager.
Andrei Karas
1
-43
/
+52
2015-12-23
Add const attribute to input.
Andrei Karas
1
-1
/
+1
2015-12-22
Improve a bit inputmanager.
Andrei Karas
1
-1
/
+1
2015-11-20
Fix code style.
Andrei Karas
1
-2
/
+0
2015-11-17
Fix compilation without C++11 flags.
Andrei Karas
1
-1
/
+1
2015-11-17
Convert enum InputType into strong typed.
Andrei Karas
1
-5
/
+9
2015-10-16
Add protection attribute to input actions. Unsafe actions blocked from ↵
Andrei Karas
1
-0
/
+4
remote usage.
2015-08-09
Add some missing checks to other files found by paranucker.
Andrei Karas
1
-4
/
+5
2015-06-06
Fix code style.
Andrei Karas
1
-4
/
+4
2015-05-31
Convert InputAction enum into strong typed enum.
Andrei Karas
1
-22
/
+30
2015-05-30
Move inputaction into enums directory.
Andrei Karas
1
-1
/
+2
2015-03-17
Remove useless includes from .h files.
Andrei Karas
1
-1
/
+0
2015-01-11
Fix code style.
Andrei Karas
1
-1
/
+0
2015-01-04
Add stringmap typedefs.
Andrei Karas
1
-2
/
+4
2015-01-01
Update copyrights year.
Andrei Karas
1
-1
/
+1
2014-12-23
Show long key names in browser box.
Andrei Karas
1
-0
/
+2
2014-08-27
Move chat command /enablehightlight into actions.
Andrei Karas
1
-0
/
+4
2014-08-23
Add autocomplete chat commands from actions.
Andrei Karas
1
-0
/
+3
2014-08-23
If chat command not found, try find it in input actions.
Andrei Karas
1
-0
/
+4
2014-08-23
Put chat commands from inputactiondata into map.
Andrei Karas
1
-0
/
+1
2014-07-17
Rename KeyFunction into InputFunction.
Andrei Karas
1
-3
/
+3
2014-07-17
Rename keydata into inputactiondata.
Andrei Karas
1
-3
/
+3
2014-05-19
fix code style.
Andrei Karas
1
-1
/
+2
2014-05-18
Move inputaction into separate file.
Andrei Karas
1
-1
/
+2
2014-05-18
Move inputconditions into separate file.
Andrei Karas
1
-27
/
+0
2014-05-18
Move keyfunction into separate file.
Andrei Karas
1
-9
/
+2
2014-05-18
Move keyitem into separate file.
Andrei Karas
1
-15
/
+1
2014-05-18
Move inputtype into separate file.
Andrei Karas
1
-16
/
+0
2014-03-10
Remove duplicate code from inputmanager.
Andrei Karas
1
-0
/
+2
2014-02-16
Move inputevent into events directory.
Andrei Karas
1
-1
/
+2
2014-02-02
Add missing const and static into input classes.
Andrei Karas
1
-3
/
+3
2014-01-13
allow auto close npc dialog if it almost closed and press moving keys.
Andrei Karas
1
-1
/
+5
2014-01-11
Block moving character by arrow keys in buy/sell dialogs.
Andrei Karas
1
-2
/
+6
Check repeat keys for action condition.
2014-01-01
update copyright year in all sources.
Andrei Karas
1
-1
/
+1
2013-12-18
add restrict into inputmanager.
Andrei Karas
1
-1
/
+2
2013-09-12
remove unused includes from input files.
Andrei Karas
1
-3
/
+1
2013-08-31
move input related files into input dir.
Andrei Karas
1
-0
/
+191