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-02-15 | Remove unused channel parameter from talk methods.s20180215 | Andrei Karas | 1 | -6/+4 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
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 | -1/+1 | |
2017-05-02 | Remove extra includes. | Andrei Karas | 1 | -2/+0 | |
2017-05-01 | Remove ServerFeatures haveServerIgnore because it was used only in tmwa. | Andrei Karas | 1 | -8/+0 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-12-10 | Fix some issues found by automatic checks. | Andrei Karas | 1 | -3/+3 | |
2016-06-09 | Dont send packet CMSG_WHO_REQUEST on unsupported tmwa versions. | Andrei Karas | 1 | -0/+3 | |
2016-04-14 | For tmwa server version >= 0x100408 not send nick in chat message. | Andrei Karas | 1 | -6/+17 | |
2016-02-25 | Replace direct gm commands to gm command functions. | Andrei Karas | 1 | -1/+2 | |
2016-02-20 | Add some more missing consts. | Andrei Karas | 1 | -1/+1 | |
2016-02-20 | Add missing const in net directory. | Andrei Karas | 1 | -4/+4 | |
2016-02-08 | Improve some empty string checks. | Andrei Karas | 1 | -2/+2 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -11/+11 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-14 | Move chatconsts into const directory. | Andrei Karas | 1 | -1/+1 | |
2015-09-09 | Remove virtual method call from MessageOut constructor. | Andrei Karas | 1 | -2/+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 | -1/+0 | |
2015-09-02 | Remove MessageHandler class | Andrei Karas | 1 | -59/+0 | |
2015-08-29 | Fix code style. | Andrei Karas | 1 | -11/+2 | |
2015-08-25 | Move receive code from chathandler into separate file. | Andrei Karas | 1 | -361/+12 | |
2015-08-23 | Change protocol version to 5. Add packet SMSG_SCRIPT_MESSAGE (tmwa). | Andrei Karas | 1 | -0/+13 | |
2015-06-20 | Remove unused old evol packets from tmwa namespace. | Andrei Karas | 1 | -81/+17 | |
2015-06-15 | Fix code style. | Andrei Karas | 1 | -0/+1 | |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -4/+0 | |
2015-05-29 | Add strong typed int type BeingId. | Andrei Karas | 1 | -1/+1 | |
2015-05-24 | From ChatTab::chatLog removed default parameter for message owner type. | Andrei Karas | 1 | -1/+1 | |
2015-05-24 | Add strong typed bool type TryRemoveColors. | Andrei Karas | 1 | -3/+3 | |
2015-05-24 | Add strong typed bool type IgnoreRecord. | Andrei Karas | 1 | -5/+14 | |
2015-05-10 | Move guildmanager into net/tmwa directory. | Andrei Karas | 1 | -1/+1 | |
2015-04-04 | Show unimplimented packet debug message on each unsupported packets parameters. | Andrei Karas | 1 | -1/+1 | |
2015-03-29 | eathena: add packet CMSG_KICK_FROM_CHAT_ROOM 0x00e2. | Andrei Karas | 1 | -0/+4 | |
2015-03-29 | eathena: add packet CMSG_SET_CHAT_ROOM_OWNER 0x00e0. | Andrei Karas | 1 | -0/+4 | |
2015-03-29 | eathena: add packet CMSG_SET_CHAT_ROOM_OPTIONS 0x00de. | Andrei Karas | 1 | -0/+7 | |
2015-03-28 | eathena: add packet CMSG_LEAVE_CHAT_ROOM 0x00e3. | Andrei Karas | 1 | -0/+4 | |
2015-03-10 | Rename packet SMSG_MVP into SMSG_MVP_EFFECT. | Andrei Karas | 1 | -3/+3 | |
2015-02-16 | Move talkPet from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+8 | |
2015-02-16 | Move processBeingChat from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+79 | |
2015-02-16 | Move processWhisperContinue from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -1/+126 | |
2015-01-14 | Add support for #gm channel for gm tab. | Andrei Karas | 1 | -0/+2 | |
In legacy servers it will use @wgm as before. | |||||
2015-01-14 | For trade tab use channel to send messages. | Andrei Karas | 1 | -2/+6 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-12-03 | eathena: add packet CMSG_CHAT_PART_CHANNEL 0x0b09. | Andrei Karas | 1 | -0/+4 | |