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 SMSG_PLAYER_SHORTCUTS | Andrei Karas | 1 | -5/+29 | |
2019-03-04 | Rename packet SMSG_PLAYER_EQUIP_TICK_ACK into SMSG_PLAYER_ZC_CONFIG | Andrei Karas | 1 | -3/+2 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-11-27 | Fix showing group name in online list for legacy server. | Andrei Karas | 1 | -1/+1 | |
2018-11-27 | Show short group name when available instead of (GM) | gumi | 1 | -1/+1 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -2/+2 | |
2018-11-05 | Fix code style. | Andrei Karas | 1 | -1/+4 | |
2018-09-25 | Add packet SMSG_PLAYER_SET_TITLE_ACK 0x0a2f. | Andrei Karas | 1 | -0/+7 | |
2018-07-26 | Add support for changed item id size in packets. | Andrei Karas | 1 | -1/+2 | |
From some packet version hercules support item id fields as int32. | |||||
2018-06-30 | Rename "other" gender into "hidden" gender. | Andrei Karas | 1 | -2/+2 | |
2018-06-15 | Add packet CMSG_PLAYER_SELECT_STYLE_ACK 0x0a47. | Andrei Karas | 1 | -0/+6 | |
2018-03-04 | Add support for hightlight attribute in groups.xml | Andrei Karas | 1 | -4/+0 | |
This attribute allow to highlight gm groups based on groups.xml | |||||
2018-02-12 | Fix code style. Add missing actorManager null checks. | Andrei Karas | 1 | -0/+2 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-17 | Remove default parameter from PlayerInfo::setStatMod. | Andrei Karas | 1 | -5/+11 | |
2017-12-17 | Remove default parameter from PlayerInfo::setStatBase. | Andrei Karas | 1 | -12/+20 | |
2017-12-17 | Remove default parameter from PlayerInfo::setAttribute. | Andrei Karas | 1 | -3/+7 | |
2017-10-23 | Remove extra include. | Andrei Karas | 1 | -1/+0 | |
2017-10-18 | Add packet SMSG_PLAYER_GET_EXP2 0x0acc. | Andrei Karas | 1 | -0/+20 | |
2017-10-18 | Add packet SMSG_PLAYER_STAT_UPDATE_7 0x0acb. | Andrei Karas | 1 | -0/+12 | |
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 1 | -1/+1 | |
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 | Set group id from net code to not only local player. | Andrei Karas | 1 | -2/+6 | |
2017-07-12 | Rename gm level into group id in localplayer.cpp | Andrei Karas | 1 | -1/+1 | |
2017-07-12 | Add packet SMSG_PLAYER_ATTRS 0x0b25. | Andrei Karas | 1 | -0/+14 | |
It allow set local player attributes from server. For now it send real group id. | |||||
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -22/+22 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-11-11 | Fix typo implimented -> implemented. | Andrei Karas | 1 | -12/+12 | |
2016-09-12 | Add packet SMSG_PLAYER_HEAL 0x0a27. | Andrei Karas | 1 | -1/+5 | |
2016-07-25 | Fix too big lines. | Andrei Karas | 1 | -6/+12 | |
2016-07-25 | Add into player attributes prefix PLAYER_. | Andrei Karas | 1 | -29/+31 | |
2016-07-21 | Add packet SMSG_WALK_ERROR 0x0b21. | Andrei Karas | 1 | -0/+9 | |
2016-05-29 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2016-05-06 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2016-04-27 | Add packet SMSG_PLAYER_KILLED_BY 0x0b1d. | Andrei Karas | 1 | -1/+29 | |
Change protocol version to 17. | |||||
2016-04-23 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2016-04-14 | Move function PlayerRecv::processPlayerClientCommand into ea namespace. | Andrei Karas | 1 | -15/+0 | |
2016-04-01 | Add packet SMSG_PLAYER_SHORTCUTS 0x07d9. | Andrei Karas | 1 | -1/+2 | |
2016-03-10 | For unknown packet field values show packet id and field value. | Andrei Karas | 1 | -1/+1 | |
2016-03-08 | Rename Sp attributes to server values. Also add missing values for hercules. | Andrei Karas | 1 | -1/+1 | |
2016-03-08 | Move stat constants from ea namespace into tmwa and eathena. | Andrei Karas | 1 | -3/+3 | |
Also rename constants namespace from Ea to Sp. | |||||
2016-03-08 | Fix packet SMSG_PLAYER_HEAL. Now it also update hp/sp. | Andrei Karas | 1 | -2/+21 | |
2016-02-20 | Add missing const in net directory. | Andrei Karas | 1 | -3/+3 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -1/+1 | |
2016-01-06 | Add packet SMSG_DRESS_ROOM_OPEN 0x0a02. | Andrei Karas | 1 | -0/+6 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-10-16 | Add protection attribute to input actions. Unsafe actions blocked from ↵ | Andrei Karas | 1 | -1/+1 | |
remote usage. | |||||
2015-09-11 | Fix code style. | Andrei Karas | 1 | -3/+0 | |
2015-09-06 | Readd packet SMSG_MAP_MASK (tmwa) | Andrei Karas | 1 | -9/+0 | |