summaryrefslogtreecommitdiff
path: root/src/gui/windows/npcdialog.cpp
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-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader1-3/+3
.. 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-4/+2
**** mana/plus!176
2024-03-26Auto-focus number and text input fields in NPC dialogsFedja Beader1-2/+5
+reformat one bit See merge request mana/plus!61
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-19/+19
2018-10-29Fix code style.Andrei Karas1-1/+1
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-8/+9
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameters from window.Andrei Karas1-5/+5
2017-12-26Remove default parameters from playerbox.Andrei Karas1-1/+1
2017-12-26Remove default parameters from textfield.Andrei Karas1-1/+2
2017-12-26Remove default parameters from inttextfield.Andrei Karas1-1/+1
2017-12-26Remove default parameters from itemcontainer.Andrei Karas1-1/+1
2017-12-25Remove default parameters from containerplacer.Andrei Karas1-54/+54
2017-12-24Remove default parameters from browserbox.Andrei Karas1-2/+4
2017-12-23Remove default parameters from extendedlistbox.Andrei Karas1-1/+1
2017-12-23Remove default parameters from npcdialog.Andrei Karas1-1/+2
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-5/+5
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-06-30Remove extra includes again.Andrei Karas1-0/+1
2017-06-21Remove browserboxmode.Andrei Karas1-2/+1
2017-06-13Move virtual methods from Being constructor to postInit.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-39/+39
2017-05-30fix uninitialised values in npc dialog constructor.Andrei Karas1-2/+2
2017-04-03Use pathJoin for concatinate some paths.Andrei Karas1-2/+2
2017-01-27Move browserboxmode into separate file.Andrei Karas1-2/+2
Also convert it to strong typed enum.
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-1/+1
2016-10-04Move npcactionstate into enums directory.Andrei Karas1-20/+20
2016-10-04Move npcinputstate into enums directory.Andrei Karas1-59/+59
2016-10-04Move layouttype into enums directory.Andrei Karas1-1/+2
2016-09-17Add strong typed bool Opaque.Andrei Karas1-8/+12
2016-07-28Remove macro A_TMWA_UNUSED.Andrei Karas1-4/+4
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-24/+0
Now eathena like support enabled always.
2016-05-29Fix code style.Andrei Karas1-3/+2
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas1-1/+1
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas1-2/+2
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+2
2016-05-05In npc inventory allow add by button add item to next free slot.Andrei Karas1-2/+2
2016-04-23Fix code style.Andrei Karas1-1/+1
2016-04-11Fix compilation warnings with tmwa only.Andrei Karas1-4/+4
2016-03-04Remove getter empty from compoundsprite.Andrei Karas1-1/+1
2016-03-04Remove getter getSprite from compoundsprite.Andrei Karas1-2/+2
2016-02-08Improve some empty string checks.Andrei Karas1-2/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-6/+6
2016-02-06Hide cutin if npc window closed.Andrei Karas1-0/+11
2016-02-05Allow to show images in npc dialogs.Andrei Karas1-0/+1
2016-01-27Remove copy to clipboard action in npc dialog popup.Andrei Karas1-12/+3
2016-01-15Fix compilation without hercules support.Andrei Karas1-1/+19