summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-22Add chat command for return pet to egg.Andrei Karas2-0/+12
2017-06-22Add chat command for drop pet's loot.Andrei Karas2-0/+12
2017-06-22Add chat command for feed pet.Andrei Karas2-0/+12
2017-06-22Remove popup menu action "homunculus delete".Andrei Karas1-1/+1
2017-06-22Add chat command for feed homunculus.Andrei Karas2-0/+12
2017-06-22Add chat command for move homunculus to master.Andrei Karas2-0/+12
2017-06-22Add chat command for move mercenary to master.Andrei Karas2-0/+12
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas4-12/+12
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas4-0/+12
2017-06-15Allow open server info window from game.Andrei Karas2-0/+12
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas7-80/+83
2017-05-25Add chat command for check player ip.Andrei Karas1-0/+6
2017-05-25Add chat command for recall player.Andrei Karas1-0/+6
2017-05-25Add chat command for warp to player.Andrei Karas1-0/+6