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 | |
2019-06-26 | Update packet CMSG_SET_SHORTCUTS | Andrei Karas | 1 | -0/+1 | |
2019-06-26 | Update packet CMSG_SHORTCUTS_ROW_SHIFT | Andrei Karas | 1 | -1/+2 | |
2019-04-08 | Add packet CMSG_PLAYER_STYLE_CLOSE 0x0a48 | Andrei Karas | 1 | -0/+4 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-11-12 | Add support for online list in legacy server. | Andrei Karas | 1 | -0/+1 | |
2018-09-25 | Add packet CMSG_PLAYER_SET_TITLE 0x0a2e. | Andrei Karas | 1 | -0/+4 | |
2018-07-27 | Add packet CMSG_PLAYER_SELECT_STYLE 0x0afc. | Andrei Karas | 1 | -1/+2 | |
2018-07-14 | Rename packet CMSG_PLAYER_SET_EQUIPMENT_VISIBLE into CMSG_SET_CONFIG_OPTION. | Andrei Karas | 1 | -1/+2 | |
For now unused. | |||||
2018-06-14 | Add packet CMSG_PLAYER_SELECT_STYLE 0x0a46. | Andrei Karas | 1 | -0/+9 | |
2018-04-23 | Fix different cast issues and remove useless explicit keywords. | Andrei Karas | 1 | -30/+36 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-17 | Remove default parameter from PlayerInfo::setStatMod. | Andrei Karas | 1 | -8/+22 | |
2017-12-17 | Remove default parameter from PlayerInfo::setStatBase. | Andrei Karas | 1 | -9/+27 | |
2017-12-17 | Remove default parameter from PlayerInfo::setAttribute. | Andrei Karas | 1 | -20/+57 | |
2017-10-18 | Add packet SMSG_PLAYER_STAT_UPDATE_7 0x0acb. | Andrei Karas | 1 | -1/+1 | |
2017-09-27 | Rename Attributes::PLAYER_JOB to Attributes::PLAYER_JOB_LEVEL. | Andrei Karas | 1 | -1/+1 | |
2017-09-27 | Change player job level, exp from stat object to attribute. | Andrei Karas | 1 | -6/+3 | |
2017-09-27 | Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL. | Andrei Karas | 1 | -1/+1 | |
2017-08-18 | Remove extra includes. | Andrei Karas | 1 | -1/+2 | |
2017-08-14 | Replace static members usage from pointers to direct classes. | Andrei Karas | 1 | -4/+1 | |
clang-tidy warning: readability-static-accessed-through-instance | |||||
2017-08-03 | Remove network handlers in general handler was deleted. | Andrei Karas | 1 | -0/+5 | |
2017-07-12 | Rename gm level into group id in localplayer.cpp | Andrei Karas | 1 | -1/+1 | |
2017-06-09 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2017-06-08 | Remove useless extern declarations. | Andrei Karas | 1 | -1/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -8/+8 | |
2017-01-31 | Move units into db directory. | Andrei Karas | 1 | -3/+4 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-11-11 | Fix typo implimented -> implemented. | Andrei Karas | 1 | -1/+1 | |
2016-07-25 | Fix too big lines. | Andrei Karas | 1 | -2/+4 | |
2016-07-25 | Add into player attributes prefix PLAYER_. | Andrei Karas | 1 | -50/+50 | |
2016-04-23 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2016-03-10 | For unknown packet field values show packet id and field value. | Andrei Karas | 1 | -2/+1 | |
2016-03-08 | Rename Sp attributes to server values. Also add missing values for hercules. | Andrei Karas | 1 | -32/+32 | |
2016-03-08 | Add into tmwa Sp constants value GM_LEVEL. | Andrei Karas | 1 | -1/+1 | |
2016-03-08 | Move stat constants from ea namespace into tmwa and eathena. | Andrei Karas | 1 | -43/+44 | |
Also rename constants namespace from Ea to Sp. | |||||
2016-03-08 | Move setStat from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -4/+213 | |
2016-03-06 | Add into increaseAttribute parameter with about of attributes to up. | Andrei Karas | 1 | -1/+2 | |
2016-03-05 | Remove outdated serverVersion checks from tmwa net code. | Andrei Karas | 1 | -1/+0 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -4/+4 | |
2016-01-06 | Impliment packet CMSG_SHORTCUTS_ROW_SHIFT 0x0a01. | Andrei Karas | 1 | -0/+4 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-11-16 | Fix code style. | Andrei Karas | 1 | -0/+1 | |
2015-09-07 | Split protocol.h into protocolin.h and protocolout.h | Andrei Karas | 1 | -1/+1 | |
2015-09-04 | Remove some useless includes. | Andrei Karas | 1 | -5/+0 | |
2015-09-02 | Remove MessageHandler class | Andrei Karas | 1 | -68/+0 | |
2015-08-30 | Move receive code from playerhandler into separate file. | Andrei Karas | 1 | -137/+13 | |
2015-06-20 | Remove unused old evol packets from tmwa namespace. | Andrei Karas | 1 | -15/+1 | |
2015-06-20 | Fix code style. | Andrei Karas | 1 | -0/+1 | |