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-03-21 | Possible fix for desync in moving | Andrei Karas | 1 | -2/+2 | |
Handle player stop packet always. Check desync always if tile changed client side. Check desync always if server move response packet received. Removed unused configuration option. | |||||
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-08-22 | Move requestCheckName from BeingHandler into Mail2Handler. | Andrei Karas | 1 | -4/+0 | |
2017-08-11 | Add packet CMSG_CHECK_NAME 0x0a13. | Andrei Karas | 1 | -0/+4 | |
2017-08-03 | Remove network handlers in general handler was deleted. | Andrei Karas | 1 | -0/+5 | |
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 | -1/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 1 | -2/+0 | |
Now eathena like support enabled always. | |||||
2016-06-21 | In Being split setSpriteId into setSpriteId and unSetSprite. | Andrei Karas | 1 | -10/+5 | |
2016-06-21 | Split in Being setSprite into setSprite and setSpriteId. | Andrei Karas | 1 | -20/+10 | |
2016-06-21 | Split Being::setSprite into Being::setSprite and Being::setSpriteCards. | Andrei Karas | 1 | -10/+5 | |
2016-06-20 | Add explicit keyword into CardsList. | Andrei Karas | 1 | -5/+5 | |
2016-06-08 | Simplify set weapon sprite. | Andrei Karas | 1 | -5/+0 | |
2016-06-08 | Add setTempSprite method into Being. | Andrei Karas | 1 | -5/+0 | |
2016-06-08 | Remove default value from parameter cards in Being->setSprite. | Andrei Karas | 1 | -5/+10 | |
2016-06-08 | Remove default value from parameter isItemSprite in Being->setSprite. | Andrei Karas | 1 | -5/+10 | |
2016-06-08 | Remove default value from parameter isWeapon in Being->setSprite. | Andrei Karas | 1 | -5/+10 | |
2016-06-08 | Remove default value from parameter colorId in Being->setSprite. | Andrei Karas | 1 | -6/+20 | |
2016-06-08 | Remove default value from parameter color in Being->setSprite. | Andrei Karas | 1 | -5/+5 | |
2016-03-05 | Remove outdated serverVersion checks from tmwa net code. | Andrei Karas | 1 | -1/+0 | |
2016-02-20 | Add missing const in net directory. | Andrei Karas | 1 | -2/+2 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-09-10 | Impliment packets CMSG_SOLVE_CHAR_NAME and SMSG_SOLVE_CHAR_NAME. | Andrei Karas | 1 | -0/+4 | |
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 | -3/+0 | |
2015-09-02 | Remove MessageHandler class | Andrei Karas | 1 | -166/+0 | |
2015-08-29 | Fix code style. | Andrei Karas | 1 | -24/+0 | |
2015-08-24 | Rename being receive handler into beingrecv. | Andrei Karas | 1 | -31/+31 | |
2015-08-24 | Move receive code from beinghandler into separate file. | Andrei Karas | 1 | -1356/+32 | |
2015-08-17 | Remove some mode outdated color related code from tmwa. | Andrei Karas | 1 | -11/+11 | |
2015-08-16 | Add strong typed int for item color. | Andrei Karas | 1 | -23/+27 | |
2015-06-25 | Add missing checks into net directory. | Andrei Karas | 1 | -0/+6 | |
2015-06-20 | Fix compilation warnings. | Andrei Karas | 1 | -21/+3 | |
2015-06-20 | Remove from tmwa namespace checks for haveItemColors. | Andrei Karas | 1 | -43/+10 | |
2015-06-20 | Remove unused old evol packets from tmwa namespace. | Andrei Karas | 1 | -5/+0 | |
2015-06-20 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2015-06-16 | Add team id into beings cache. | Andrei Karas | 1 | -0/+1 | |
2015-06-16 | Set being team id from packet SMSG_PVP_SET (tmwa) | Andrei Karas | 1 | -1/+8 | |
2015-06-16 | Move processPvpSet from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+15 | |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -4/+8 | |
2015-05-30 | Convert Rank enum into strong typed enum. | Andrei Karas | 1 | -1/+1 | |
2015-05-29 | Use BeingTypeId in Being for subtypeid. | Andrei Karas | 1 | -6/+6 | |
2015-05-29 | Add strong typed int type BeingId. | Andrei Karas | 1 | -31/+31 | |
2015-05-10 | Move guildmanager into net/tmwa directory. | Andrei Karas | 1 | -1/+1 | |
2015-05-06 | Add strong typed bool type Enable. | Andrei Karas | 1 | -1/+2 | |