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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-22
Move options for emotes input settings page into separate file.
Andrei Karas
4
-316
/
+378
2014-08-22
Move options for windows input settings page into separate file.
Andrei Karas
4
-196
/
+258
2014-08-22
Move options for shortcuts input settings page into separate file.
Andrei Karas
4
-148
/
+210
2014-08-22
Move options for basic input settings page into separate file.
Andrei Karas
4
-172
/
+234
2014-08-22
Rename setupactiondata array names.
Andrei Karas
2
-18
/
+18
2014-08-22
Move setup input pages options into separate file.
Andrei Karas
2
-0
/
+2033
2014-08-22
Move actionfuncptr into separate file.
Andrei Karas
1
-3
/
+1
2014-08-21
Remove const from action functions definition.
Andrei Karas
1
-1
/
+1
2014-08-21
Move target related actions into separate file.
Andrei Karas
1
-0
/
+1
2014-08-21
Move status bar (yellow bar) related actions into separate file.
Andrei Karas
1
-0
/
+1
2014-08-21
Move tabs related actions into separate file.
Andrei Karas
1
-0
/
+1
2014-08-21
Move move related actions into separate file.
Andrei Karas
1
-0
/
+1
2014-08-21
Move chat related actions into separate file.
Andrei Karas
1
-0
/
+1
2014-08-21
Move windows related actions into separate file.
Andrei Karas
1
-0
/
+1
2014-08-21
Change actions namespace from ActionManager into Actions.
Andrei Karas
1
-258
/
+258
2014-08-21
Move actionmanager into actions directory and rename to actions.
Andrei Karas
1
-1
/
+2
2014-07-30
Rename player_node variable into localPlayer.
Andrei Karas
1
-1
/
+1
2014-07-23
Not allow character moving by cursor keys if any input field selected.
Andrei Karas
1
-1
/
+1
2014-07-23
move "change away type" option into gamemodifiers.
Andrei Karas
1
-1
/
+1
2014-07-22
move "change game modifiers" option into gamemodifiers.
Andrei Karas
1
-1
/
+2
2014-07-21
move "change attack type" option into gamemodifiers.
Andrei Karas
1
-1
/
+1
2014-07-18
Fix code style.
Andrei Karas
3
-9
/
+14
2014-07-18
Fix compilation with SDL2 after latest commits.
Andrei Karas
1
-1
/
+3
2014-07-17
Rename KeySortFunctor into InputActionSortFunctor.
Andrei Karas
2
-6
/
+6
2014-07-17
Rename KeyFunction into InputFunction.
Andrei Karas
5
-41
/
+41
2014-07-17
Rename KeyItem into InputItem.
Andrei Karas
5
-30
/
+29
2014-07-17
Rename KeyGroup into InputGroup.
Andrei Karas
1
-1
/
+1
2014-07-17
Rename keydata into inputactiondata.
Andrei Karas
5
-27
/
+27
2014-07-17
Rename keyboarddata into inputactionmap.
Andrei Karas
2
-1
/
+1
2014-07-13
Fix code style.
Andrei Karas
1
-2
/
+0
2014-07-05
Fix code style.
Andrei Karas
1
-1
/
+1
2014-06-24
Add new action for select closest monster without filters and sorting.
Andrei Karas
2
-1
/
+10
2014-06-22
Add profiler lines into some functions.
Andrei Karas
3
-0
/
+28
2014-06-02
Add missing final/notfinal to classes.
Andrei Karas
1
-1
/
+1
2014-05-31
Move keyeventtype into separate file.
Andrei Karas
1
-14
/
+6
2014-05-31
fix code style.
Andrei Karas
1
-3
/
+2
2014-05-30
Move main window related code into windowmanager.
Andrei Karas
1
-2
/
+5
2014-05-29
Move variables definition into each file with class definition.
Andrei Karas
2
-0
/
+3
2014-05-28
In SDL2 build, prevent screenshot action if input field active.
Andrei Karas
1
-1
/
+1
2014-05-25
Fix align in constructors.
Andrei Karas
1
-1
/
+1
2014-05-25
Fix license headers.
Andrei Karas
5
-5
/
+5
2014-05-22
allow open updater window from inside game.
Andrei Karas
2
-0
/
+8
2014-05-19
fix code style.
Andrei Karas
2
-1
/
+3
2014-05-18
Move inputaction into separate file.
Andrei Karas
6
-971
/
+1003
2014-05-18
Move inputconditions into separate file.
Andrei Karas
4
-345
/
+392
2014-05-18
Move keyfunction into separate file.
Andrei Karas
2
-9
/
+37
2014-05-18
Move keyitem into separate file.
Andrei Karas
2
-15
/
+43
2014-05-18
Move inputtype into separate file.
Andrei Karas
6
-654
/
+684
2014-05-18
Move keysortfunctor into separate file.
Andrei Karas
2
-10
/
+43
2014-05-18
Use mouseeventtype in mouseinput.
Andrei Karas
1
-17
/
+5
[next]