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/+2 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-09-25 | Add packet CMSG_PLAYER_SET_TITLE 0x0a2e. | Andrei Karas | 1 | -0/+2 | |
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/+7 | |
2018-01-09 | Remove useless A_CONST attributes. | Andrei Karas | 1 | -11/+11 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-28 | Add missing override and final to destructors. | Andrei Karas | 1 | -1/+1 | |
Also remove some empty destructors. | |||||
2017-10-18 | Add packet SMSG_PLAYER_STAT_UPDATE_7 0x0acb. | Andrei Karas | 1 | -1/+1 | |
2017-08-03 | Remove network handlers in general handler was deleted. | Andrei Karas | 1 | -0/+2 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-04-17 | Revert "Remove override keyword, if it present with final." | Andrei Karas | 1 | -23/+23 | |
This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d. | |||||
2016-04-17 | Remove override keyword, if it present with final. | Andrei Karas | 1 | -23/+23 | |
2016-03-06 | Add into increaseAttribute parameter with about of attributes to up. | Andrei Karas | 1 | -1/+2 | |
2016-01-06 | Impliment packet CMSG_SHORTCUTS_ROW_SHIFT 0x0a01. | Andrei Karas | 1 | -0/+2 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-23 | Add const attribute to net classes. | Andrei Karas | 1 | -11/+11 | |
2015-09-02 | Remove MessageHandler class | Andrei Karas | 1 | -5/+1 | |
2015-08-30 | Move receive code from playerhandler into separate file. | Andrei Karas | 1 | -5/+0 | |
2015-05-29 | Convert BeingAction enum into strong typed enum. | Andrei Karas | 1 | -1/+1 | |
2015-05-29 | Convert Attributes enum into strong typed enum. | Andrei Karas | 1 | -1/+1 | |
2015-05-29 | Add strong typed int type BeingId. | Andrei Karas | 1 | -1/+2 | |
2015-05-05 | Replace most bools usage in playerinfo to strong typed bools. | Andrei Karas | 1 | -2/+2 | |
2015-04-04 | Show unimplimented packet debug message on each unsupported packets parameters. | Andrei Karas | 1 | -1/+2 | |
2015-02-20 | eathena: add support for online list packets. | Andrei Karas | 1 | -1/+0 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-11-30 | eathena: add packet SMSG_MAP_MUSIC 0x0b05. | Andrei Karas | 1 | -2/+0 | |
2014-11-28 | eathena: add map mask packet. | Andrei Karas | 1 | -2/+0 | |
Also change network version to 3. | |||||
2014-10-19 | Add static in playerhandler. | Andrei Karas | 1 | -3/+5 | |
2014-10-01 | Move actual update stats into one function. | Andrei Karas | 1 | -0/+5 | |
2014-09-15 | eathena: add packet CMSG_PLAYER_SET_EQUIPMENT_VISIBLE 0x02d8. | Andrei Karas | 1 | -0/+2 | |
2014-09-15 | eathena: add support for packet CMSG_PLAYER_AUTO_REVIVE 0x0292. | Andrei Karas | 1 | -0/+2 | |
2014-09-14 | eathena: add packet CMSG_PVP_INFO 0x020f. | Andrei Karas | 1 | -0/+2 | |
2014-09-11 | eathena: add packet CMSG_EXPLOSION_SPIRITS 0x01ed. | Andrei Karas | 1 | -0/+2 | |
2014-09-11 | eathena: add packet CMSG_DORI_DORI 0x01e7. | Andrei Karas | 1 | -0/+2 | |
2014-09-09 | eathena: add packet CMSG_PLAYER_SET_MEMO 0x011d. | Andrei Karas | 1 | -0/+2 | |
2014-09-09 | eathena: add packet CMSG_CHANGE_CART 0x01af. | Andrei Karas | 1 | -0/+2 | |
2014-09-09 | eathena: add packet CMSG_REMOVE_OPTION 0x012a. | Andrei Karas | 1 | -0/+2 | |
2014-09-09 | eathena: add packet CMSG_SET_SHORTCUTS 0x02ba. | Andrei Karas | 1 | -0/+5 | |
2014-09-06 | Move processWalkResponse from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+2 | |
2014-09-06 | Move processPlayerStatUpdate5 from ea namespace into tmwa and eathena. | Andrei Karas | 1 | -0/+3 | |
2014-05-12 | Move being action into separate file. | Andrei Karas | 1 | -1/+2 | |
2014-02-02 | Add missing const and static into net classes. | Andrei Karas | 1 | -3/+3 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-10-30 | add support for temporary replace background music on given map by server. | Andrei Karas | 1 | -0/+1 | |