Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-06-25 | Split #include "utils/performance.h" out of localconsts.h | Fedja Beader | 1 | -0/+1 | |
only about 160 out of 1500 files that include localconsts.h need to include performance.h Saves 12% from compile times (with profiler ON) and 0.1% with profiler OFF. **** mana/plus!189 | |||||
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-05-14 | Add packet CMSG_REFINE_ADD_ITEM 0x0aa1 | Andrei Karas | 1 | -0/+3 | |
2019-04-08 | Add separate auto move sync distance for legacy servers | Andrei Karas | 1 | -1/+0 | |
2019-03-21 | Possible fix for desync in moving | Andrei Karas | 1 | -1/+1 | |
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-25 | Add packet CMSG_NPC_BARTER_CLOSE 0x0b12 | Andrei Karas | 1 | -0/+3 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -41/+41 | |
2018-09-26 | Add packet CMSG_ACHIEVEMENT_GET_REWARD 0x0a25. | Andrei Karas | 1 | -0/+3 | |
2018-05-22 | Show used general handler type in log. | Andrei Karas | 1 | -0/+1 | |
2018-04-17 | Add empty attendance handler. | Andrei Karas | 1 | -0/+3 | |
2018-02-09 | Impliment packet CMSG_CLAN_MESSAGE 0x098d. | Andrei Karas | 1 | -0/+3 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-08-14 | Replace static members usage from pointers to direct classes. | Andrei Karas | 1 | -2/+2 | |
clang-tidy warning: readability-static-accessed-through-instance | |||||
2017-08-10 | Add empty mail2handler. | Andrei Karas | 1 | -0/+3 | |
2017-08-03 | Remove network handlers in general handler was deleted. | Andrei Karas | 1 | -0/+35 | |
2017-06-30 | Remove extra includes again. | Andrei Karas | 1 | -1/+0 | |
2017-06-30 | Remove extra includes from headers. | Andrei Karas | 1 | -0/+1 | |
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 | -6/+6 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-09-17 | Remove extra include. | Andrei Karas | 1 | -1/+0 | |
2016-09-17 | Remove ea/guildhandler and ea/guildrecv. Because guilds not works in legacy ↵ | Andrei Karas | 1 | -4/+0 | |
server anymore. | |||||
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 1 | -6/+0 | |
Now eathena like support enabled always. | |||||
2016-07-26 | Add tabs for stats in status window. | Andrei Karas | 1 | -6/+0 | |
2016-06-30 | Move extended stats from status window into stats.xml too.s20160630 | Andrei Karas | 1 | -30/+1 | |
Also add reports about failed stats loading. | |||||
2016-06-30 | Remove basic attributes usage from generalhandler and move to statuswindow ↵ | Andrei Karas | 1 | -18/+2 | |
and statdb. | |||||
2016-06-30 | Move basic skill definition fro net into statdb. | Andrei Karas | 1 | -19/+0 | |
2016-06-30 | Add statdb. Move to statdb server related stats list. | Andrei Karas | 1 | -1/+2 | |
2016-02-20 | Add some more missing consts. | Andrei Karas | 1 | -4/+4 | |
2016-02-20 | Add missing const in net directory. | Andrei Karas | 1 | -4/+4 | |
2016-01-04 | Add missing TRANSLATORS comments to translation strings. | Andrei Karas | 1 | -6/+6 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-11-16 | Convert State enum into strong typed. | 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 | -24/+1 | |
2015-09-02 | Remove mNetwork field from MessageHandlers | Andrei Karas | 1 | -50/+15 | |
2015-09-02 | Remove variable mMessageHandlers from network code. | Andrei Karas | 1 | -4/+2 | |
2015-08-26 | Move receive code from generalhandler into separate file. | Andrei Karas | 1 | -48/+3 | |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2015-05-28 | Remove support for split button from inventory. | Andrei Karas | 1 | -2/+0 | |
In all supported servers this button is useless. | |||||
2015-05-28 | Add strong typed bool type Visible. | Andrei Karas | 1 | -1/+1 | |
2015-05-06 | Add strong typed bool type Modifiable. | Andrei Karas | 1 | -6/+11 | |
2015-03-22 | eathena: possible fix for sending login packets. | Andrei Karas | 1 | -0/+8 | |
2015-03-18 | Add empty roulettehandler. | Andrei Karas | 1 | -0/+2 | |
2015-03-17 | Add empty battlegroundhandler. | Andrei Karas | 1 | -0/+3 | |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -2/+0 | |
2015-03-13 | fix code style. | Andrei Karas | 1 | -13/+16 | |