Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-08-18 | Rename DropShortcutContainer into VirtShortcutContainer. | Andrei Karas | 5 | -28/+27 |
2014-08-18 | In DropShortcutContainer accept object with data from constructor. | Andrei Karas | 3 | -26/+34 |
2014-08-18 | Fix compilation warning. | Andrei Karas | 1 | -4/+3 |
2014-08-18 | Simplify texture compression usage. | Andrei Karas | 1 | -15/+9 |
2014-08-18 | Add bptc texture compression support. | Andrei Karas | 3 | -40/+57 |
2014-08-17 | Remove getters for mouse position and use direct variables. | Andrei Karas | 21 | -67/+56 |
2014-08-17 | Add check for OpenGL version 4.5 in extensions detection. | Andrei Karas | 1 | -5/+10 |
2014-08-17 | Use public spell popup in spellshortcutcontainer. | Andrei Karas | 2 | -14/+9 |
2014-08-17 | Use public spell popup in itemshortcutcontainer. | Andrei Karas | 2 | -13/+8 |
2014-08-17 | Create public variable for spellpopup. | Andrei Karas | 3 | -0/+8 |
2014-08-17 | Use public item popup in equipmentwindow. | Andrei Karas | 2 | -14/+10 |
2014-08-17 | Use public item popup in itemamountwindow. | Andrei Karas | 2 | -10/+5 |