Age | Commit message (Expand) | Author | Files | Lines |
2016-03-05 | Move keyStr from inputfunction into separate array in inputmanager. | Andrei Karas | 1 | -13/+14 |
2016-03-04 | Improve performance in getting printable key for actions. | Andrei Karas | 1 | -7/+21 |
2016-02-18 | Replace unknown scan codes in SDL2 to unknown constant. | Andrei Karas | 1 | -0/+4 |
2016-02-18 | Remove extra checks. | Andrei Karas | 1 | -29/+1 |
2016-02-18 | Add some more debugging in input keys handling. | Andrei Karas | 1 | -1/+12 |
2016-02-18 | Add some extra checks and logging while sorting keys. | Andrei Karas | 1 | -1/+20 |
2016-02-08 | Add missing variables into constructors initialisation list. | Andrei Karas | 1 | -1/+2 |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -28/+28 |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2015-12-29 | Move multitouchmanager into touch directory. | Andrei Karas | 1 | -1/+1 |
2015-12-29 | Move touchmanager into touch directory. | Andrei Karas | 1 | -1/+2 |
2015-12-27 | Add restrict keyword in inputmanager. | Andrei Karas | 1 | -79/+89 |
2015-12-22 | Improve a bit inputmanager. | Andrei Karas | 1 | -3/+5 |
2015-11-20 | Fix code style. | Andrei Karas | 1 | -0/+2 |
2015-11-17 | Fix compilation without C++11 again. | Andrei Karas | 1 | -1/+1 |
2015-11-17 | Convert enum InputType into strong typed. | Andrei Karas | 1 | -7/+8 |
2015-10-31 | Add NOBLOCK input actions condition. This mean if player not blocked by speci... | Andrei Karas | 1 | -4/+15 |
2015-10-16 | Add protection attribute to input actions. Unsafe actions blocked from remote... | Andrei Karas | 1 | -0/+21 |
2015-08-03 | Add gui mode for dyecmd. Now only basic code added. | Andrei Karas | 1 | -20/+35 |
2015-05-31 | Convert InputAction enum into strong typed enum. | Andrei Karas | 1 | -56/+70 |
2015-05-10 | Add strong typed bool type UseArgs. | Andrei Karas | 1 | -1/+1 |
2015-05-07 | Remove npcpostdialog. | Andrei Karas | 1 | -3/+1 |
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 |