Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
Allow full use of keys unknown for SDL (with press state also). | |||||
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 | |
This solving game and gui shortcuts conflicts. | |||||
2012-04-02 | Add curl version check. | Andrei Karas | 1 | -0/+13 | |
2012-04-02 | Show version in game window caption. | Andrei Karas | 1 | -2/+3 | |
2012-04-02 | Change auto hide screen buttons to 3 states | Andrei Karas | 6 | -14/+31 | |
(always show, hide in small window, always hide) | |||||
2012-04-02 | Fix compilation with manaserv support. | Andrei Karas | 1 | -1/+1 | |
2012-04-01 | Fix windows compilation. | Andrei Karas | 1 | -1/+1 | |
2012-04-01 | Fix shortcuts handling in trade window. | Andrei Karas | 3 | -1/+10 | |
2012-04-01 | Fix stuck if press ESC in update window. | Andrei Karas | 1 | -1/+1 | |
2012-04-01 | Add support form different proxy types in download process. | Andrei Karas | 6 | -0/+76 | |
2012-04-01 | Checks after checks... | Andrei Karas | 6 | -11/+6 | |
2012-04-01 | Last part of fixes. | Andrei Karas | 49 | -189/+191 | |
2012-04-01 | One part of fixes after auto checking. | Andrei Karas | 24 | -121/+149 | |
2012-04-01 | Add keyboarddata.h to make files.v1.2.4.1 | Andrei Karas | 2 | -0/+2 | |
2012-03-31 | Update and rebuild translations. | Andrei Karas | 14 | -1050/+1050 | |
2012-03-31 | Change version to 1.2.4.1 | Andrei Karas | 7 | -7/+23 | |
2012-03-31 | Fix move issue with mouse. | Andrei Karas | 2 | -0/+22 | |
2012-03-31 | Allow enter text if setup window is open. | Andrei Karas | 1 | -1/+1 | |
2012-03-31 | Disable for now limits for change direction packets. | Andrei Karas | 2 | -21/+21 | |
2012-03-29 | Fix small error in manaserv code. | Andrei Karas | 1 | -1/+1 | |
2012-03-29 | Replace vectors with strings to short names. | Andrei Karas | 68 | -181/+184 | |
2012-03-29 | Fix code style. | Andrei Karas | 3 | -3/+2 | |
2012-03-29 | Rebuild and update translations. | Andrei Karas | 41 | -11492/+11654 | |
2012-03-29 | Add option to auto hide chat window (chat window visible by default) | Andrei Karas | 6 | -2/+100 | |
Option in chat \ Auto hide chat window. | |||||
2012-03-28 | Add option to autohide buttons on top right corner. | Andrei Karas | 4 | -1/+39 | |
By default buttons hidden. | |||||
2012-03-27 | Extend sequence animation tag. Allow set in attribute value any frame numbers. | Andrei Karas | 2 | -20/+105 | |
Examples what doing same: <sequence start="55" end="60" delay="75" /> <sequence value="55-60" delay="75" /> <sequence value="55,56,57,58,59,60" delay="75" /> Other examples: <sequence value="55,p,56,p,58,p,59,p,60" delay="75" /> p mean pause. | |||||
2012-03-27 | Add missing flags to build scripts. | Andrei Karas | 2 | -2/+10 | |
2012-03-27 | Add pause animation tag. | Andrei Karas | 4 | -2/+16 | |
Example: <pause delay="10"/> | |||||
2012-03-27 | Fix nsis build after removing help translation dirs. | Andrei Karas | 2 | -34/+0 | |