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