Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-05-24 | Switch source code headers to ManaVerse & update copyrights to 2025 | Fedja Beader | 19 | -57/+57 | |
.. 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 | 19 | -19/+38 | |
2019-01-01 | Update copyright year. | Andrei Karas | 19 | -19/+19 | |
2018-12-06 | Fix style in enums. | Andrei Karas | 3 | -12/+12 | |
2018-06-30 | Rename "other" gender into "hidden" gender. | Andrei Karas | 1 | -1/+1 | |
2018-02-13 | Add support for show clan badge. | Andrei Karas | 1 | -0/+1 | |
But for now clan unset for players. | |||||
2018-01-04 | Update copyrights year. | Andrei Karas | 19 | -19/+19 | |
2017-09-27 | Rename Attributes::PLAYER_JOB to Attributes::PLAYER_JOB_LEVEL. | Andrei Karas | 2 | -2/+2 | |
2017-09-27 | Change player job level, exp from stat object to attribute. | Andrei Karas | 2 | -0/+4 | |
2017-09-27 | Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL. | Andrei Karas | 2 | -2/+2 | |
2017-09-03 | Fixed all "buttom" into "bottom". | Alige | 1 | -1/+1 | |
2017-07-31 | Fix comment in badgedrawtype.h. | Andrei Karas | 1 | -1/+1 | |
2017-07-30 | Add option to show player name at top or at bottom. | Andrei Karas | 2 | -0/+68 | |
Add also enum for badge draw type. | |||||
2017-06-07 | Fix namespace comments. | Andrei Karas | 1 | -1/+1 | |
2017-04-04 | Draw flag badge at first. | Andrei Karas | 1 | -9/+9 | |
2017-04-04 | Show player language badge. | Andrei Karas | 1 | -0/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 17 | -17/+17 | |
2016-10-16 | Add option to show player name only for selected player.s20161017 | Andrei Karas | 1 | -0/+34 | |
2016-08-24 | First step of removing local pets (tmwa only). | Andrei Karas | 1 | -3/+0 | |
2016-08-12 | Fix code style. | Andrei Karas | 2 | -2/+2 | |
2016-08-05 | Fix includes issue in stringdefines. | Andrei Karas | 2 | -0/+4 | |
2016-08-04 | Add missing include into attributesstrings.cpp | Andrei Karas | 1 | -0/+2 | |
2016-08-04 | Add support for string enums. Add Attributes string enum. | Andrei Karas | 2 | -0/+147 | |
2016-08-03 | Add elemental attributes. | Andrei Karas | 1 | -0/+6 | |
2016-08-03 | Add actor type elemental. | Andrei Karas | 1 | -1/+2 | |
2016-07-29 | Add some missing tmwa defines. | Andrei Karas | 1 | -0/+2 | |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 3 | -8/+0 | |
Now eathena like support enabled always. | |||||
2016-07-27 | Calculate damage per second for homunculus and mercenary. | Andrei Karas | 1 | -0/+1 | |
2016-07-26 | Remove unused homunculus attribute. | Andrei Karas | 1 | -1/+0 | |
2016-07-25 | Add mercenary attributes. Set mercenary attributes from server. | Andrei Karas | 1 | -0/+20 | |
2016-07-25 | Add homunculus attributes. Set homunculus attributes from server. | Andrei Karas | 1 | -0/+23 | |
2016-07-25 | Add into player attributes prefix PLAYER_. | Andrei Karas | 1 | -30/+30 | |
2016-06-30 | Allow read basic attributes from stats.xml | Andrei Karas | 1 | -1/+2 | |
2016-01-31 | Assign to being actions static constant values. | Andrei Karas | 1 | -8/+8 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 14 | -14/+14 | |
2015-11-16 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2015-11-14 | Add cast action to beings. | Andrei Karas | 1 | -0/+1 | |
2015-11-09 | Add SkillUnit actor type. | Andrei Karas | 1 | -1/+2 | |
2015-09-11 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2015-09-05 | Put badges into array in being. | Andrei Karas | 1 | -0/+40 | |
2015-08-10 | Fix code style. | Andrei Karas | 1 | -1/+3 | |
2015-05-30 | Convert Relation enum into strong typed enum. | Andrei Karas | 1 | -14/+12 | |
2015-05-30 | Move relation enum into separate file. | Andrei Karas | 1 | -0/+42 | |
2015-05-30 | Convert Reachable enum into strong typed enum. | Andrei Karas | 1 | -8/+8 | |
2015-05-30 | Move reachable enum into separate file. | Andrei Karas | 1 | -0/+36 | |
2015-05-30 | Convert TargetCursorType enum into strong typed enum. | Andrei Karas | 1 | -8/+8 | |
2015-05-30 | Convert TargetCursorSize enum into strong typed enum. | Andrei Karas | 1 | -9/+9 | |
2015-05-30 | Convert Rank enum into strong typed enum. | Andrei Karas | 1 | -9/+9 | |
2015-05-29 | Convert Pickup enum into strong typed enum. | Andrei Karas | 1 | -18/+15 | |
2015-05-29 | Convert Gender enum into strong typed enum. | Andrei Karas | 1 | -9/+9 | |