Age | Commit message (Expand) | Author | Files | Lines |
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 | 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 |
2014-08-21 | Move chat related actions into separate file. | Andrei Karas | 7 | -61/+180 |
2014-08-21 | Move windows related actions into separate file. | Andrei Karas | 8 | -215/+344 |
2014-08-21 | Move actions defines into separate file. | Andrei Karas | 4 | -21/+50 |
2014-08-21 | Change actions namespace from ActionManager into Actions. | Andrei Karas | 3 | -262/+262 |
2014-08-21 | Move actionmanager into actions directory and rename to actions. | Andrei Karas | 5 | -9/+10 |
2014-08-21 | Add chat commands to switch to previous or next chat tab. | Andrei Karas | 1 | -1/+5 |
2014-08-21 | Fix context menu in minimap. | Andrei Karas | 2 | -0/+9 |
2014-08-21 | Show in chat context menu, options from normal windows. | Andrei Karas | 1 | -0/+2 |
2014-08-21 | Show in outfits context menu, options from normal windows. | Andrei Karas | 2 | -6/+18 |
2014-08-21 | In popupmenu rename showOutfitsPopup into showOutfitsWindowPopup. | Andrei Karas | 3 | -3/+3 |
2014-08-21 | Add support for buttons in shortcutwindow. | Andrei Karas | 2 | -2/+18 |
2014-08-20 | Update copyright year in manaplus.rc. | Andrei Karas | 1 | -1/+1 |
2014-08-20 | Fix cmake compilation under windows. | Andrei Karas | 2 | -7/+17 |
2014-08-19 | Add support for build dyecmd in cmake. | Andrei Karas | 1 | -1/+145 |
2014-08-19 | In inventory and help window use actions to open another windows. | Andrei Karas | 2 | -26/+6 |
2014-08-18 | Rename buttons in error dialogs from OK to Close. | Andrei Karas | 2 | -3/+3 |
2014-08-18 | Rename after die button from OK into Revive. | Andrei Karas | 1 | -1/+1 |
2014-08-18 | Add parameter for button name in okdialog. | Andrei Karas | 20 | -34/+123 |
2014-08-18 | Remove default values from okdialog constructor. | Andrei Karas | 19 | -32/+50 |