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 | -3/+2 | |
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-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-08-29 | Use time_t for time values. | Andrei Karas | 1 | -1/+1 | |
2016-02-20 | Add missing const in net directory. | Andrei Karas | 1 | -1/+1 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-08-29 | Fix code style. | Andrei Karas | 1 | -14/+0 | |
2015-08-25 | Move receive code from chathandler into separate file. | Andrei Karas | 1 | -149/+10 | |
2015-06-30 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2015-06-29 | Move notifytypes.h into enums directory. | Andrei Karas | 1 | -2/+2 | |
2015-05-29 | Add strong typed int type BeingId. | Andrei Karas | 1 | -1/+1 | |
2015-04-04 | Show unimplimented packet debug message on each unsupported packets parameters. | Andrei Karas | 1 | -6/+3 | |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -6/+0 | |
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 | -8/+0 | |
2015-02-16 | Move processBeingChat from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -79/+0 | |
2015-02-16 | Move processWhisperContinue from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -123/+0 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-10-17 | Add static in chathandler. | Andrei Karas | 1 | -10/+17 | |
2014-10-13 | eathena: show error for non existing channel in channel tab. | Andrei Karas | 1 | -1/+16 | |
2014-10-12 | Move GmTab into chat subdir. | Andrei Karas | 1 | -1/+1 | |
2014-09-26 | Fix code style. | Andrei Karas | 1 | -1/+0 | |
2014-09-17 | Remove getter for serverFeatures. | Andrei Karas | 1 | -1/+1 | |
2014-09-16 | Remove unused externs | Andrei Karas | 1 | -2/+0 | |
2014-09-16 | Add server feature haveIncompleteChatMessages. | Andrei Karas | 1 | -1/+3 | |
2014-09-10 | Change format in ActorType enum. | Andrei Karas | 1 | -2/+2 | |
2014-09-07 | Remove unused includes. | Andrei Karas | 1 | -1/+1 | |
2014-09-07 | Add missing whisper error status. | Andrei Karas | 1 | -0/+10 | |
2014-09-07 | Move processWhisperResponse from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -8/+0 | |
2014-09-07 | split processWhisperResponse into two functions with net code and without. | Andrei Karas | 1 | -1/+6 | |
2014-09-07 | Move processWhisper from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -15/+0 | |
2014-09-07 | separate processWhisper into two functions. With netcode and without. | Andrei Karas | 1 | -1/+6 | |
2014-09-06 | add packet comments in chathandler. | Andrei Karas | 1 | -12/+12 | |
2014-09-06 | Move processChat from ea namespace into tmwa and eathena. | Andrei Karas | 1 | -74/+0 | |
2014-08-30 | Remove additional parameters from processChat function. | Andrei Karas | 1 | -2/+4 | |
2014-08-30 | Remove additional parameters from processBeingChat function. | Andrei Karas | 1 | -2/+4 | |
2014-07-30 | Rename player_node variable into localPlayer. | Andrei Karas | 1 | -2/+2 | |
2014-07-14 | Rename readInt8 into readUInt8 because it really read uint8_t. | Andrei Karas | 1 | -9/+9 | |
2014-06-07 | fix code style. | Andrei Karas | 1 | -9/+10 | |
2014-05-18 | fix code style. | Andrei Karas | 1 | -4/+6 | |
2014-05-16 | Move chatmsgtype into separate file. | Andrei Karas | 1 | -5/+5 | |
2014-05-13 | Move actor type into separate file. | Andrei Karas | 1 | -2/+2 | |
2014-03-16 | fix profiler labels. | Andrei Karas | 1 | -0/+1 | |
2014-02-20 | improve includes. | Andrei Karas | 1 | -0/+2 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |