index
:
HoraK-FDF/mv
CI_test_var
c++17_deprecated_func
camel
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
ewewukek/fix_linux_build
gl-move_ci-test
jak1/pipeline_improvments
jesusalva/itpopup
jesusalva/mverse
jesusalva/renameprog
keep_password
master
old-stable
rename_and_cleanup
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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-29
switch: change default input mapping in inputactionmap.h
cpasjuste
1
-2
/
+46
2020-04-27
inputmanager: fix joystick key 0 not assignable from inputactionmap (SDL_SCAN...
cpasjuste
1
-4
/
+8
2020-04-24
switch: add escape button (+)
cpasjuste
1
-6
/
+14
2020-04-24
switch: fix joystick directions
cpasjuste
1
-7
/
+4
2020-04-23
switch: enable sound and keyboard button by default, disable joysticks for now
cpasjuste
1
-5
/
+7
2020-04-22
switch: enable joystick and mouse
cpasjuste
2
-0
/
+12
2020-02-23
Fix some code style issues
Andrei Karas
1
-1
/
+1
2019-09-30
Add missing static keywords
Andrei Karas
2
-5
/
+2
2019-06-10
Add chat command /trimmemory for force trim freed memory
Andrei Karas
1
-0
/
+6
2019-01-01
Update copyright year.
Andrei Karas
43
-43
/
+43
2018-11-27
Remove extra ; from different code.
Andrei Karas
3
-5
/
+5
2018-10-29
Fix code style.
s20181102
Andrei Karas
5
-11
/
+11
2018-02-13
Allow set shortcut to clan window.
Andrei Karas
1
-0
/
+6
2018-02-13
Add clan window.
Andrei Karas
1
-0
/
+12
2018-01-09
Remove useless A_CONST attributes.
Andrei Karas
1
-1
/
+1
2018-01-04
Update copyrights year.
Andrei Karas
43
-43
/
+43
2018-01-01
Replace some status methods usage from member pointers to static member calls.
Andrei Karas
1
-1
/
+1
2017-12-28
Add missing override and final to destructors.
Andrei Karas
1
-1
/
+1
2017-12-28
Add missing explicit keyword in key.h
Andrei Karas
1
-1
/
+1
2017-12-27
Remove default parameter from key.
Andrei Karas
1
-1
/
+1
2017-12-27
Remove default parameter from keyboardconfig.
Andrei Karas
1
-1
/
+1
2017-12-27
Remove default parameters from touchmanager.
Andrei Karas
2
-46
/
+88
2017-12-27
Remove default parameters from theme.
Andrei Karas
1
-3
/
+10
2017-10-26
Replace some SDL2 function calls to lower level functions.
Andrei Karas
1
-2
/
+2
2017-09-15
Fix code style.
Andrei Karas
1
-1
/
+0
2017-09-15
Fix compilation with SDL 2 < 2.0.6.
Andrei Karas
1
-0
/
+3
2017-09-15
temporary disable input action types based on key releases.
Andrei Karas
1
-6
/
+16
2017-09-15
Dump more info about current joystick (SDL2).
Andrei Karas
1
-0
/
+54
2017-09-12
Add missing space int keyboardconfig.cpp
Andrei Karas
1
-1
/
+1
2017-09-11
Fix ignoring "ignore" keys in SDL 2 builds.
Andrei Karas
1
-0
/
+6
2017-09-11
Add default values for input 1 and input 2 actions in SDL 2 build.
Andrei Karas
1
-2
/
+2
2017-09-10
Allow trigger input action on key press or/and release.
Andrei Karas
4
-708
/
+924
2017-09-09
Add workaround for fix alt-tab issue in SDL2.
Andrei Karas
4
-3
/
+62
2017-09-08
Add comment about SDL_JoystickEventState.
Andrei Karas
1
-0
/
+1
2017-08-30
Move some variables to better scope.
Andrei Karas
1
-1
/
+3
2017-08-22
Remove some parentheses.
Andrei Karas
3
-8
/
+9
2017-08-14
Replace static members usage from pointers to direct classes.
Andrei Karas
1
-3
/
+3
2017-08-08
Add into skill context menu for add shortcut.
Andrei Karas
1
-0
/
+6
2017-08-07
Allow open debug window before connecting to game.
Andrei Karas
1
-1
/
+1
2017-07-14
Replace std::vector into macro STD_VECTOR.
Andrei Karas
3
-3
/
+3
2017-07-13
Add vector.h for use different vectors.
Andrei Karas
1
-2
/
+1
2017-06-30
Allow open chat window with debug tab before connecting to game.
Andrei Karas
1
-2
/
+2
2017-06-30
Remove extra includes again.
Andrei Karas
2
-0
/
+3
2017-06-30
Remove extra includes from headers.
Andrei Karas
1
-2
/
+0
2017-06-29
Use std::move in some places.
Andrei Karas
1
-1
/
+2
2017-06-29
Move cast macroses into separate file.
Andrei Karas
6
-0
/
+11
2017-06-29
Move foreach macroses into separate file.
Andrei Karas
3
-0
/
+3
2017-06-22
Add chat command for unequip pet equipment.
Andrei Karas
2
-0
/
+12
2017-06-22
Add chat command for return pet to egg.
Andrei Karas
2
-0
/
+12
2017-06-22
Add chat command for drop pet's loot.
Andrei Karas
2
-0
/
+12
[next]