summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-25Add chat command for copy text to clipboard.Andrei Karas1-0/+6
2017-05-25Add chat command for clear current outfit.Andrei Karas2-0/+12
2017-05-23Add chat command for send any number of pritable chars to input.Andrei Karas1-0/+6
2017-05-23Add chat command for simulate mouse click by any position and button.Andrei Karas1-0/+6
2017-05-10Add chat command for show player items.s20170510Andrei Karas1-0/+6
2017-05-10Add chat command for move monster in priority attack list into one position d...Andrei Karas1-2/+8
2017-05-10Add chat command for move monster in priority attack list into one position up.Andrei Karas1-0/+6
2017-05-10Add chat command for move monster in attack list into one position down.Andrei Karas1-0/+6
2017-05-10Add chat command for move monster in attack list into one position up.Andrei Karas1-1/+7
2017-05-09Add chat command for send any gui key.Andrei Karas3-0/+21
2017-04-05Add chat command for translate message from player language to english.Andrei Karas1-0/+6
2017-02-07Remove extra include SDL_stdinc.h.Andrei Karas1-11/+0