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-04-03 | Fix wrong read of clif_GM_kickack packet | Fedja Beader | 1 | -1/+0 | |
2024-08/01/#Debug.log:[14:25:43] Wrong actual or planned inbound packet size!. Packet id: 205(0xcd), Planned size: 3, Actual size: 6 2 bytes packet id + 1 byte flag = 3 2 bytes packet id + 4 byte flag (wrong) = 6 Squashed with: * Separate processKickAck handler for eathena * Move ea's adminrecv and its sole handler processKickAck into TMWA namespace * Revert "Fix wrong read of clif_GM_kickack packet" This would break TMWA packet processing, as @thorbjorn pointed out. This reverts commit efe43bac4de90b3e427d985b77cb3dd3206bcf9d. **** mana/plus!148 | |||||
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1 | -1/+2 | |
2019-05-14 | Add packet SMSG_REFINE_WINDOW_OPEN 0x0aa0 | Andrei Karas | 1 | -0/+1 | |
2019-01-26 | Add packet SMSG_NPC_BARTER_OPEN 0x0b0e | Andrei Karas | 1 | -0/+1 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -2/+2 | |
2018-09-26 | Add packet SMSG_ACHIEVEMENT_LIST 0x0a23. | Andrei Karas | 1 | -0/+1 | |
2018-05-04 | Update packet SMSG_OPEN_WINDOW2 for zero protocol. | Andrei Karas | 1 | -0/+1 | |
2018-04-17 | Add packet SMSG_OPEN_WINDOW2 0x0ae2.s20180419 | Andrei Karas | 1 | -0/+1 | |
2018-04-07 | Update packet SMSG_FRIENDS_PLAYER_ONLINE for new packet versions. | Andrei Karas | 1 | -0/+2 | |
2018-04-06 | Add packet SMSG_SOLVE_CHAR_NAME 0x0af7. | Andrei Karas | 1 | -0/+2 | |
2018-02-08 | Add packet SMSG_CLAN_INFO 0x098a. | Andrei Karas | 1 | -0/+1 | |
2018-01-16 | Add packet SMSG_ITEM_DROPPED 0x0add for zero clients.s20180116 | Andrei Karas | 1 | -0/+1 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-08-13 | Add offset for all defined evol packets. | Andrei Karas | 1 | -0/+1 | |
For now offset always 0. | |||||
2017-08-11 | Add packet SMSG_MAIL2_ICON 0x09e7. | Andrei Karas | 1 | -0/+1 | |
2017-06-30 | Remove extra includes from headers. | Andrei Karas | 1 | -0/+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 | -1/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-09-17 | Remove ea/guildhandler and ea/guildrecv. Because guilds not works in legacy ↵ | Andrei Karas | 1 | -1/+0 | |
server anymore. | |||||
2016-09-14 | Remove extra include. | Andrei Karas | 1 | -2/+0 | |
2016-09-13 | Add support for removepacket tag in network.xml | Andrei Karas | 1 | -2/+26 | |
2016-09-13 | Add fake packets from network.xml if packet unused. | Andrei Karas | 1 | -0/+32 | |
2016-06-03 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2016-05-31 | Fix different include issues. | Andrei Karas | 1 | -0/+1 | |
2016-05-14 | Add into tmwa packet SMSG_MAP_SET_TILES_TYPE. Change protocol version to 7. | Andrei Karas | 1 | -0/+1 | |
2016-04-01 | Set packet version based on packet id and current packet version into ↵ | Andrei Karas | 1 | -1/+4 | |
version in MessageIn. Only for hercules. | |||||
2016-03-31 | Add version field in each receive packet define. | Andrei Karas | 1 | -0/+1 | |
2016-02-20 | Add missing const in net directory. | Andrei Karas | 1 | -1/+1 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -2/+2 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-09-23 | Add support for packet version 20150226 (hercules) | Andrei Karas | 1 | -0/+3 | |
2015-09-22 | add way for reload packets db. For now it useless. | Andrei Karas | 1 | -0/+6 | |
2015-09-04 | Remove some useless includes. | Andrei Karas | 1 | -3/+0 | |
2015-09-02 | Remove MessageHandler class | Andrei Karas | 1 | -17/+0 | |
2015-09-02 | Remove variable mMessageHandlers from network code. | Andrei Karas | 1 | -19/+6 | |
2015-09-02 | Use packet handlers from packet defines. | Andrei Karas | 1 | -3/+54 | |
2015-09-01 | Remove packets.h | Andrei Karas | 1 | -1/+0 | |
2015-09-01 | Use packet sizes from packetsin.inc | Andrei Karas | 1 | -11/+5 | |
2015-09-01 | Change extension in some internals includes from h to inc. | Andrei Karas | 1 | -1/+1 | |
2015-09-01 | Add ability to log received packet names to log file. | Andrei Karas | 1 | -1/+5 | |
Also add arrays with id to package info mapping for inbound packets. | |||||
2015-06-20 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-11-08 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2014-11-06 | eathena: add packets SMSG_SERVER_VERSION_RESPONSE 0x7531 | Andrei Karas | 1 | -1/+6 | |
and CMSG_SERVER_VERSION_REQUEST 0x7530 | |||||
2014-09-26 | Fix code style. | Andrei Karas | 1 | -1/+0 | |
2014-09-15 | eathena: remove some tmw/evol related packets. | Andrei Karas | 1 | -19/+5 | |
2014-09-10 | Improve logging for unknown and unsupported packets. | Andrei Karas | 1 | -3/+4 | |