Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-20 | Replace for to FOR_EACH in some classes. | Andrei Karas | 1 | -2/+1 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-11-14 | Add support for on screen joystick for moving. | Andrei Karas | 1 | -0/+14 | |
2012-09-01 | Add const to more classes. | Andrei Karas | 1 | -7/+7 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -3/+0 | |
2012-08-13 | Add missing checks to keyboardconfig class. | Andrei Karas | 1 | -2/+2 | |
2012-06-30 | Clean all vars on exit except logger. | Andrei Karas | 1 | -0/+6 | |
2012-06-17 | Replace SDL int types to C++ types. | Andrei Karas | 1 | -1/+1 | |
2012-05-09 | Add ability to auto repeat some keys presses. | Andrei Karas | 1 | -1/+47 | |
2012-04-18 | First step for dehardcode input handling in widgets. | Andrei Karas | 1 | -1/+10 | |
Now widgets can check for input event. | |||||
2012-04-14 | Fix code style. | Andrei Karas | 1 | -1/+0 | |
2012-04-10 | Move more code from keyboardconfig to inputmanager. | Andrei Karas | 1 | -14/+1 | |
2012-04-10 | Add joystick key assign ability in keyboard dialog. | Andrei Karas | 1 | -22/+8 | |
2012-04-09 | Fix asigning keys unknown for SDL. | Andrei Karas | 1 | -3/+29 | |
Allow full use of keys unknown for SDL (with press state also). | |||||
2012-04-09 | Fix code style. | Andrei Karas | 1 | -0/+6 | |
2012-04-08 | Move some more code from keyboardconfig to inputmanager. | Andrei Karas | 1 | -52/+7 | |
2012-04-08 | Move most input code from keyboardconfig to inputmanager. | Andrei Karas | 1 | -286/+27 | |
2012-04-08 | Move enums from keyboardconfig.h to keydata.h. | Andrei Karas | 1 | -17/+12 | |
2012-04-08 | Allow assign 3 keys to any action. | Andrei Karas | 1 | -78/+232 | |
2012-04-07 | Split setup keyboard texts and actions. | Andrei Karas | 1 | -8/+6 | |
2012-03-26 | Move input structure from keyboardconfig.cpp to keyboarddata.h file. | Andrei Karas | 1 | -981/+1 | |
2012-03-26 | Redesign input handling. | Andrei Karas | 1 | -302/+1020 | |
2012-03-18 | Fix config keys validation. | Andrei Karas | 1 | -1/+1 | |
2012-03-10 | Remove more debug lines and fix logging bytes stream. | Andrei Karas | 1 | -1/+0 | |
2012-03-09 | Validate reading keys from config. | Andrei Karas | 1 | -0/+3 | |
2012-03-09 | Add limited support for keys unknown for SDL. | Andrei Karas | 1 | -9/+49 | |
This keys can be assigned to simple actions and cant be modifier keys. | |||||
2012-03-09 | Move getting keys from game to keyboard config. | Andrei Karas | 1 | -2/+21 | |
2012-02-24 | More copyright fixes. | Andrei Karas | 1 | -0/+2 | |
2012-01-31 | Extent max emotes count from 44 to 48 emotes. | Andrei Karas | 1 | -2/+10 | |
2012-01-30 | Rename isKeyActive to isActionActive om keyboard config class. | Andrei Karas | 1 | -1/+1 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -1/+1 | |
2011-11-02 | Add option to yellow bar to change player attack in pvp mode. | Andrei Karas | 1 | -0/+2 | |
Modes: attack all, attack not friends, attack bad relations, dont attack players. | |||||
2011-09-28 | Add untarget key. By default unassigned. | Andrei Karas | 1 | -0/+2 | |
It remove targeting but not stop server side attack. | |||||
2011-09-26 | Split keyboard keys to groups. | Andrei Karas | 1 | -9/+23 | |
2011-09-13 | Add missing checks to some files and style fixes. | Andrei Karas | 1 | -1/+1 | |
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-16 | Add hotkey to close selected chat tab. | Andrei Karas | 1 | -0/+3 | |
2011-06-09 | Add "did you know?" dialog and some messages for it. | Andrei Karas | 1 | -0/+2 | |
Fix browserbox images position and size. | |||||
2011-06-06 | Extend quick move items from inventory to storage and back. | Andrei Karas | 1 | -30/+37 | |
Add new key for quick actions "modifier key". | |||||
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -0/+2 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-05-22 | Update translations again and fix typos. | Andrei Karas | 1 | -4/+4 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -3/+3 | |
2011-03-13 | Fix typo. | Andrei Karas | 1 | -1/+1 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -1/+1 | |
2011-01-28 | Fix code style and some new compilation warnings. | Andrei Karas | 1 | -2/+4 | |
2011-01-28 | Fix gettext issue with unstranslated strings in keyboardconfig.cpp | Andrei Karas | 1 | -147/+158 | |
2011-01-03 | Increase emotes count to 44 and fix new emotes. | Andrei Karas | 1 | -1/+5 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+449 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |