summaryrefslogtreecommitdiff
path: root/src/net/tmwa/generalhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-06-25Split #include "utils/performance.h" out of localconsts.hFedja Beader1-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-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader1-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-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-05-14Add packet CMSG_REFINE_ADD_ITEM 0x0aa1Andrei Karas1-0/+3
2019-04-08Add separate auto move sync distance for legacy serversAndrei Karas1-1/+0
2019-03-21Possible fix for desync in movingAndrei Karas1-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-25Add packet CMSG_NPC_BARTER_CLOSE 0x0b12Andrei Karas1-0/+3
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-41/+41
2018-09-26Add packet CMSG_ACHIEVEMENT_GET_REWARD 0x0a25.Andrei Karas1-0/+3
2018-05-22Show used general handler type in log.Andrei Karas1-0/+1
2018-04-17Add empty attendance handler.Andrei Karas1-0/+3
2018-02-09Impliment packet CMSG_CLAN_MESSAGE 0x098d.Andrei Karas1-0/+3
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-2/+2
clang-tidy warning: readability-static-accessed-through-instance
2017-08-10Add empty mail2handler.Andrei Karas1-0/+3
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+35
2017-06-30Remove extra includes again.Andrei Karas1-1/+0
2017-06-30Remove extra includes from headers.Andrei Karas1-0/+1
2017-06-09Fix code style.Andrei Karas1-2/+0
2017-06-08Remove useless extern declarations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-6/+6
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-17Remove extra include.Andrei Karas1-1/+0
2016-09-17Remove ea/guildhandler and ea/guildrecv. Because guilds not works in legacy ↵Andrei Karas1-4/+0
server anymore.
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-6/+0
Now eathena like support enabled always.
2016-07-26Add tabs for stats in status window.Andrei Karas1-6/+0
2016-06-30Move extended stats from status window into stats.xml too.s20160630Andrei Karas1-30/+1
Also add reports about failed stats loading.
2016-06-30Remove basic attributes usage from generalhandler and move to statuswindow ↵Andrei Karas1-18/+2
and statdb.
2016-06-30Move basic skill definition fro net into statdb.Andrei Karas1-19/+0
2016-06-30Add statdb. Move to statdb server related stats list.Andrei Karas1-1/+2
2016-02-20Add some more missing consts.Andrei Karas1-4/+4
2016-02-20Add missing const in net directory.Andrei Karas1-4/+4
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-6/+6
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-16Convert State enum into strong typed.Andrei Karas1-1/+1
2015-09-04Remove some useless includes.Andrei Karas1-3/+0
2015-09-02Remove MessageHandler classAndrei Karas1-24/+1
2015-09-02Remove mNetwork field from MessageHandlersAndrei Karas1-50/+15
2015-09-02Remove variable mMessageHandlers from network code.Andrei Karas1-4/+2
2015-08-26Move receive code from generalhandler into separate file.Andrei Karas1-48/+3
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-28Remove support for split button from inventory.Andrei Karas1-2/+0
In all supported servers this button is useless.
2015-05-28Add strong typed bool type Visible.Andrei Karas1-1/+1
2015-05-06Add strong typed bool type Modifiable.Andrei Karas1-6/+11
2015-03-22eathena: possible fix for sending login packets.Andrei Karas1-0/+8
2015-03-18Add empty roulettehandler.Andrei Karas1-0/+2
2015-03-17Add empty battlegroundhandler.Andrei Karas1-0/+3
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-03-13fix code style.Andrei Karas1-13/+16