summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-07Fix compilation with SDL2.Andrei Karas1-0/+2
2017-02-07Fix compilation with gcc version below 4.6.Andrei Karas1-3/+3
2017-02-04Fix compilation with very new SDL2.Andrei Karas1-1/+3
2017-01-17Fix compilation with SDL2.Andrei Karas1-1/+1
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into input.Andrei Karas8-0/+16
2017-01-03Update copyright year.Andrei Karas43-43/+43
2016-12-29Remove extra include.Andrei Karas1-1/+0
2016-12-29Fix compilation with old gcc versions.Andrei Karas1-2/+2
2016-12-29Add constexpr into keyboardconfig.Andrei Karas2-28/+26
2016-12-12Another fix for old compilers.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas4-33/+33
2016-12-12Add constexpr and noexcept into some methods.Andrei Karas1-1/+1
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-2/+0
2016-09-23Add missing comments into defines.Andrei Karas11-52/+66
2016-09-21Fix reading all assigned keys for actions.Andrei Karas1-0/+2
2016-09-21Allow assign key to action "Copy outfit to chat"Andrei Karas1-3/+9
2016-09-21Add into outfits menu option to copy equipment from player into outfit.Andrei Karas1-1/+1
2016-09-21Allow copy items from outfit into chat.Andrei Karas1-1/+7
2016-08-25Add chat command for create items. (gm only)Andrei Karas1-0/+6
2016-08-24Remove unused pet handler methods and fields.Andrei Karas1-4/+4
2016-08-22Add some cppcheck fixes.Andrei Karas1-0/+1
2016-08-20Add chat command for show/change auto item party sharing.s20160820Andrei Karas1-0/+6
2016-08-19Add chat command for show/change share experience in party.Andrei Karas1-0/+6