Age | Commit message (Expand) | Author | Files | Lines |
2014-08-23 | Move chat command /query into actions. | Andrei Karas | 2 | -0/+10 |
2014-08-23 | Move chat command /whisper into actions. | Andrei Karas | 2 | -1/+11 |
2014-08-23 | Add support for miltiple chat command names per one action. | Andrei Karas | 1 | -5/+15 |
2014-08-23 | Move chat command /who into actions. | Andrei Karas | 3 | -0/+16 |
2014-08-23 | Move chat command /where into actions. | Andrei Karas | 3 | -0/+16 |
2014-08-23 | Move chat command /ipctoggle into actions. | Andrei Karas | 3 | -1/+17 |
2014-08-23 | Move chat command /announce into actions. | Andrei Karas | 2 | -1/+12 |
2014-08-23 | Move chat command /help into actions. | Andrei Karas | 1 | -1/+1 |
2014-08-23 | Into chat commands handlers send also event flags mask. | Andrei Karas | 1 | -1/+1 |
2014-08-23 | Move chat command /ignoreallwhispers into actions. | Andrei Karas | 3 | -0/+16 |
2014-08-23 | Move chat command /closeall into actions. | Andrei Karas | 3 | -0/+16 |
2014-08-23 | Fix chat commands initialisation in actions. | Andrei Karas | 1 | -3/+3 |
2014-08-23 | Add missing const into inputactiondata. | Andrei Karas | 1 | -12/+12 |
2014-08-23 | Move mapped chat commands into actions. | Andrei Karas | 1 | -8/+8 |
2014-08-23 | Add autocomplete chat commands from actions. | Andrei Karas | 2 | -0/+19 |
2014-08-23 | If chat command not found, try find it in input actions. | Andrei Karas | 2 | -2/+25 |
2014-08-23 | Put chat commands from inputactiondata into map. | Andrei Karas | 2 | -1/+5 |
2014-08-23 | Into inputactiondata add fields for chat commands. | Andrei Karas | 2 | -306/+920 |
2014-08-23 | Fix copyrights in input settings pages. | Andrei Karas | 4 | -12/+0 |
2014-08-23 | Rename settings options file from page into gui. | Andrei Karas | 2 | -3/+3 |
2014-08-22 | Move options for move input settings page into separate file. | Andrei Karas | 4 | -340/+402 |
2014-08-22 | Move options for other input settings page into separate file. | Andrei Karas | 4 | -172/+234 |
2014-08-22 | Move options for chat input settings page into separate file. | Andrei Karas | 4 | -125/+187 |
2014-08-22 | Move options for outfits input settings page into separate file. | Andrei Karas | 4 | -328/+390 |
2014-08-22 | Move options for emotes input settings page into separate file. | Andrei Karas | 4 | -316/+378 |
2014-08-22 | Move options for windows input settings page into separate file. | Andrei Karas | 4 | -196/+258 |
2014-08-22 | Move options for shortcuts input settings page into separate file. | Andrei Karas | 4 | -148/+210 |
2014-08-22 | Move options for basic input settings page into separate file. | Andrei Karas | 4 | -172/+234 |
2014-08-22 | Rename setupactiondata array names. | Andrei Karas | 2 | -18/+18 |
2014-08-22 | Move setup input pages options into separate file. | Andrei Karas | 2 | -0/+2033 |
2014-08-22 | Move actionfuncptr into separate file. | Andrei Karas | 1 | -3/+1 |
2014-08-21 | Remove const from action functions definition. | Andrei Karas | 1 | -1/+1 |
2014-08-21 | Move target related actions into separate file. | Andrei Karas | 1 | -0/+1 |
2014-08-21 | Move status bar (yellow bar) related actions into separate file. | Andrei Karas | 1 | -0/+1 |
2014-08-21 | Move tabs related actions into separate file. | Andrei Karas | 1 | -0/+1 |
2014-08-21 | Move move related actions into separate file. | Andrei Karas | 1 | -0/+1 |
2014-08-21 | Move chat related actions into separate file. | Andrei Karas | 1 | -0/+1 |
2014-08-21 | Move windows related actions into separate file. | Andrei Karas | 1 | -0/+1 |
2014-08-21 | Change actions namespace from ActionManager into Actions. | Andrei Karas | 1 | -258/+258 |
2014-08-21 | Move actionmanager into actions directory and rename to actions. | Andrei Karas | 1 | -1/+2 |
2014-07-30 | Rename player_node variable into localPlayer. | Andrei Karas | 1 | -1/+1 |
2014-07-23 | Not allow character moving by cursor keys if any input field selected. | 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-21 | move "change attack type" option into gamemodifiers. | Andrei Karas | 1 | -1/+1 |
2014-07-18 | Fix code style. | Andrei Karas | 3 | -9/+14 |
2014-07-18 | Fix compilation with SDL2 after latest commits. | Andrei Karas | 1 | -1/+3 |
2014-07-17 | Rename KeySortFunctor into InputActionSortFunctor. | Andrei Karas | 2 | -6/+6 |
2014-07-17 | Rename KeyFunction into InputFunction. | Andrei Karas | 5 | -41/+41 |
2014-07-17 | Rename KeyItem into InputItem. | Andrei Karas | 5 | -30/+29 |