Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-07-01 | Change the wrong, but mostly supported WIN32 macro to the correct _WIN32 | Fedja Beader | 1 | -1/+1 | |
ManaPlus was apparently forked before Mana 8954a7ca0f70bbf1. However, running a bulk sed replace was easier than cherry-picking, resolving 14 years of conflicts and then still having to do a bulk sed to catch the rest. Special thanks to Meway (for attempting to build on windows) and Bjorn (for pointing to that commit) **** mana/verse!211 | |||||
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 | -7/+7 | |
2018-04-02 | Add some missing brackets in macroses. | Andrei Karas | 1 | -1/+1 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-27 | Remove default parameters from configuration. | Andrei Karas | 1 | -2/+6 | |
2017-08-31 | Add default values for per server settings in setup tabs. | Andrei Karas | 1 | -0/+1 | |
2017-08-31 | Improve setting default values for configuration objects. | Andrei Karas | 1 | -2/+2 | |
2017-08-21 | Change useless if conditions. | Andrei Karas | 1 | -2/+3 | |
2017-08-14 | Replace static members usage from pointers to direct classes. | Andrei Karas | 1 | -1/+1 | |
clang-tidy warning: readability-static-accessed-through-instance | |||||
2017-06-30 | Remove extra includes from headers. | Andrei Karas | 1 | -0/+1 | |
2017-06-08 | Replace size() to empty() where is possible | Andrei Karas | 1 | -2/+2 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -7/+7 | |
2017-04-03 | Remove another extra include. | Andrei Karas | 1 | -2/+0 | |
2017-04-03 | Replace string::append with pathJoin. | Andrei Karas | 1 | -12/+5 | |
2017-04-03 | Use pathJoin for concatinate some paths. | Andrei Karas | 1 | -1/+1 | |
2017-03-28 | Join fs/virfs.h and fs/virtfs/virtfs.h | Andrei Karas | 1 | -1/+2 | |
2017-03-10 | Dont try backup not existing config.xml | Andrei Karas | 1 | -0/+6 | |
2017-03-09 | Remove extra includes. | Andrei Karas | 1 | -1/+0 | |
2017-03-08 | Use special name for main configuration file in unit tests. | Andrei Karas | 1 | -0/+5 | |
2017-03-08 | Fix assert in creation default main configuration file. | Andrei Karas | 1 | -1/+7 | |
2017-03-07 | Fix unit tests on windows. | Andrei Karas | 1 | -1/+1 | |
2017-03-07 | Fix tests after last changes. | Andrei Karas | 1 | -0/+6 | |
2017-03-06 | Show asserts if any errors happened with fopen. | Andrei Karas | 1 | -1/+7 | |
2017-02-21 | Move other fs related files into fs directory. | Andrei Karas | 1 | -3/+3 | |
2017-02-21 | Move virt fs related files into fs directory. | Andrei Karas | 1 | -1/+2 | |
2017-02-16 | Show log path in console at start. | Andrei Karas | 1 | -1/+1 | |
Also fix configuration path logging. | |||||
2017-02-10 | Rename physfstools into virtfs. | Andrei Karas | 1 | -1/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-12-10 | Fix some issues without C++11 flags. | Andrei Karas | 1 | -2/+2 | |
2016-12-10 | Fix some issues found by automatic checks. | Andrei Karas | 1 | -2/+2 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -14/+22 | |
2016-07-21 | Set sync player move distance by default to 5. | Andrei Karas | 1 | -1/+3 | |
2016-06-16 | Check is disk ok before backuping configs. | Andrei Karas | 1 | -2/+24 | |
And if test copy error happend, terminate application with error message. | |||||
2016-04-23 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2016-04-21 | Add option for enable/disable remote commands. | Andrei Karas | 1 | -9/+11 | |
In tmw remote commands disabled by default. | |||||
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -12/+12 | |
2016-01-14 | For safe mode in nacl reset only OpenGL mode. | Andrei Karas | 1 | -1/+25 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-11-18 | Fix code style in configmanager. | Andrei Karas | 1 | -3/+7 | |
2015-09-05 | Add option for enable manamarket intergration and support /mail command. ↵ | Andrei Karas | 1 | -0/+10 | |
(for tmw only). But because bot limitation, only some players can send mails. | |||||
2015-05-07 | Remove bot checker window. | Andrei Karas | 1 | -1/+5 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-12-08 | Umassign default value for attack key. | Andrei Karas | 1 | -1/+10 | |
2014-12-05 | fix code style. | Andrei Karas | 1 | -2/+0 | |
2014-12-01 | Unassign direction change keys. | Andrei Karas | 1 | -1/+21 | |
2014-10-06 | Disable lazy scrolling by default. | Andrei Karas | 1 | -1/+3 | |
2014-07-17 | For old configuration restore move to target distance to attack range. | Andrei Karas | 1 | -0/+3 | |