summaryrefslogtreecommitdiff
path: root/src/gui/popups
AgeCommit message (Collapse)AuthorFilesLines
2025-06-25Split #include "utils/performance.h" out of localconsts.hFedja Beader1-0/+1
only about 160 out of 1500 files that include localconsts.h need to include performance.h Saves 12% from compile times (with profiler ON) and 0.1% with profiler OFF. **** mana/plus!189
2025-06-23Rename Pet/Homun Intimacy->Loyalty & Hunger->SatiationFedja Beader1-4/+4
Better names. In case of hunger even corrects a bug as it decreases. **** mana/plus!196
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader18-54/+54
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179
2025-05-112025 Q1 miscallaneous reformattingFedja Beader1-0/+1
**** mana/plus!176
2024-04-14Show monster info for all, not just GMsFedja Beader1-14/+4
Tested on classic & ML See merge request mana/plus!75 ****
2024-04-09Fix all alignment warnings/errors.Fedja Beader1-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-11Remove right click -> Undress on players.Fedja Beader1-3/+0
Requested by Ledmitz. The /undress <player> command remains. **** Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org>
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva18-18/+36
2022-12-27Add mobinfo command to popup menuccc1-0/+7
2021-08-08Do not replace text related to player if there is no localPlayer instanciedThibault Payet1-4/+7
2021-03-12Popup remove unusable entriesjak11-23/+43
2020-06-03removed particle count from beeingpopup in case its 0jak11-6/+10
2020-06-03added themeColors so textPopups (so all are readable with darker themes too)jak11-0/+3
2020-02-23Fix some code style issuesAndrei Karas3-3/+3
2019-09-30Add missing static keywordsAndrei Karas1-1/+2
2019-06-24Fix code styleAndrei Karas2-4/+0
2019-05-15Fix special card constants for clients with item id with size 4Andrei Karas1-3/+3
Also drop support for 65535 item id on old packet versions.
2019-01-01Update copyright year.Andrei Karas18-18/+18
2018-11-27Remove extra ; from different code.Andrei Karas2-17/+17
2018-10-29Fix code style.s20181102Andrei Karas1-2/+2
2018-10-19Fix code style.Andrei Karas1-0/+1
2018-07-27Send talk request from context menu by being id.Andrei Karas1-1/+1
2018-03-27Fix possible draw issue after speechbuble was created.Andrei Karas1-0/+1
2018-02-13Show clan name in player popup.Andrei Karas1-0/+10
2018-01-04Update copyrights year.Andrei Karas18-18/+18
2017-12-28Add missing override and final to destructors.Andrei Karas7-7/+7
Also remove some empty destructors.
2017-12-27Remove default parameters from speechbubble.Andrei Karas1-5/+4
2017-12-24Remove default parameters from widget2.Andrei Karas7-44/+63
2017-12-24Remove default parameters from icon.Andrei Karas1-1/+1
2017-12-24Remove default parameters from scrollarea.Andrei Karas1-1/+2
2017-12-24Remove default parameter from staticbrowserbox.Andrei Karas2-37/+53
2017-12-22Remove default parameters from textdialog.Andrei Karas1-2/+6
2017-10-06remove extra includes if build without tmwa support.Andrei Karas1-0/+2
2017-09-05Fix color for skill popup header.Andrei Karas1-0/+2
2017-08-26Add inventory type for mail view window. Not allow drag from/to this inventory.Andrei Karas1-0/+2
2017-08-26Rename InventoryType::Mail into InventoryType::MailEdit.Andrei Karas1-2/+2
2017-08-21Remove useless else.Andrei Karas1-2/+1
2017-08-18Remove extra includes.Andrei Karas1-0/+1
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-1/+1
clang-tidy warning: readability-static-accessed-through-instance
2017-08-10Hide item popup if open popupmenu.s20170810Andrei Karas1-0/+2
2017-08-09Fix style issue.Andrei Karas1-2/+1
2017-08-09Allow for each item replace equip/use menu item to custom menu.Andrei Karas2-7/+70
Separate menus supproted for inventory, storage, cart.
2017-08-08Add into skill context menu for add shortcut.Andrei Karas1-0/+5
Also add chat command for add skill shortcut by skill id into free slot.
2017-07-21Fix too long lines in popupmenu.cppAndrei Karas1-6/+8
2017-07-20Show heal command in player menu only for legacy servers.Andrei Karas1-4/+9
2017-07-20Into staticbrowserbox allow add separators without duplication.Andrei Karas1-84/+84
2017-07-20Allow any gm commands if group have permission all_commands.Andrei Karas1-0/+5
2017-07-20Show gm commands in popup menu based or player allowed gm commands.Andrei Karas2-159/+350
For legacy server aka tmwa, it allow all commands.
2017-07-20In popupmenu get group for local player before each menu.Andrei Karas2-0/+49
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas5-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.