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 | |||||
2025-03-30 | Add free weight indication to mini status bar | Fedja Beader | 1 | -2/+2 | |
Squashed with: * statuswindow: I like this way better **** mana/plus!151 | |||||
2025-03-05 | Remove pointless one-line StatusWindow::addTabBasic() function | Fedja Beader | 1 | -9/+3 | |
**** mana/plus!139 | |||||
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1 | -1/+2 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -1/+1 | |
2018-03-09 | Add skin parameter to all button constructors. | Andrei Karas | 1 | -1/+1 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-27 | Remove default parameters from window. | Andrei Karas | 1 | -1/+3 | |
2017-12-25 | Remove default parameters from containerplacer. | Andrei Karas | 1 | -14/+14 | |
2017-12-24 | Remove default parameters from widget2. | Andrei Karas | 1 | -16/+22 | |
2017-12-22 | Remove default parameters from statuswindow. | Andrei Karas | 1 | -1/+2 | |
2017-12-22 | Remove default parameters from chatwindow.h | Andrei Karas | 1 | -1/+2 | |
2017-12-17 | Remove default parameter from PlayerInfo::setAttribute. | Andrei Karas | 1 | -3/+6 | |
2017-09-27 | Fix some issues with int64 to int32 implicit conversions. | Andrei Karas | 1 | -2/+2 | |
2017-09-27 | Rename Attributes::PLAYER_JOB to Attributes::PLAYER_JOB_LEVEL. | Andrei Karas | 1 | -4/+8 | |
2017-09-27 | Change player job level, exp from stat object to attribute. | Andrei Karas | 1 | -64/+62 | |
2017-09-27 | Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL. | Andrei Karas | 1 | -3/+3 | |
2017-09-27 | Change attributes value type to int64. | Andrei Karas | 1 | -11/+17 | |
2017-08-14 | Fix type in previous commit. | Andrei Karas | 1 | -1/+1 | |
2017-08-14 | Fix some pointer to bool conversions. | Andrei Karas | 1 | -1/+1 | |
2017-07-17 | Add missing check in statuswindow.cpp | Andrei Karas | 1 | -2/+4 | |
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 1 | -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-07-13 | Add missing reference into reading group name. | Andrei Karas | 1 | -1/+1 | |
2017-07-13 | Show group name in being popup and status window. | Andrei Karas | 1 | -3/+8 | |
2017-07-12 | Rename gm level into group id in localplayer.cpp | Andrei Karas | 1 | -1/+1 | |
2017-06-29 | Move foreach macroses into separate file. | Andrei Karas | 1 | -0/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -25/+25 | |
2017-01-31 | Move units into db directory. | Andrei Karas | 1 | -7/+9 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-10-04 | Move layouttype into enums directory. | Andrei Karas | 1 | -1/+2 | |
2016-09-20 | Set unselectable most parts of status window. | Andrei Karas | 1 | -0/+8 | |
2016-07-29 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2016-07-27 | Fix tab width in status window. | Andrei Karas | 1 | -1/+1 | |
2016-07-27 | Remove all pages after status window deleted. | Andrei Karas | 1 | -1/+12 | |
2016-07-26 | Add support for loading stats pages from stats.xml | Andrei Karas | 1 | -3/+8 | |
2016-07-26 | Add tabs for stats in status window. | Andrei Karas | 1 | -131/+27 | |
2016-07-25 | Fix too big lines. | Andrei Karas | 1 | -2/+3 | |
2016-07-25 | Remove extra includes from statuswindow.cpp | Andrei Karas | 1 | -4/+0 | |
2016-07-25 | Move changedisplay class into separate file. | Andrei Karas | 1 | -82/+1 | |
2016-07-25 | Move derdisplay class into separate file. | Andrei Karas | 1 | -12/+1 | |
2016-07-25 | Move attrdisplay class into separate file. | Andrei Karas | 1 | -34/+2 | |
2016-07-25 | Add into player attributes prefix PLAYER_. | Andrei Karas | 1 | -29/+30 | |
2016-06-30 | Move extended stats from status window into stats.xml too. | Andrei Karas | 1 | -3/+13 | |
Also add reports about failed stats loading. | |||||
2016-06-30 | Remove basic attributes usage from generalhandler and move to statuswindow ↵ | Andrei Karas | 1 | -0/+15 | |
and statdb. | |||||
2016-04-05 | Remove quotes from pragmas. | Andrei Karas | 1 | -3/+3 | |
2016-03-06 | Use server feature haveMultyStatusUp. | Andrei Karas | 1 | -4/+12 | |
2016-03-06 | Add into increaseAttribute parameter with about of attributes to up. | Andrei Karas | 1 | -1/+1 | |
2016-02-23 | Fix compilation with gcc 4.4 or older. | Andrei Karas | 1 | -3/+3 | |
2016-02-23 | Add pragmas for disable -Wswitch-bool in some places. | Andrei Karas | 1 | -0/+3 | |