summaryrefslogtreecommitdiff
path: root/src/actions/move.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-09-06Move manaplus game related files into progs/manaplus.Andrei Karas1-280/+0
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-21/+25
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-03-22Not allow moving from sit state if server not support it.Andrei Karas1-0/+8
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-06-03User full enum name in packets type.Andrei Karas1-4/+4
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-0/+2
2015-05-22Fix code style.Andrei Karas1-0/+2
2015-02-23Move crazy moves code from local player into separate file.Andrei Karas1-1/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-29Allow move pet by mod key (left shift) + move keys.Andrei Karas1-0/+8
2014-12-28Allow change pet direction by pet emote key + move keys.Andrei Karas1-0/+9
2014-12-08Allow control popup menu by up/down keys.Andrei Karas1-0/+12
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-17Remove getter for playerHandler.Andrei Karas1-8/+8
2014-08-28Removed unused includes.Andrei Karas1-51/+0
2014-08-21Move move related actions into separate file.Andrei Karas1-0/+286