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-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -3/+3 | |
2018-10-29 | Fix code style.s20181102 | Andrei Karas | 1 | -3/+3 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-09-07 | Fix possible thread structure memory leak on SDL2 if thread terminated ↵ | Andrei Karas | 1 | -5/+2 | |
before cleanup. | |||||
2017-06-30 | Remove extra includes from headers. | Andrei Karas | 1 | -0/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -10/+10 | |
2017-06-04 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-11-04 | Fix some defines/includes, because in some systems it may works wrong. | Andrei Karas | 1 | -1/+1 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -3/+4 | |
2016-05-31 | Fix different include issues. | Andrei Karas | 1 | -0/+4 | |
2016-03-12 | Add missing include into network.cpp. | Andrei Karas | 1 | -0/+2 | |
2016-03-11 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -7/+7 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-09-04 | Fix compilation with some flags. | Andrei Karas | 1 | -0/+2 | |
2015-09-04 | Remove some useless includes. | Andrei Karas | 1 | -2/+0 | |
2015-09-01 | Fix compilation warning. | Andrei Karas | 1 | -0/+2 | |
2015-09-01 | Add ability to log received packet names to log file. | Andrei Karas | 1 | -2/+5 | |
Also add arrays with id to package info mapping for inbound packets. | |||||
2015-06-06 | Fix code style. | Andrei Karas | 1 | -0/+2 | |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -2/+0 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-09-17 | Disable logging sent bytes count. | Andrei Karas | 1 | -0/+2 | |
2014-09-17 | add support for ignore packets logging. | Andrei Karas | 1 | -1/+5 | |
Option for coma separated packet ids added in misc tab. | |||||
2014-09-06 | add ability to delay network messages dispatch. | Andrei Karas | 1 | -1/+2 | |
2014-05-08 | Fix code style in net. | Andrei Karas | 1 | -5/+10 | |
2014-05-01 | Add missing const. | Andrei Karas | 1 | -1/+1 | |
2014-03-06 | improve a bit different code. | Andrei Karas | 1 | -1/+3 | |
2014-01-14 | Use thread safe logging in threads. | Andrei Karas | 1 | -8/+8 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-10-19 | add missing break in network. | Andrei Karas | 1 | -1/+2 | |
also fix function pointer. | |||||
2013-10-08 | split network mutexe into read and write mutexes. | Andrei Karas | 1 | -11/+15 | |
2013-10-08 | remove unused system headers. | Andrei Karas | 1 | -1/+0 | |
also remplace legacy headers. | |||||
2013-09-19 | add some more consts. | Andrei Karas | 1 | -1/+1 | |
2013-09-15 | remove unused includes from net directory. | Andrei Karas | 1 | -4/+0 | |
2013-08-24 | move threads creation into sdl helper. | Andrei Karas | 1 | -5/+2 | |
2013-08-24 | first part of fixes for compilation with SDL2 | Andrei Karas | 1 | -0/+4 | |
2013-06-30 | Add ability to open support page if error happend. | Andrei Karas | 1 | -1/+1 | |
2013-06-28 | Revert "Show disconnection error if disconnected from server." | Andrei Karas | 1 | -1/+0 | |
This reverts commit 29099e5159ff042b1039ca2382c478b3f8016c1b. Probably it can trigger error in normal case. | |||||
2013-06-28 | Show disconnection error if disconnected from server. | Andrei Karas | 1 | -0/+1 | |
2013-06-20 | Add more profiler labels. | Andrei Karas | 1 | -0/+2 | |
2013-06-01 | Add alternate host name to servers list. | Andrei Karas | 1 | -7/+13 | |
First try will be by hostname, if it failed in name resolution will be used alt host name This allow connect to server with static ip address even if dns is broken. | |||||
2013-05-03 | add comments for translators. | Andrei Karas | 1 | -0/+3 | |
2013-04-25 | fix some code style by cpplint. | Andrei Karas | 1 | -2/+0 | |
2013-04-20 | fix style in net directory. | Andrei Karas | 1 | -0/+2 | |
2013-04-12 | Fix code style and other small issues. | Andrei Karas | 1 | -2/+2 | |