Age | Commit message (Expand) | Author | Files | Lines |
2014-08-23 | Move chat command /clear into actions. | Andrei Karas | 7 | -14/+28 |
2014-08-23 | Move chat command /query into actions. | Andrei Karas | 6 | -29/+33 |
2014-08-23 | Move chat command /whisper into actions. | Andrei Karas | 6 | -61/+70 |
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 | 7 | -10/+25 |
2014-08-23 | Move chat command /where into actions. | Andrei Karas | 7 | -14/+31 |
2014-08-23 | Move chat command /ipctoggle into actions. | Andrei Karas | 7 | -31/+46 |
2014-08-23 | Move chat command /announce into actions. | Andrei Karas | 8 | -12/+137 |
2014-08-23 | Move chat command /help into actions. | Andrei Karas | 4 | -39/+16 |
2014-08-23 | Into chat commands handlers send also event flags mask. | Andrei Karas | 3 | -4/+6 |
2014-08-23 | Fix ignore all whispers chat command. | Andrei Karas | 1 | -7/+9 |
2014-08-23 | Move chat command /ignoreallwhispers into actions. | Andrei Karas | 7 | -15/+29 |
2014-08-23 | Move chat command /closeall into actions. | Andrei Karas | 7 | -16/+29 |
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 | 2 | -25/+9 |
2014-08-23 | Add autocomplete chat commands from actions. | Andrei Karas | 3 | -0/+20 |
2014-08-23 | If chat command not found, try find it in input actions. | Andrei Karas | 3 | -5/+31 |
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 | Fix compilation warning without C++11. | Andrei Karas | 1 | -0/+2 |
2014-08-23 | Add missing file into make files. | Andrei Karas | 2 | -0/+2 |
2014-08-23 | Rename settings options file from page into gui. | Andrei Karas | 7 | -10/+10 |
2014-08-22 | Move options for move input settings page into separate file. | Andrei Karas | 8 | -340/+408 |
2014-08-22 | Move options for other input settings page into separate file. | Andrei Karas | 8 | -172/+240 |
2014-08-22 | Move options for chat input settings page into separate file. | Andrei Karas | 8 | -125/+193 |
2014-08-22 | Move options for outfits input settings page into separate file. | Andrei Karas | 8 | -328/+396 |
2014-08-22 | Move options for emotes input settings page into separate file. | Andrei Karas | 8 | -316/+384 |
2014-08-22 | Move options for windows input settings page into separate file. | Andrei Karas | 8 | -196/+264 |
2014-08-22 | Move options for shortcuts input settings page into separate file. | Andrei Karas | 8 | -148/+217 |
2014-08-22 | Move options for basic input settings page into separate file. | Andrei Karas | 8 | -172/+240 |
2014-08-22 | Rename setupactiondata array names. | Andrei Karas | 5 | -35/+36 |
2014-08-22 | Move setup input pages options into separate file. | Andrei Karas | 8 | -12/+48 |
2014-08-22 | Move touchactiondata into separate file. | Andrei Karas | 7 | -11/+67 |
2014-08-22 | Move intformation about setup input pages into separate file. | Andrei Karas | 7 | -38/+105 |
2014-08-22 | Move most code from setupactiondata.h into setupactiondata.cpp. | Andrei Karas | 5 | -2012/+2052 |
2014-08-22 | Use same function prototypes for action and command handlers. | Andrei Karas | 4 | -246/+393 |
2014-08-22 | Move actionfuncptr into separate file. | Andrei Karas | 2 | -3/+29 |
2014-08-21 | Fix compilation error with some options. | Andrei Karas | 1 | -0/+1 |
2014-08-21 | Fix initialisation in InputEvent. | Andrei Karas | 1 | -1/+1 |
2014-08-21 | Add const into InputEvent fields. | Andrei Karas | 1 | -4/+4 |
2014-08-21 | Remove const from action functions definition. | Andrei Karas | 9 | -11/+10 |
2014-08-21 | In input events add support for chattab and args. | Andrei Karas | 1 | -1/+13 |
2014-08-21 | Fix wrong include. | Andrei Karas | 1 | -1/+1 |
2014-08-21 | update translations. | Andrei Karas | 18 | -4027/+4451 |
2014-08-21 | Move target related actions into separate file. | Andrei Karas | 7 | -39/+170 |
2014-08-21 | Move status bar (yellow bar) related actions into separate file. | Andrei Karas | 7 | -156/+293 |
2014-08-21 | Move tabs related actions into separate file. | Andrei Karas | 7 | -66/+203 |
2014-08-21 | Move move related actions into separate file. | Andrei Karas | 7 | -207/+338 |