summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/setup_players.cpp
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
2022-12-18[ci skip] Correct a preference labelAdministrator1-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-3/+3
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-26Remove default parameters from setupitem.Andrei Karas1-22/+44
2017-09-03Fixed all "buttom" into "bottom".Alige1-1/+1
2017-08-31Add default values for per server settings in setup tabs.Andrei Karas1-0/+1
2017-07-30Add option to show player name at top or at bottom.Andrei Karas1-1/+20
Add also enum for badge draw type.
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-2/+2
2017-03-10Add setting to allow and not allow move character by mouse.Andrei Karas1-0/+4
2017-02-19Fix some memory leaks and add duplicate item fields check.Andrei Karas1-0/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-10-16Add option to show player name only for selected player.Andrei Karas1-3/+19
2016-04-21Fix compilation warning.Andrei Karas1-1/+1
2016-04-21Add option for enable/disable remote commands.Andrei Karas1-0/+20
In tmw remote commands disabled by default.
2016-02-03Update descript for option for collecting ids and seen log.Andrei Karas1-1/+1
2016-02-03Add option for saving mapping between account id and nicks.Andrei Karas1-0/+4
This information stored in separate files.
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-10-14Add option for show why player disappeared. Can be usefull for GM's.Andrei Karas1-0/+4
Located in settings / players / Log players actions (for GM)
2015-09-06Add option for creating screenshots on each complete trade.Andrei Karas1-0/+4
2015-07-30Fix memory leak on exit.Andrei Karas1-0/+6
2015-07-29Add ability to show badges under nick.Andrei Karas1-7/+21
Add option for select how show badges.
2015-07-27Add option for show badges at top or char or after name.Andrei Karas1-0/+4
2015-07-27Add option to show/hide badges. By default badges visible.Andrei Karas1-0/+4
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-14Move containerplacer into separate file.Andrei Karas1-0/+1
2014-03-17Fix typo (usefull -> useful)Andrei Karas1-1/+1
2014-03-09Add support for long mouse press event.Andrei Karas1-0/+5
Enabled by default on Android.
2014-02-24Rename Rectangle into Rect.Andrei Karas1-1/+1
Rename ClipRectangle into ClipRect.
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-30move tabs into tabs directory.Andrei Karas1-0/+104