summaryrefslogtreecommitdiff
path: root/src/actionmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-09-04add const to more classes,Andrei Karas1-2/+2
2012-08-25change vars or methods to const.Andrei Karas1-16/+16
2012-08-24replace defines to consts.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-3/+1
2012-08-17Fix code style.Andrei Karas1-6/+2
2012-08-13Some changes in screenshot code.Andrei Karas1-1/+1
2012-07-29Add quests netcode and quests window.Andrei Karas1-0/+9
2012-07-22Add key for disable full screen mode.Andrei Karas1-0/+9
2012-07-15Fix code style.Andrei Karas1-1/+1
2012-05-20Fix minimap show/hide on windows.Andrei Karas1-2/+6
2012-04-15Simplify emote shortcuts logic.Andrei Karas1-12/+7
2012-04-15Add move to point configurable shortcuts.Andrei Karas1-8/+11
2012-04-15Add outfits shortcuts to input settings.Andrei Karas1-3/+9
2012-04-11Convert attack handling code to new format.Andrei Karas1-0/+72
2012-04-11Move untarget and stop attack actions to actionmanager from hardcoded place.Andrei Karas1-0/+20
2012-04-09Fix code style.Andrei Karas1-1/+0
2012-04-08Move most input code from keyboardconfig to inputmanager.Andrei Karas1-15/+16
2012-04-08Move enums from keyboardconfig.h to keydata.h.Andrei Karas1-20/+20
2012-03-31Disable for now limits for change direction packets.Andrei Karas1-4/+4
2012-03-26Fix npc menu keyboard navigation.Andrei Karas1-2/+2
2012-03-26Redesign input handling.Andrei Karas1-0/+932