summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-14Change version to 1.2.4.15v1.2.4.15Andrei Karas7-7/+25
2012-04-14Update translations.Andrei Karas14-508/+508
2012-04-14Fix code style.Andrei Karas3-4/+4
2012-04-14Block enter key from pressing active button.Andrei Karas4-33/+27
2012-04-14Fix top right buttons focus issue.Andrei Karas1-0/+3
2012-04-13Update and rebuild translations.Andrei Karas41-34238/+36725
2012-04-12Fix incorrect load order.Andrei Karas1-0/+3
2012-04-12Add missing checks to map.cppAndrei Karas1-1/+1
2012-04-12Fix fast fill rectangle function.Andrei Karas1-4/+4
2012-04-12Fix cmake build file.Andrei Karas5-16/+11
2012-04-11Add joystick validation before triggering events from it.Andrei Karas3-4/+20
2012-04-11Fix default joystick button for monster selection.Andrei Karas1-1/+1
2012-04-11Initialize joystick and keyboard mapping in game start.Andrei Karas1-0/+4
2012-04-11Convert attack handling code to new format.Andrei Karas9-99/+102
2012-04-11Move untarget and stop attack actions to actionmanager from hardcoded place.Andrei Karas4-13/+25
2012-04-10Add two default keys to input layout.Andrei Karas6-190/+503
2012-04-10Move more code from keyboardconfig to inputmanager.Andrei Karas3-14/+21
2012-04-10Rename settings tab keyboard to input.Andrei Karas8-32/+32
2012-04-10Add joystick key assign ability in keyboard dialog.Andrei Karas8-99/+219
2012-04-09Fix asigning keys unknown for SDL.Andrei Karas3-20/+63
2012-04-09Allow using chat in trade and buy/sell dialogs.Andrei Karas1-1/+1
2012-04-09Fix code style.Andrei Karas14-25/+31
2012-04-08Unselect item in inventory if it was added to drops or shortcuts window.Andrei Karas2-0/+2
2012-04-08Allow assign keys before connecting to game.Andrei Karas3-7/+19
2012-04-08Move some more code from keyboardconfig to inputmanager.Andrei Karas5-64/+81
2012-04-08Move most input code from keyboardconfig to inputmanager.Andrei Karas20-466/+510
2012-04-08Move enums from keyboardconfig.h to keydata.h.Andrei Karas16-798/+793
2012-04-08Allow assign 3 keys to any action.Andrei Karas8-105/+305
2012-04-07Add option to enable/disable texture blurring. (GL_LINEAR/GL_LINEAR)Andrei Karas4-2/+19
2012-04-07Fix code style.Andrei Karas2-3/+3
2012-04-07Change implimentation for removeing old links from browser box class.Andrei Karas2-28/+17
2012-04-07Split setup keyboard texts and actions.Andrei Karas5-260/+740
2012-04-06FIx code style in keyboarddata.hAndrei Karas1-16/+48
2012-04-05Improve fillrectangle speed.Andrei Karas2-1/+55
2012-04-04Add test for browserbox.Andrei Karas2-0/+110
2012-04-03Move some input handling code from game to inputmanager.Andrei Karas3-55/+70
2012-04-03Add some const to sdlinput.Andrei Karas2-2/+2
2012-04-03Add option clear to context menu in drops window.Andrei Karas3-10/+15
2012-04-03Fix npc menu item selection with keyboard.Andrei Karas2-1/+3
2012-04-03Put gui input logic before most game input logic.Andrei Karas5-104/+124
2012-04-02Add curl version check.Andrei Karas1-0/+13
2012-04-02Show version in game window caption.Andrei Karas1-2/+3
2012-04-02Change auto hide screen buttons to 3 statesAndrei Karas6-14/+31
2012-04-02Fix compilation with manaserv support.Andrei Karas1-1/+1
2012-04-01Fix windows compilation.Andrei Karas1-1/+1
2012-04-01Fix shortcuts handling in trade window.Andrei Karas3-1/+10
2012-04-01Fix stuck if press ESC in update window.Andrei Karas1-1/+1
2012-04-01Add support form different proxy types in download process.Andrei Karas6-0/+76
2012-04-01Checks after checks...Andrei Karas6-11/+6
2012-04-01Last part of fixes.Andrei Karas49-189/+191