summaryrefslogtreecommitdiff
path: root/src/gui/widgets/skilllistbox.h
AgeCommit message (Collapse)AuthorFilesLines
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
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
Also remove some empty destructors.
2017-12-24Remove default parameters from widget2.Andrei Karas1-4/+4
2017-12-17Remove default parameters from dragdrop.gAndrei Karas1-1/+1
2017-08-08Remove extra includes.Andrei Karas1-1/+0
2017-08-08Add into skill context menu for add shortcut.Andrei Karas1-4/+1
Also add chat command for add skill shortcut by skill id into free slot.
2017-06-30Remove extra includes from headers.Andrei Karas1-1/+0
2017-06-29Move cast macroses into separate file.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-14/+15
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-08-15Copy skill cast offset to shortcuts.Andrei Karas1-4/+7
Also show offsets in skill popup in shortcuts.
2016-08-14Add missing include into skilllistbox.hAndrei Karas1-0/+1
2016-08-14Allow drag cast type from skills window into shortcuts.Andrei Karas1-0/+3
2016-08-14Show cast type in skill popup from custom place.Andrei Karas1-1/+2
For skill shortcuts for now it always "Default".
2016-08-14Add skill cast type option in skills window.Andrei Karas1-1/+1
Can be changed, but for now unused.
2016-07-06Add menu for selected skill for now with item only "set skill level".Andrei Karas1-8/+16
Also add chat command /showskilllevels SKILL
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-8/+8
This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d.
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-8/+8
2016-03-12Fix compilation issue.Andrei Karas1-1/+3
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 Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-14Move skillconsts from resources int consts directory.Andrei Karas1-1/+1
2015-11-22Show selected and max skill levels in skill popup.Andrei Karas1-2/+4
2015-11-22Add popup menu for left click on skill level.Andrei Karas1-0/+13
2015-11-16Convert DragDropSource enum into strong typed enum.Andrei Karas1-1/+1
2015-11-16Fix code style.Andrei Karas1-1/+0
2015-11-13In skill dialog dont show skill popup on empty place.Andrei Karas1-0/+2
2015-11-13Use global skillPopup variable for show skill popups.Andrei Karas1-6/+3
2015-06-30Fix code style.Andrei Karas1-3/+0
2015-06-27Add checks for new issues from paranucker.Andrei Karas1-1/+1
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-1/+1
2015-06-14Use CREATEWIDGET macro in skilllistbox.Andrei Karas1-2/+2
2015-05-30Move theme colors enum into separate file.Andrei Karas1-4/+4
2015-05-25Fix some issues in safe OpenGL renderer after last changes.Andrei Karas1-0/+5
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-6/+17
This allow not set actual OpenGL color on each call because it useless for drawing text.
2015-03-17Remove useless includes from .h files.Andrei Karas1-4/+3
2015-02-18Add missing override keywords.Andrei Karas1-7/+7
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-09-18Draw cool down bar in skills window.Andrei Karas1-9/+30
2014-09-06Use skillpopup in skills window.Andrei Karas1-17/+5
2014-09-06Show mana in skill popup.Andrei Karas1-2/+11
2014-08-17Remove getters for mouse position and use direct variables.Andrei Karas1-1/+1
2014-05-18Move mousebutton into separate file.Andrei Karas1-2/+2
2014-05-18Remove useless includes.Andrei Karas1-0/+15
2014-05-16Move skilllistbox into separate file.Andrei Karas1-0/+217