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-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-01-08 | Add function for return current npc dialog. | Andrei Karas | 1 | -0/+5 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-08-29 | Fix code style. | Andrei Karas | 1 | -8/+0 | |
2015-08-27 | Move receive code from npchandler into separate file. | Andrei Karas | 1 | -178/+4 | |
2015-08-21 | Add support for send item indexes to server. Change protocol version to 11. | Andrei Karas | 1 | -0/+9 | |
2015-05-29 | Add strong typed int type BeingTypeId. | Andrei Karas | 1 | -1/+1 | |
2015-05-29 | Add strong typed int type BeingId. | Andrei Karas | 1 | -7/+7 | |
2015-04-04 | Show unimplimented packet debug message on each unsupported packets parameters. | Andrei Karas | 1 | -1/+1 | |
2015-02-24 | Read whole bytes from packet SMSG_NPC_COMMAND. | Andrei Karas | 1 | -11/+7 | |
2015-02-02 | Restore camera position after force closed npc dialog. | Andrei Karas | 1 | -0/+2 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-11-30 | eathena: add packet SMSG_NPC_CHANGETITLE 0x0b06. | Andrei Karas | 1 | -0/+9 | |
2014-11-15 | eathena: add packet SMSG_NPC_COMMAND 0x0B00. | Andrei Karas | 1 | -0/+87 | |
2014-10-23 | Remove unused functions startShopping and endShopping from npchandler. | Andrei Karas | 1 | -8/+0 | |
2014-10-23 | Remove unused function sendLetter from npchandler. | Andrei Karas | 1 | -6/+0 | |
2014-10-23 | Add packet fields comments in npchandler. | Andrei Karas | 1 | -3/+4 | |
2014-10-17 | Add static in npchandler. | Andrei Karas | 1 | -10/+13 | |
2014-09-12 | fix code style. | Andrei Karas | 1 | -3/+3 | |
2014-09-08 | Remove processLangReuqest. | Andrei Karas | 1 | -9/+10 | |
2014-09-08 | Move processLangReuqest from tmwa namespace into ea. | Andrei Karas | 1 | -0/+9 | |
2014-09-08 | Remove additional parameters from most npchandlers. | Andrei Karas | 1 | -1/+14 | |
2014-02-20 | improve includes. | Andrei Karas | 1 | -0/+2 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-09-30 | move windows classes to windows directory. | Andrei Karas | 1 | -1/+1 | |
2013-06-13 | move npc dialogs array from netcode. | Andrei Karas | 1 | -13/+0 | |
2013-06-12 | remove npc dialog wrapper. | Andrei Karas | 1 | -1/+1 | |
2013-06-03 | Add support for future legacy npc commands. | Andrei Karas | 1 | -3/+5 | |
2013-04-25 | fix some code style by cpplint. | Andrei Karas | 1 | -3/+0 | |
2013-04-20 | fix style in net directory. | Andrei Karas | 1 | -0/+1 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -1/+1 | |
2013-04-10 | improve npchandler class. | Andrei Karas | 1 | -4/+4 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-09-02 | Add const to more classes. | Andrei Karas | 1 | -1/+1 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -3/+0 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-08 | Fix more gcc 4.7 warnings. | Andrei Karas | 1 | -1/+1 | |
2011-07-31 | Extract shared logic from npchandler and playerhandler netcode to ea namespace. | Andrei Karas | 1 | -0/+118 | |