summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)AuthorFilesLines
2020-05-18Add new flags into gc110 flagsAndrei Karas1-0/+4
2020-05-18Fix compilation error after switch port mergedAndrei Karas1-4/+4
2020-04-29switch: change default input mapping in inputactionmap.hcpasjuste1-2/+46
2020-04-27inputmanager: fix joystick key 0 not assignable from inputactionmap (SDL_SCAN...cpasjuste1-4/+8
2020-04-24switch: add escape button (+)cpasjuste1-6/+14
2020-04-24switch: fix joystick directionscpasjuste1-7/+4
2020-04-23switch: enable sound and keyboard button by default, disable joysticks for nowcpasjuste1-5/+7
2020-04-22switch: enable joystick and mousecpasjuste2-0/+12
2020-02-23Fix some code style issuesAndrei Karas1-1/+1
2019-09-30Add missing static keywordsAndrei Karas2-5/+2
2019-06-10Add chat command /trimmemory for force trim freed memoryAndrei Karas1-0/+6
2019-01-01Update copyright year.Andrei Karas43-43/+43
2018-11-27Remove extra ; from different code.Andrei Karas3-5/+5
2018-10-29Fix code style.s20181102Andrei Karas5-11/+11
2018-02-13Allow set shortcut to clan window.Andrei Karas1-0/+6
2018-02-13Add clan window.Andrei Karas1-0/+12
2018-01-09Remove useless A_CONST attributes.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas43-43/+43
2018-01-01Replace some status methods usage from member pointers to static member calls.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-12-28Add missing explicit keyword in key.hAndrei Karas1-1/+1
2017-12-27Remove default parameter from key.Andrei Karas1-1/+1
2017-12-27Remove default parameter from keyboardconfig.Andrei Karas1-1/+1
2017-12-27Remove default parameters from touchmanager.Andrei Karas2-46/+88
2017-12-27Remove default parameters from theme.Andrei Karas1-3/+10
2017-10-26Replace some SDL2 function calls to lower level functions.Andrei Karas1-2/+2
2017-09-15Fix code style.Andrei Karas1-1/+0
2017-09-15Fix compilation with SDL 2 < 2.0.6.Andrei Karas1-0/+3
2017-09-15temporary disable input action types based on key releases.Andrei Karas1-6/+16
2017-09-15Dump more info about current joystick (SDL2).Andrei Karas1-0/+54
2017-09-12Add missing space int keyboardconfig.cppAndrei Karas1-1/+1
2017-09-11Fix ignoring "ignore" keys in SDL 2 builds.Andrei Karas1-0/+6
2017-09-11Add default values for input 1 and input 2 actions in SDL 2 build.Andrei Karas1-2/+2
2017-09-10Allow trigger input action on key press or/and release.Andrei Karas4-708/+924
2017-09-09Add workaround for fix alt-tab issue in SDL2.Andrei Karas4-3/+62
2017-09-08Add comment about SDL_JoystickEventState.Andrei Karas1-0/+1
2017-08-30Move some variables to better scope.Andrei Karas1-1/+3
2017-08-22Remove some parentheses.Andrei Karas3-8/+9
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-3/+3
2017-08-08Add into skill context menu for add shortcut.Andrei Karas1-0/+6
2017-08-07Allow open debug window before connecting to game.Andrei Karas1-1/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas3-3/+3
2017-07-13Add vector.h for use different vectors.Andrei Karas1-2/+1
2017-06-30Allow open chat window with debug tab before connecting to game.Andrei Karas1-2/+2
2017-06-30Remove extra includes again.Andrei Karas2-0/+3
2017-06-30Remove extra includes from headers.Andrei Karas1-2/+0
2017-06-29Use std::move in some places.Andrei Karas1-1/+2
2017-06-29Move cast macroses into separate file.Andrei Karas6-0/+11
2017-06-29Move foreach macroses into separate file.Andrei Karas3-0/+3
2017-06-22Add chat command for unequip pet equipment.Andrei Karas2-0/+12