Age | Commit message (Expand) | Author | Files | Lines |
2015-04-10 | Fix compilation with different flags. | Andrei Karas | 1 | -0/+2 |
2015-04-05 | On room creation show room name in general tab caption. | Andrei Karas | 1 | -0/+2 |
2015-03-17 | Remove useless includes from .h files. | Andrei Karas | 1 | -0/+1 |
2015-02-02 | Not allow moving while vending shop enabled. | Andrei Karas | 1 | -1/+6 |
2015-01-04 | Add stringmap typedefs. | Andrei Karas | 1 | -5/+3 |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2014-12-23 | Show long key names in browser box. | Andrei Karas | 1 | -0/+10 |
2014-12-23 | Add comma separator in short keys list. | Andrei Karas | 1 | -1/+1 |
2014-12-05 | fix code style. | Andrei Karas | 1 | -1/+2 |
2014-12-02 | Add player alive input flag. | Andrei Karas | 1 | -0/+3 |
2014-10-01 | Fix input fields detection for input rules. | Andrei Karas | 1 | -1/+18 |
2014-09-22 | Move selldialog from window into widgets. | Andrei Karas | 1 | -1/+2 |
2014-08-27 | Move chat command /enablehightlight into actions. | Andrei Karas | 1 | -0/+16 |
2014-08-23 | Add support for miltiple chat command names per one action. | Andrei Karas | 1 | -5/+15 |
2014-08-23 | Into chat commands handlers send also event flags mask. | Andrei Karas | 1 | -1/+1 |
2014-08-23 | Fix chat commands initialisation in actions. | Andrei Karas | 1 | -3/+3 |
2014-08-23 | Add autocomplete chat commands from actions. | Andrei Karas | 1 | -0/+16 |
2014-08-23 | If chat command not found, try find it in input actions. | Andrei Karas | 1 | -2/+21 |
2014-08-23 | Put chat commands from inputactiondata into map. | Andrei Karas | 1 | -1/+4 |
2014-07-30 | Rename player_node variable into localPlayer. | Andrei Karas | 1 | -1/+1 |
2014-07-23 | move "change away type" option into gamemodifiers. | Andrei Karas | 1 | -1/+1 |
2014-07-22 | move "change game modifiers" option into gamemodifiers. | Andrei Karas | 1 | -1/+2 |
2014-07-18 | Fix code style. | Andrei Karas | 1 | -3/+8 |
2014-07-17 | Rename KeySortFunctor into InputActionSortFunctor. | Andrei Karas | 1 | -2/+2 |
2014-07-17 | Rename KeyFunction into InputFunction. | Andrei Karas | 1 | -28/+28 |
2014-07-17 | Rename KeyItem into InputItem. | Andrei Karas | 1 | -19/+19 |
2014-07-17 | Rename keydata into inputactiondata. | Andrei Karas | 1 | -19/+19 |
2014-07-17 | Rename keyboarddata into inputactionmap. | Andrei Karas | 1 | -1/+1 |
2014-07-05 | Fix code style. | Andrei Karas | 1 | -1/+1 |
2014-06-22 | Add profiler lines into some functions. | Andrei Karas | 1 | -0/+18 |
2014-05-18 | Move inputaction into separate file. | Andrei Karas | 1 | -23/+23 |
2014-05-18 | Move inputconditions into separate file. | Andrei Karas | 1 | -14/+14 |
2014-05-18 | Move inputtype into separate file. | Andrei Karas | 1 | -21/+21 |
2014-05-18 | Move keysortfunctor into separate file. | Andrei Karas | 1 | -10/+4 |
2014-04-30 | Fix code style in input. | Andrei Karas | 1 | -1/+1 |
2014-03-10 | Remove duplicate code from inputmanager. | Andrei Karas | 1 | -51/+28 |
2014-02-20 | improve includes. | Andrei Karas | 1 | -2/+2 |
2014-02-17 | combine focushandler into one file. | Andrei Karas | 1 | -1/+1 |
2014-02-16 | Remove Exception class. | Andrei Karas | 1 | -23/+6 |
2014-02-15 | move exguichan files into gui/base/ | Andrei Karas | 1 | -2/+2 |
2014-02-04 | rename Setup into SetupWindow. | Andrei Karas | 1 | -1/+1 |
2014-02-02 | Add missing const and static into input classes. | Andrei Karas | 1 | -4/+4 |
2014-01-14 | fix code style. | Andrei Karas | 1 | -1/+1 |
2014-01-13 | allow auto close npc dialog if it almost closed and press moving keys. | Andrei Karas | 1 | -3/+11 |
2014-01-11 | remove debug log string. | Andrei Karas | 1 | -1/+1 |
2014-01-11 | Block moving character by arrow keys in buy/sell dialogs. | Andrei Karas | 1 | -5/+21 |
2014-01-08 | fix named input actions in gui before logging into game. | Andrei Karas | 1 | -0/+2 |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 |
2013-12-18 | add restrict into inputmanager. | Andrei Karas | 1 | -1/+1 |
2013-11-02 | add missing check. | Andrei Karas | 1 | -0/+2 |