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 | -11/+0 | |
2017-08-11 | Fix added MAIL2 packets limits by packet version and plugin version. | Andrei Karas | 1 | -1/+4 | |
2017-08-11 | Add packet CMSG_CHECK_NAME 0x0a13. | Andrei Karas | 1 | -0/+8 | |
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 | -1/+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 | -2/+2 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-09-12 | Fix some packet sizes for version 20080827. | Andrei Karas | 1 | -0/+10 | |
2016-09-12 | Fix version for packet CMSG_REQUEST_RANKS. | Andrei Karas | 1 | -0/+4 | |
2016-06-21 | In Being split setSpriteId into setSpriteId and unSetSprite. | Andrei Karas | 1 | -30/+15 | |
2016-06-21 | Split in Being setSprite into setSprite and setSpriteId. | Andrei Karas | 1 | -60/+30 | |
2016-06-21 | Split Being::setSprite into Being::setSprite and Being::setSpriteCards. | Andrei Karas | 1 | -30/+15 | |
2016-06-20 | Add explicit keyword into CardsList. | Andrei Karas | 1 | -15/+15 | |
2016-06-08 | Simplify set weapon sprite. | Andrei Karas | 1 | -15/+0 | |
2016-06-08 | Add setTempSprite method into Being. | Andrei Karas | 1 | -15/+0 | |
2016-06-08 | Remove default value from parameter cards in Being->setSprite. | Andrei Karas | 1 | -15/+30 | |
2016-06-08 | Remove default value from parameter isItemSprite in Being->setSprite. | Andrei Karas | 1 | -15/+30 | |
2016-06-08 | Remove default value from parameter isWeapon in Being->setSprite. | Andrei Karas | 1 | -15/+30 | |
2016-06-08 | Remove default value from parameter colorId in Being->setSprite. | Andrei Karas | 1 | -16/+60 | |
2016-06-08 | Remove default value from parameter color in Being->setSprite. | Andrei Karas | 1 | -15/+15 | |
2016-03-06 | Add support for two new equipment slots in hercules. | Andrei Karas | 1 | -0/+2 | |
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 | -1/+1 | |
2016-01-27 | In undress command remove all known slots (hercules). | Andrei Karas | 1 | -0/+8 | |
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/+6 | |
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 | -344/+0 | |
2015-09-02 | Add to packets defines packet handlers. For now unused. | Andrei Karas | 1 | -0/+3 | |
2015-09-01 | Add missing handler for skill cancel packet. | Andrei Karas | 1 | -1/+1 | |
2015-08-29 | Fix code style. | Andrei Karas | 1 | -35/+0 | |
2015-08-24 | Rename being receive handler into beingrecv. | Andrei Karas | 1 | -65/+65 | |
2015-08-24 | Move receive code from beinghandler into separate file. | Andrei Karas | 1 | -1661/+66 | |
2015-08-22 | Impliment packet SMSG_SKILL_AUTO_CAST. | Andrei Karas | 1 | -6/+11 | |
2015-08-17 | Fix colors on equipment. | Andrei Karas | 1 | -26/+13 | |
2015-08-16 | In all places try get item color from ItemColorManager. | Andrei Karas | 1 | -3/+5 | |
2015-08-16 | Add strong typed int for item color. | Andrei Karas | 1 | -24/+26 | |
2015-08-14 | fix code style. | Andrei Karas | 1 | -4/+1 | |
2015-08-13 | Add support for load all item slots with cards in char selection dialog ↵ | Andrei Karas | 1 | -19/+57 | |
(hercules). Also removed some outdated evol color code. | |||||
2015-08-12 | Send equipped cards to function processBeingChangeLookContinue. | Andrei Karas | 1 | -4/+8 | |
2015-08-12 | With equipped items read cards (hercules). | Andrei Karas | 1 | -0/+28 | |
Changed client version to 9. | |||||
2015-07-21 | Add missing checks and non null attributes. | Andrei Karas | 1 | -3/+4 | |
2015-06-29 | Move notifytypes.h into enums directory. | Andrei Karas | 1 | -2/+2 | |