Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-04-14 | Show monster info for all, not just GMs | Fedja Beader | 1 | -14/+4 | |
Tested on classic & ML See merge request mana/plus!75 **** | |||||
2024-04-09 | Fix all alignment warnings/errors. | Fedja Beader | 1 | -1/+1 | |
Other addButton sections intentionally left misaligned as a test for future fix in nsiqcppstyle. .. why does it not complain about every such block? | |||||
2024-03-11 | Remove right click -> Undress on players. | Fedja Beader | 1 | -3/+0 | |
Requested by Ledmitz. The /undress <player> command remains. **** Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org> | |||||
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 18 | -18/+36 | |
2022-12-27 | Add mobinfo command to popup menu | ccc | 1 | -0/+7 | |
2021-08-08 | Do not replace text related to player if there is no localPlayer instancied | Thibault Payet | 1 | -4/+7 | |
2021-03-12 | Popup remove unusable entries | jak1 | 1 | -23/+43 | |
2020-06-03 | removed particle count from beeingpopup in case its 0 | jak1 | 1 | -6/+10 | |
2020-06-03 | added themeColors so textPopups (so all are readable with darker themes too) | jak1 | 1 | -0/+3 | |
2020-02-23 | Fix some code style issues | Andrei Karas | 3 | -3/+3 | |
2019-09-30 | Add missing static keywords | Andrei Karas | 1 | -1/+2 | |
2019-06-24 | Fix code style | Andrei Karas | 2 | -4/+0 | |
2019-05-15 | Fix special card constants for clients with item id with size 4 | Andrei Karas | 1 | -3/+3 | |
Also drop support for 65535 item id on old packet versions. | |||||
2019-01-01 | Update copyright year. | Andrei Karas | 18 | -18/+18 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 2 | -17/+17 | |
2018-10-29 | Fix code style.s20181102 | Andrei Karas | 1 | -2/+2 | |
2018-10-19 | Fix code style. | Andrei Karas | 1 | -0/+1 | |
2018-07-27 | Send talk request from context menu by being id. | Andrei Karas | 1 | -1/+1 | |
2018-03-27 | Fix possible draw issue after speechbuble was created. | Andrei Karas | 1 | -0/+1 | |
2018-02-13 | Show clan name in player popup. | Andrei Karas | 1 | -0/+10 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 18 | -18/+18 | |
2017-12-28 | Add missing override and final to destructors. | Andrei Karas | 7 | -7/+7 | |
Also remove some empty destructors. | |||||
2017-12-27 | Remove default parameters from speechbubble. | Andrei Karas | 1 | -5/+4 | |
2017-12-24 | Remove default parameters from widget2. | Andrei Karas | 7 | -44/+63 | |
2017-12-24 | Remove default parameters from icon. | Andrei Karas | 1 | -1/+1 | |
2017-12-24 | Remove default parameters from scrollarea. | Andrei Karas | 1 | -1/+2 | |
2017-12-24 | Remove default parameter from staticbrowserbox. | Andrei Karas | 2 | -37/+53 | |
2017-12-22 | Remove default parameters from textdialog. | Andrei Karas | 1 | -2/+6 | |
2017-10-06 | remove extra includes if build without tmwa support. | Andrei Karas | 1 | -0/+2 | |
2017-09-05 | Fix color for skill popup header. | Andrei Karas | 1 | -0/+2 | |
2017-08-26 | Add inventory type for mail view window. Not allow drag from/to this inventory. | Andrei Karas | 1 | -0/+2 | |
2017-08-26 | Rename InventoryType::Mail into InventoryType::MailEdit. | Andrei Karas | 1 | -2/+2 | |
2017-08-21 | Remove useless else. | Andrei Karas | 1 | -2/+1 | |
2017-08-18 | Remove extra includes. | Andrei Karas | 1 | -0/+1 | |
2017-08-14 | Replace static members usage from pointers to direct classes. | Andrei Karas | 1 | -1/+1 | |
clang-tidy warning: readability-static-accessed-through-instance | |||||
2017-08-10 | Hide item popup if open popupmenu.s20170810 | Andrei Karas | 1 | -0/+2 | |
2017-08-09 | Fix style issue. | Andrei Karas | 1 | -2/+1 | |
2017-08-09 | Allow for each item replace equip/use menu item to custom menu. | Andrei Karas | 2 | -7/+70 | |
Separate menus supproted for inventory, storage, cart. | |||||
2017-08-08 | Add into skill context menu for add shortcut. | Andrei Karas | 1 | -0/+5 | |
Also add chat command for add skill shortcut by skill id into free slot. | |||||
2017-07-21 | Fix too long lines in popupmenu.cpp | Andrei Karas | 1 | -6/+8 | |
2017-07-20 | Show heal command in player menu only for legacy servers. | Andrei Karas | 1 | -4/+9 | |
2017-07-20 | Into staticbrowserbox allow add separators without duplication. | Andrei Karas | 1 | -84/+84 | |
2017-07-20 | Allow any gm commands if group have permission all_commands. | Andrei Karas | 1 | -0/+5 | |
2017-07-20 | Show gm commands in popup menu based or player allowed gm commands. | Andrei Karas | 2 | -159/+350 | |
For legacy server aka tmwa, it allow all commands. | |||||
2017-07-20 | In popupmenu get group for local player before each menu. | Andrei Karas | 2 | -0/+49 | |
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 5 | -18/+18 | |
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features. | |||||
2017-07-13 | Add missing reference into reading group name. | Andrei Karas | 1 | -1/+1 | |
2017-07-13 | Show group name in being popup and status window. | Andrei Karas | 1 | -0/+15 | |
2017-06-30 | Remove extra includes again. | Andrei Karas | 1 | -0/+1 | |
2017-06-29 | Use std::move in some places. | Andrei Karas | 1 | -10/+10 | |