summaryrefslogtreecommitdiff
path: root/src/actionmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-06-21fix code style.Andrei Karas1-4/+4
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-1/+1
2013-06-03fix SDL includes.Andrei Karas1-1/+1
2013-05-03add comments for translators.Andrei Karas1-0/+2
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+1
2013-04-09Improve perfomance in windows and popups visibility checks.Andrei Karas1-8/+8
2013-03-31Rename SoundManager sigleton from sound to soundManager.Andrei Karas1-1/+1
2013-02-05Add missing checks and consts.Andrei Karas1-8/+17
2013-02-03Add support for small screens with on screen top right buttons.Andrei Karas1-0/+5
2013-01-18Fix code style.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2013-01-15Allow talk to not selected closest npc (distance 1) by talk key.Andrei Karas1-1/+15
2012-12-31Fix code style and compilation under windows.Andrei Karas1-0/+3
2012-12-30Add action to show onscreen keyboard.Andrei Karas1-0/+11
2012-12-25Add new action "stop or sit"Andrei Karas1-0/+20
2012-12-21Add some missing checks.Andrei Karas1-5/+9
2012-12-03Rename sound.cpp/h to soundmanager.Andrei Karas1-1/+1
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