summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-5/+5
2012-10-14Add some android fixes.Andrei Karas1-0/+8
2012-10-06Fix default particle effects in attacks.Andrei Karas1-0/+1
2012-09-30add atlas textures support.Andrei Karas1-0/+1
2012-09-11Disable delay sprites load after game end.Andrei Karas1-0/+2
2012-09-04add const to more classes,Andrei Karas1-2/+2
2012-08-26Add const to some classes.Andrei Karas1-10/+10
2012-08-24replace defines to consts.Andrei Karas1-2/+2
2012-08-23Remove useless includes.Andrei Karas1-6/+2
2012-08-13Some changes in screenshot code.Andrei Karas1-2/+7
2012-08-01Fix code style.Andrei Karas1-1/+1
2012-07-30Fix code style.Andrei Karas1-1/+1
2012-07-29Add quests window to on screen buttons.Andrei Karas1-1/+2
2012-07-29Add quests netcode and quests window.Andrei Karas1-3/+7
2012-07-24Fix emotes shortcuts bar default size.Andrei Karas1-1/+1
2012-07-23Improve perfomance in some object constructors.Andrei Karas1-2/+1
2012-07-19Block moving in storage is open.Andrei Karas1-1/+1
2012-06-24Fix disconnect by timeout in eathena servers.Andrei Karas1-2/+9
2012-06-24Add basic support for maps without client data (tmx, tiles, etc)Andrei Karas1-0/+2
2012-06-21Add option to enable/disable software mode compoundsprite update delay.Andrei Karas1-0/+3
2012-06-21Add option for delayed OpenGL images load enable/disable.Andrei Karas1-1/+2
2012-06-21Add delayed images load.Andrei Karas1-0/+5
2012-06-18Fix map tiles animation speed.Andrei Karas1-3/+2
2012-06-06Fix some issues after auto checking.Andrei Karas1-2/+2
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-1/+20
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