Age | Commit message (Expand) | Author | Files | Lines |
2012-04-17 | Move keyboard handling from guichan to own classes. | Andrei Karas | 17 | -274/+258 |
2012-04-17 | Disable unused SDL events. | Andrei Karas | 1 | -0/+5 |
2012-04-17 | Fix input array size. | Andrei Karas | 1 | -1/+1 |
2012-04-16 | Fix code style. | Andrei Karas | 2 | -1/+6 |
2012-04-15 | Add missing file to make files. | Andrei Karas | 2 | -0/+2 |
2012-04-15 | Simplify emote shortcuts logic. | Andrei Karas | 2 | -60/+55 |
2012-04-15 | Add move to point configurable shortcuts. | Andrei Karas | 6 | -36/+681 |
2012-04-15 | Add outfits shortcuts to input settings. | Andrei Karas | 5 | -3/+644 |
2012-04-15 | Fix apply blur setting on startup. | Andrei Karas | 1 | -0/+1 |
2012-04-15 | In input settings tab add default button for reset selected action to default... | Andrei Karas | 4 | -19/+60 |
2012-04-15 | Split input settings tab to categories. | Andrei Karas | 6 | -694/+1051 |
2012-04-14 | Rename class InventoryFilter to RadioGroup. | Andrei Karas | 13 | -137/+311 |
2012-04-14 | Change version to 1.2.4.15v1.2.4.15 | Andrei Karas | 1 | -2/+2 |
2012-04-14 | Fix code style. | Andrei Karas | 3 | -4/+4 |
2012-04-14 | Block enter key from pressing active button. | Andrei Karas | 4 | -33/+27 |
2012-04-14 | Fix top right buttons focus issue. | Andrei Karas | 1 | -0/+3 |
2012-04-12 | Fix incorrect load order. | Andrei Karas | 1 | -0/+3 |
2012-04-12 | Add missing checks to map.cpp | Andrei Karas | 1 | -1/+1 |
2012-04-12 | Fix fast fill rectangle function. | Andrei Karas | 1 | -4/+4 |
2012-04-12 | Fix cmake build file. | Andrei Karas | 1 | -11/+0 |
2012-04-11 | Add joystick validation before triggering events from it. | Andrei Karas | 3 | -4/+20 |
2012-04-11 | Fix default joystick button for monster selection. | Andrei Karas | 1 | -1/+1 |
2012-04-11 | Initialize joystick and keyboard mapping in game start. | Andrei Karas | 1 | -0/+4 |
2012-04-11 | Convert attack handling code to new format. | Andrei Karas | 9 | -99/+102 |
2012-04-11 | Move untarget and stop attack actions to actionmanager from hardcoded place. | Andrei Karas | 4 | -13/+25 |
2012-04-10 | Add two default keys to input layout. | Andrei Karas | 6 | -190/+503 |
2012-04-10 | Move more code from keyboardconfig to inputmanager. | Andrei Karas | 3 | -14/+21 |
2012-04-10 | Rename settings tab keyboard to input. | Andrei Karas | 8 | -32/+32 |
2012-04-10 | Add joystick key assign ability in keyboard dialog. | Andrei Karas | 8 | -99/+219 |
2012-04-09 | Fix asigning keys unknown for SDL. | Andrei Karas | 3 | -20/+63 |
2012-04-09 | Allow using chat in trade and buy/sell dialogs. | Andrei Karas | 1 | -1/+1 |
2012-04-09 | Fix code style. | Andrei Karas | 14 | -25/+31 |
2012-04-08 | Unselect item in inventory if it was added to drops or shortcuts window. | Andrei Karas | 2 | -0/+2 |
2012-04-08 | Allow assign keys before connecting to game. | Andrei Karas | 3 | -7/+19 |
2012-04-08 | Move some more code from keyboardconfig to inputmanager. | Andrei Karas | 5 | -64/+81 |
2012-04-08 | Move most input code from keyboardconfig to inputmanager. | Andrei Karas | 20 | -466/+510 |
2012-04-08 | Move enums from keyboardconfig.h to keydata.h. | Andrei Karas | 16 | -798/+793 |
2012-04-08 | Allow assign 3 keys to any action. | Andrei Karas | 8 | -105/+305 |
2012-04-07 | Add option to enable/disable texture blurring. (GL_LINEAR/GL_LINEAR) | Andrei Karas | 4 | -2/+19 |
2012-04-07 | Fix code style. | Andrei Karas | 2 | -3/+3 |
2012-04-07 | Change implimentation for removeing old links from browser box class. | Andrei Karas | 2 | -28/+17 |
2012-04-07 | Split setup keyboard texts and actions. | Andrei Karas | 5 | -260/+740 |
2012-04-06 | FIx code style in keyboarddata.h | Andrei Karas | 1 | -16/+48 |
2012-04-05 | Improve fillrectangle speed. | Andrei Karas | 2 | -1/+55 |
2012-04-04 | Add test for browserbox. | Andrei Karas | 2 | -0/+110 |
2012-04-03 | Move some input handling code from game to inputmanager. | Andrei Karas | 3 | -55/+70 |
2012-04-03 | Add some const to sdlinput. | Andrei Karas | 2 | -2/+2 |
2012-04-03 | Add option clear to context menu in drops window. | Andrei Karas | 3 | -10/+15 |
2012-04-03 | Fix npc menu item selection with keyboard. | Andrei Karas | 2 | -1/+3 |
2012-04-03 | Put gui input logic before most game input logic. | Andrei Karas | 5 | -104/+124 |