summaryrefslogtreecommitdiff
path: root/src/gui/shortcut
AgeCommit message (Collapse)AuthorFilesLines
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader10-30/+30
.. 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-2/+1
**** mana/plus!176
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva10-10/+20
2020-02-23Fix some code style issuesAndrei Karas2-3/+3
2019-09-30Add missing static keywordsAndrei Karas2-2/+2
2019-01-01Update copyright year.Andrei Karas10-10/+10
2018-10-29Fix code style.Andrei Karas2-2/+2
2018-01-09Remove useless A_CONST attributes.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas10-10/+10
2017-12-23Remove default parameters from dropshortcut.Andrei Karas2-3/+3
2017-12-23Remove default parameter from shortcutbase.Andrei Karas1-1/+1
2017-08-30Move some variables to better scope.Andrei Karas1-1/+1
2017-08-19Fix cast issue in macosx.Andrei Karas1-6/+8
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-5/+2
clang-tidy warning: readability-static-accessed-through-instance
2017-08-09Add different use actions for items.Andrei Karas1-2/+2
Can be used from chat or from custom item menu from items.xml
2017-08-09Fix warning with old compilers.Andrei Karas2-3/+5
2017-08-08Use size_t type for index in other shortcut classes.Andrei Karas5-27/+28
2017-08-08Use size_t type for index in itemshortcut.Andrei Karas2-20/+21
2017-08-08Move constants from itemshortcut.h into const directory.Andrei Karas1-4/+2
2017-08-08Add into skill context menu for add shortcut.Andrei Karas2-0/+12
Also add chat command for add skill shortcut by skill id into free slot.
2017-08-05Fix compilation for macosx.Andrei Karas1-6/+8
2017-08-04Fix code style.Andrei Karas2-4/+4
2017-08-03Fix signed / unsigned comparision issue in old gcc.Andrei Karas2-6/+6
2017-08-02Add item shortcuts tab with automatically filled with skills.Andrei Karas2-2/+31
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-2/+2
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-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas6-28/+28
2017-01-03Update copyright year.Andrei Karas10-10/+10
2016-12-29Add constexpr into itemshortcut.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas4-11/+11
2016-09-11Remove support for legacy configuration in ShortcutBase.Andrei Karas2-7/+3
2016-09-11Remove support for legacy configuration in ItemShortcut.Andrei Karas2-7/+3
2016-08-24Remove unused pet handler methods and fields.Andrei Karas1-1/+1
2016-08-14Fix too long lines.Andrei Karas1-2/+4
2016-08-14Allow drag cast type from skills window into shortcuts.Andrei Karas1-0/+4
2016-08-14Show cast type in skill popup from custom place.Andrei Karas1-0/+3
For skill shortcuts for now it always "Default".
2016-08-14Add ability to load/save additional data for each shortcut in shortcuts window.Andrei Karas2-1/+22
2016-08-13Remove some useless includes.Andrei Karas1-0/+1
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-4/+0
Now eathena like support enabled always.
2016-07-13Fix saving skills with maximum level into shortcuts bar.Andrei Karas1-4/+1
2016-05-10Add ability to switch emotes shortcurs bar between player, pets, ↵Andrei Karas2-2/+44
homunculuses and mercenaries.
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas2-6/+6
2016-01-07Move invetory into inventory directory.Andrei Karas2-2/+4
2016-01-02Update copyrights year.Andrei Karas10-10/+10
2015-12-29Move item into item directory.Andrei Karas3-4/+7
2015-12-23Add const attribute to gui classes.Andrei Karas1-2/+2
2015-12-20Move shortcuts files into gui/shortcut directory.Andrei Karas10-0/+1273