Age | Commit message (Expand) | Author | Files | Lines |
2012-04-26 | Add keyboard repeat setting to misc tab. | Andrei Karas | 1 | -0/+10 |
2012-04-26 | Increase input settings tab width. | Andrei Karas | 1 | -1/+5 |
2012-04-26 | Add LPS counter to debug window (Logic per second). | Andrei Karas | 2 | -8/+12 |
2012-04-25 | Fix actions translation. | Andrei Karas | 3 | -2/+42 |
2012-04-25 | Update and rebuild translations. | Andrei Karas | 1 | -1/+1 |
2012-04-25 | Improve iterators part 1. | Andrei Karas | 39 | -190/+202 |
2012-04-24 | Add particle physics settings (default value is best perfomance) | Andrei Karas | 2 | -3/+10 |
2012-04-23 | Add support for independent per server updates. | Andrei Karas | 2 | -0/+25 |
2012-04-23 | By default dont switch tabs by left/right keys. | Andrei Karas | 2 | -9/+14 |
2012-04-22 | Remove button "old" from relation settings page. | Andrei Karas | 2 | -10/+1 |
2012-04-22 | Split long text line in kill stats window. | Andrei Karas | 2 | -27/+31 |
2012-04-22 | Improve keyboard handling in create character dialog. | Andrei Karas | 2 | -1/+26 |
2012-04-22 | Improve keyboard handling in character selection dialog. | Andrei Karas | 2 | -6/+157 |
2012-04-22 | Cache some settings om chat window. | Andrei Karas | 2 | -3/+10 |
2012-04-21 | Add audio frequency and audio channels settings. | Andrei Karas | 2 | -1/+18 |
2012-04-21 | Add option in settings to center window on screen (windows and osx) | Andrei Karas | 1 | -0/+5 |
2012-04-20 | Add additional keys handling to servers dialog. | Andrei Karas | 1 | -1/+26 |
2012-04-20 | Improve in servers dialog keyboard handling. | Andrei Karas | 1 | -9/+16 |
2012-04-20 | Always select first server in servers list. | Andrei Karas | 1 | -5/+8 |
2012-04-20 | Fix "reset all keys" button in input settings. | Andrei Karas | 1 | -1/+1 |
2012-04-20 | Fix code style. | Andrei Karas | 1 | -1/+1 |
2012-04-19 | Dehardcode keys in gui widgets. | Andrei Karas | 26 | -308/+540 |
2012-04-18 | First step for dehardcode input handling in widgets. | Andrei Karas | 3 | -106/+118 |
2012-04-17 | Move keyboard handling from guichan to own classes. | Andrei Karas | 11 | -3/+252 |
2012-04-17 | Fix input array size. | Andrei Karas | 1 | -1/+1 |
2012-04-16 | Fix code style. | Andrei Karas | 1 | -0/+5 |
2012-04-15 | Add move to point configurable shortcuts. | Andrei Karas | 2 | -26/+282 |
2012-04-15 | Add outfits shortcuts to input settings. | Andrei Karas | 1 | -0/+250 |
2012-04-15 | In input settings tab add default button for reset selected action to default... | Andrei Karas | 2 | -10/+27 |
2012-04-15 | Split input settings tab to categories. | Andrei Karas | 6 | -694/+1051 |
2012-04-14 | Rename class InventoryFilter to RadioGroup. | Andrei Karas | 10 | -50/+297 |
2012-04-14 | Fix code style. | Andrei Karas | 2 | -3/+4 |
2012-04-14 | Block enter key from pressing active button. | Andrei Karas | 2 | -0/+27 |
2012-04-14 | Fix top right buttons focus issue. | Andrei Karas | 1 | -0/+3 |
2012-04-11 | Convert attack handling code to new format. | Andrei Karas | 1 | -2/+2 |
2012-04-10 | Add two default keys to input layout. | Andrei Karas | 2 | -2/+3 |
2012-04-10 | Rename settings tab keyboard to input. | Andrei Karas | 4 | -21/+21 |
2012-04-09 | Fix code style. | Andrei Karas | 6 | -11/+9 |
2012-04-08 | Unselect item in inventory if it was added to drops or shortcuts window. | Andrei Karas | 2 | -0/+2 |
2012-04-08 | Move most input code from keyboardconfig to inputmanager. | Andrei Karas | 10 | -30/+41 |
2012-04-08 | Move enums from keyboardconfig.h to keydata.h. | Andrei Karas | 9 | -215/+215 |
2012-04-07 | Add option to enable/disable texture blurring. (GL_LINEAR/GL_LINEAR) | Andrei Karas | 1 | -0/+3 |
2012-04-07 | Fix code style. | Andrei Karas | 1 | -2/+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 | 2 | -24/+733 |
2012-04-04 | Add test for browserbox. | Andrei Karas | 1 | -0/+109 |
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 | 1 | -7/+3 |
2012-04-03 | Fix npc menu item selection with keyboard. | Andrei Karas | 1 | -0/+3 |
2012-04-03 | Put gui input logic before most game input logic. | Andrei Karas | 2 | -1/+93 |