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.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-11
Fix ignoring "ignore" keys in SDL 2 builds.
Andrei Karas
1
-0
/
+6
2017-09-10
Allow trigger input action on key press or/and release.
Andrei Karas
1
-5
/
+10
2017-09-09
Add workaround for fix alt-tab issue in SDL2.
Andrei Karas
1
-0
/
+16
2017-08-30
Move some variables to better scope.
Andrei Karas
1
-1
/
+3
2017-08-22
Remove some parentheses.
Andrei Karas
1
-2
/
+2
2017-08-14
Replace static members usage from pointers to direct classes.
Andrei Karas
1
-3
/
+3
2017-06-30
Remove extra includes again.
Andrei Karas
1
-0
/
+1
2017-06-29
Use std::move in some places.
Andrei Karas
1
-1
/
+2
2017-06-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
1
-35
/
+35
2017-05-09
Add chat command for send any gui key.
Andrei Karas
1
-0
/
+12
2017-01-03
Update copyright year.
Andrei Karas
1
-1
/
+1
2016-12-10
Fix some issues found by automatic checks.
Andrei Karas
1
-2
/
+0
2016-09-23
Add missing comments into defines.
Andrei Karas
1
-17
/
+27
2016-09-21
Fix reading all assigned keys for actions.
Andrei Karas
1
-0
/
+2
2016-08-16
Trigger asserts if unknown commands executed in popup menu or in chat.
Andrei Karas
1
-0
/
+7
2016-07-28
Remove define EATHENA_SUPPORT from all code.
Andrei Karas
1
-2
/
+0
2016-06-10
Fix typo handleActicateKey -> handleActivateKey
Andrei Karas
1
-1
/
+1
2016-03-05
Move keyStr from inputfunction into separate array in inputmanager.
Andrei Karas
1
-13
/
+14
2016-03-04
Improve performance in getting printable key for actions.
Andrei Karas
1
-7
/
+21
2016-02-18
Replace unknown scan codes in SDL2 to unknown constant.
Andrei Karas
1
-0
/
+4
2016-02-18
Remove extra checks.
Andrei Karas
1
-29
/
+1
2016-02-18
Add some more debugging in input keys handling.
Andrei Karas
1
-1
/
+12
2016-02-18
Add some extra checks and logging while sorting keys.
Andrei Karas
1
-1
/
+20
2016-02-08
Add missing variables into constructors initialisation list.
Andrei Karas
1
-1
/
+2
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-28
/
+28
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-12-29
Move multitouchmanager into touch directory.
Andrei Karas
1
-1
/
+1
2015-12-29
Move touchmanager into touch directory.
Andrei Karas
1
-1
/
+2
2015-12-27
Add restrict keyword in inputmanager.
Andrei Karas
1
-79
/
+89
2015-12-22
Improve a bit inputmanager.
Andrei Karas
1
-3
/
+5
2015-11-20
Fix code style.
Andrei Karas
1
-0
/
+2
2015-11-17
Fix compilation without C++11 again.
Andrei Karas
1
-1
/
+1
2015-11-17
Convert enum InputType into strong typed.
Andrei Karas
1
-7
/
+8
2015-10-31
Add NOBLOCK input actions condition. This mean if player not blocked by speci...
Andrei Karas
1
-4
/
+15
2015-10-16
Add protection attribute to input actions. Unsafe actions blocked from remote...
Andrei Karas
1
-0
/
+21
2015-08-03
Add gui mode for dyecmd. Now only basic code added.
Andrei Karas
1
-20
/
+35
2015-05-31
Convert InputAction enum into strong typed enum.
Andrei Karas
1
-56
/
+70
2015-05-10
Add strong typed bool type UseArgs.
Andrei Karas
1
-1
/
+1
2015-05-07
Remove npcpostdialog.
Andrei Karas
1
-3
/
+1
2015-04-10
Fix compilation with different flags.
Andrei Karas
1
-0
/
+2
2015-04-05
On room creation show room name in general tab caption.
Andrei Karas
1
-0
/
+2
2015-03-17
Remove useless includes from .h files.
Andrei Karas
1
-0
/
+1
2015-02-02
Not allow moving while vending shop enabled.
Andrei Karas
1
-1
/
+6
2015-01-04
Add stringmap typedefs.
Andrei Karas
1
-5
/
+3
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
/
+10
2014-12-23
Add comma separator in short keys list.
Andrei Karas
1
-1
/
+1
2014-12-05
fix code style.
Andrei Karas
1
-1
/
+2
2014-12-02
Add player alive input flag.
Andrei Karas
1
-0
/
+3
2014-10-01
Fix input fields detection for input rules.
Andrei Karas
1
-1
/
+18
[next]