summaryrefslogtreecommitdiff
path: root/src/actionmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-02-20improve includes.Andrei Karas1-3/+1
2014-02-16Move inputevent into events directory.Andrei Karas1-1/+2
2014-02-16move mouseevent into events directory.Andrei Karas1-1/+1
2014-02-16move actionevent into events directory.Andrei Karas1-2/+2
2014-02-08Add action for open trade window.Andrei Karas1-0/+17
2014-02-04rename Setup into SetupWindow.Andrei Karas1-1/+1
2014-02-02add actions for select next/previous tab in spells/commands window.Andrei Karas1-0/+20
2014-02-02add actions for select next/previous tab in shortcuts window.Andrei Karas1-0/+20
2014-02-02Add missing const and static into other classes.Andrei Karas1-1/+1
2014-01-31Combine "Mod" and "Stop attack" keys.Andrei Karas1-1/+1
2014-01-28Move direct SDL_GetMouseState calls into method in gui class.Andrei Karas1-2/+2
2014-01-13allow auto close npc dialog if it almost closed and press moving keys.Andrei Karas1-14/+22
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-11-03add action "move forward" default key unassigned.Andrei Karas1-0/+7
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas1-12/+12
2013-10-19move virtual member calls from quitdialog constuctor into postInit.Andrei Karas1-0/+1
2013-10-07Use better right click emulation in game.Andrei Karas1-6/+3
2013-09-30move tabs into tabs directory.Andrei Karas1-1/+1
2013-09-30move windows classes to windows directory.Andrei Karas1-22/+24
2013-09-22add support for show/hide keyboard in SDL2 on Android.Andrei Karas1-1/+4
2013-09-22fix compilation and partial running with SDL2 on Android.Andrei Karas1-0/+6
2013-09-15add ability to select and heal nearest player.Andrei Karas1-0/+12
2013-09-11remove unused includes from gui files.Andrei Karas1-0/+1
2013-09-09remove useless includes from some files.Andrei Karas1-2/+0
2013-08-31move being related files into being dir.Andrei Karas1-3/+4
2013-08-31move input related files into input dir.Andrei Karas1-2/+3
2013-08-31move render classes into render dir.Andrei Karas1-1/+2
2013-08-29add support for process all input events before entering game.Andrei Karas1-0/+2
2013-08-24remove most static methods from Client.Andrei Karas1-4/+4
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