summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-09Add ability to auto repeat some keys presses.Andrei Karas1-0/+1
2012-05-06Move specials window to manaserv only code.Andrei Karas1-0/+9
2012-04-11Initialize joystick and keyboard mapping in game start.Andrei Karas1-0/+4
2012-04-11Convert attack handling code to new format.Andrei Karas1-81/+2
2012-04-11Move untarget and stop attack actions to actionmanager from hardcoded place.Andrei Karas1-10/+0
2012-04-10Add two default keys to input layout.Andrei Karas1-16/+3
2012-04-10Add joystick key assign ability in keyboard dialog.Andrei Karas1-1/+1
2012-04-09Fix code style.Andrei Karas1-1/+2
2012-04-08Move most input code from keyboardconfig to inputmanager.Andrei Karas1-26/+26
2012-04-08Move enums from keyboardconfig.h to keydata.h.Andrei Karas1-26/+26
2012-04-07Fix code style.Andrei Karas1-1/+0
2012-04-03Move some input handling code from game to inputmanager.Andrei Karas1-53/+2
2012-04-03Put gui input logic before most game input logic.Andrei Karas1-25/+29
2012-04-01One part of fixes after auto checking.Andrei Karas1-2/+3
2012-03-29Add option to auto hide chat window (chat window visible by default)Andrei Karas1-0/+1
2012-03-26Fix code style and auto check issues.Andrei Karas1-3/+0
2012-03-26Redesign input handling.Andrei Karas1-731/+11
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas1-11/+19
2012-03-09Remove debug keys logging.Andrei Karas1-2/+0
2012-03-09Move getting keys from game to keyboard config.Andrei Karas1-10/+11
2012-03-02Use FBO for screenshots. Disabled for windows.Andrei Karas1-0/+1
2012-03-01Fix modal state for some dialogs.Andrei Karas1-1/+2
2012-03-01Block move/direction shortcuts in inventory/storage input fields.Andrei Karas1-1/+2
2012-02-29Fix npc menu focus/defocus issue.Andrei Karas1-5/+6
2012-02-28Add different sound effects for different events.Andrei Karas1-3/+3
2012-02-18Fix code style.Andrei Karas1-2/+2
2012-02-08Fix compilation errors and more style.Andrei Karas1-10/+10
2012-02-05Add own translation system.Andrei Karas1-0/+2
2012-01-30Rename isKeyActive to isActionActive om keyboard config class.Andrei Karas1-55/+56
2012-01-30Add some missing checks to window resize code.Andrei Karas1-2/+4
2012-01-30Smal refactoring in resize code.Andrei Karas1-1/+1
2012-01-30Allow resizing of the game in windowed modeThorbjørn Lindeijer1-3/+13
2012-01-28Add support for processing player statuses in evol server.Andrei Karas1-0/+6
2012-01-24Fix branding issues. Like incorrect default app name, not connecting to server.Andrei Karas1-1/+1
2012-01-15Fix default item shortcuts window size.Andrei Karas1-1/+3
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-23Probably fix auto adjusting perfomance after going from sleep mode.Andrei Karas1-12/+18
2011-12-16Fix blocking some chars in inventory/storage input box.Andrei Karas1-0/+1
2011-12-14Fix increasing log file if client was disconnected from network.Andrei Karas1-2/+7
2011-12-10Fix talk to npc key delay.Andrei Karas1-2/+1
2011-11-15Split Game::handleInput to small functions.Andrei Karas1-637/+660
2011-11-10Fix random key press loses.Andrei Karas1-1/+3
2011-11-09Fix joystick attack (button 0).Andrei Karas1-6/+14
2011-11-09Fix joystick after reconnecting to server.Andrei Karas1-1/+0
2011-11-09Fix code style.Andrei Karas1-1/+6
2011-11-09Add support for joystick selection.Andrei Karas1-6/+0
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-13/+13
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-52/+52
2011-11-05Fix double network error dialog.Andrei Karas1-18/+15
2011-11-02Add option to yellow bar to change player attack in pvp mode.Andrei Karas1-0/+8