summaryrefslogtreecommitdiff
path: root/src/gui/widgets/avatarlistbox.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-06-25Split #include "utils/performance.h" out of localconsts.hFedja Beader1-0/+2
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-02-20Convert navigateTo to take a Position instead of two integers.Fedja Beader1-1/+1
Tile coordinates dance in pairs, so let's pair them up. also grows exe size by about 3K, hope this will go away when the rest is converted to Position as well. Note: on my local debug build only. Not on gcc10 CI. Squashed with: * Should it be mNavigateDest or mNavigateTo? Hmm, the jury is still out there ... **** mana/plus!116
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2020-02-23Fix some code style issuesAndrei Karas1-2/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-06-30Rename "other" gender into "hidden" gender.Andrei Karas1-4/+4
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-24Remove default parameters from widget2.Andrei Karas1-2/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-26/+30
2017-06-04Fix code style.Andrei Karas1-3/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-08-04Add some missing tmwa defines. Fix compilation error without tmwa support.Andrei Karas1-0/+2
2016-06-07Move image class into image directory.Andrei Karas1-1/+1
2016-04-26Split graphicsvetexes into multiply files.Andrei Karas1-1/+1
2016-04-26Move graphicsvertexes into render/vertexes.Andrei Karas1-1/+2
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-07-02Move mapitemtype into enums directory.Andrei Karas1-1/+2
2015-06-06Fix code style.Andrei Karas1-6/+4
2015-05-31Convert ProgressColorId enum into strong typed enum.Andrei Karas1-4/+4
2015-05-30Move theme progress colors enum into separate file.Andrei Karas1-4/+6
2015-05-30Move theme colors enum into separate file.Andrei Karas1-2/+2
2015-05-30Convert MouseButton enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Convert ActorType enum into strong typed enum.Andrei Karas1-2/+1
2015-05-27Improve a bit avatarlistbox.Andrei Karas1-23/+25
2015-05-25Add safeDraw method into avatarlistbox.Andrei Karas1-9/+235
2015-05-25Remove color2 from graphics.Andrei Karas1-3/+0
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-8/+22
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-0/+3
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-08In whisper constructor allow separatly set nick and caption.Andrei Karas1-1/+2
2014-09-10Change format in ActorType enum.Andrei Karas1-2/+2
2014-09-07For some popup menus use current mouse position.Andrei Karas1-3/+1
2014-08-17Remove getters for mouse position and use direct variables.Andrei Karas1-10/+10
2014-08-17Remove proxy methods used for access popup menu.Andrei Karas1-5/+21
2014-08-15Fix code style.Andrei Karas1-0/+13
2014-08-03Fix some casts.Andrei Karas1-8/+15
2014-07-31Move popup related code from viewport into popupManager.Andrei Karas1-6/+7
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-4/+4
2014-06-26Fix text color in avatarlistbox.Andrei Karas1-0/+2
2014-06-22Reoder some text and image drawing for better batching.Andrei Karas1-8/+17
2014-06-22Fix drawing avatarlistbox in modernopengl.Andrei Karas1-1/+3
2014-06-13In modernopengl add support for buffered draw tile collection.Andrei Karas1-0/+1
This is first cached function implemented in modernopengl. Also add support for bind buffer attributes. Add finalize method to convert any cached data into data for GPU.
2014-05-19fix code style.Andrei Karas1-1/+0
2014-05-19Move mapitemtype into separate file.Andrei Karas1-9/+10
2014-05-18Move mousebutton into separate file.Andrei Karas1-3/+3
2014-05-18fix code style.Andrei Karas1-9/+9
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2