summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)AuthorFilesLines
2016-02-24Add chat command /showstorage. Also add show storage to player context menu.Andrei Karas1-0/+6
2016-02-24Add chat command /showstats. Also add show level stats to player context menu.Andrei Karas1-0/+6
2016-02-24Add chat command /showlevel. Also add show level commands to player context m...Andrei Karas1-0/+6
2016-02-24Add chat command /gmcharcommands. Also add show char commands to player conte...Andrei Karas1-0/+6
2016-02-24Add chat command /gmcommands. Also add show commands to player context menu.Andrei Karas1-0/+6
2016-02-24Add chat command /mobspawnsearch. Add it to monster gm context menu.Andrei Karas1-0/+6
2016-02-24Add chat command for gm /mobsearchAndrei Karas1-0/+6
2016-02-24Add gm chat command /whodropsAndrei Karas1-0/+6
2016-02-23Add chat command for gms /iteminfoAndrei Karas1-0/+6
2016-02-23Add chat command /monsterinfoAndrei Karas1-0/+6
2016-02-21Fix code style.Andrei Karas1-2/+0
2016-02-21Add missing checks.Andrei Karas1-1/+9
2016-02-20Add support for onscreen buttons in format 3x2.Andrei Karas1-0/+24
2016-02-18Replace unknown scan codes in SDL2 to unknown constant.Andrei Karas1-0/+4
2016-02-18Remove extra checks.Andrei Karas2-39/+1
2016-02-18Fix keys sorter. Some time probably it may crash before.Andrei Karas1-1/+1
2016-02-18Add some more debugging in input keys handling.Andrei Karas1-1/+12
2016-02-18Add some extra checks and logging while sorting keys.Andrei Karas2-3/+35
2016-02-11Fix crash on exit with enables onscreen buttons.Andrei Karas1-1/+1
2016-02-09Allow select skill units and attack it.Andrei Karas2-0/+12
2016-02-08Add missing variables into constructors initialisation list.Andrei Karas1-1/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas8-45/+45
2016-02-03Add chat command /seen for show seen informatin abount nick.Andrei Karas1-0/+6
2016-01-27Remove popup action "copy bar to chat"Andrei Karas1-0/+6
2016-01-27Remove action "reset yellow bar" from context menu.Andrei Karas1-0/+6
2016-01-27Add chat commands for add/remove/ignore pickups.Andrei Karas1-0/+18
2016-01-27Remove copy to clipboard action in npc dialog popup.Andrei Karas1-0/+6
2016-01-27Remove copy to clipboard action in chat popup.Andrei Karas1-0/+6
2016-01-27Add chat command for move selected item to craft slot.Andrei Karas1-0/+6
2016-01-27Add quick shortcuts for add selected item to each craft inventory slot.Andrei Karas3-0/+216
2016-01-15Fix code style.Andrei Karas1-1/+1
2016-01-06Add noexcept into inputmanager.Andrei Karas1-3/+3
2016-01-02Update copyrights year.Andrei Karas41-41/+41
2016-01-01Fix code style.Andrei Karas2-1/+1
2015-12-31Move keyvalue into enums directory.Andrei Karas1-52/+0
2015-12-31Move inputcondition into enums directory.Andrei Karas2-60/+2
2015-12-31Move inputgroup into enums directory.Andrei Karas1-18/+1
2015-12-29Move multitouchmanager into touch directory.Andrei Karas3-5/+5
2015-12-29Move touchactions into touch directory.Andrei Karas3-1/+170
2015-12-29Move touchmanager into touch directory.Andrei Karas3-1/+880
2015-12-27Add restrict keyword in inputmanager.Andrei Karas2-122/+141
2015-12-23Add const attribute to input.Andrei Karas2-2/+2
2015-12-22Improve a bit inputmanager.Andrei Karas2-4/+6
2015-11-23Add chat command skill.Andrei Karas1-0/+6
2015-11-22Add chat command /selectskilllevel for select skill level in skills dialog.Andrei Karas1-0/+6
2015-11-20Fix code style.Andrei Karas5-8/+2
2015-11-17Fix compilation without C++11 again.Andrei Karas1-1/+1
2015-11-17Fix compilation without C++11 flags.Andrei Karas1-1/+1
2015-11-17Convert enum InputType into strong typed.Andrei Karas8-64/+35
2015-11-16Add chat command slide.Andrei Karas1-1/+7