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 | -2/+2 | |
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 | |
2020-05-11 | Remove useless struct keyword | Andrei Karas | 1 | -1/+1 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-02-17 | Remove extra includes. | Andrei Karas | 1 | -1/+0 | |
2018-02-16 | Replace file type from stream to FILE in logger. | Andrei Karas | 1 | -1/+2 | |
This will allow log data from C libs. | |||||
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-06-29 | Move cast macroses into separate file. | Andrei Karas | 1 | -4/+6 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -2/+2 | |
2017-04-14 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2017-04-03 | Use pathJoin for concatinate some paths. | Andrei Karas | 1 | -4/+3 | |
2017-03-28 | Join fs/virfs.h and fs/virtfs/virtfs.h | Andrei Karas | 1 | -1/+2 | |
2017-02-21 | Move other fs related files into fs directory. | Andrei Karas | 1 | -2/+1 | |
2017-02-21 | Move virt fs related files into fs directory. | Andrei Karas | 1 | -1/+3 | |
2017-02-10 | Rename physfstools into virtfs. | Andrei Karas | 1 | -1/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -1/+1 | |
2016-02-08 | Improve some empty string checks. | Andrei Karas | 1 | -2/+2 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -1/+1 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-11-18 | Fix code style in chatlogger. | Andrei Karas | 1 | -16/+30 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-05-29 | Move variables definition into each file with class definition. | Andrei Karas | 1 | -0/+2 | |
2014-04-30 | Fix code style in other files. | Andrei Karas | 1 | -2/+2 | |
2014-02-02 | Add missing const and static into other classes. | Andrei Karas | 1 | -2/+3 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-09-16 | remove unused includes from particles and some other files. | Andrei Karas | 1 | -1/+0 | |
2013-09-13 | fix code style. | Andrei Karas | 1 | -0/+1 | |
2013-09-09 | remove useless includes from some files. | Andrei Karas | 1 | -5/+0 | |
2013-04-21 | fix code style and some other fixes after auto checks. | Andrei Karas | 1 | -1/+2 | |
2013-04-20 | fix style in other files. | Andrei Karas | 1 | -4/+5 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -1/+1 | |
2013-02-24 | Improve string usage in some files. | Andrei Karas | 1 | -3/+4 | |
2013-02-22 | Add const and some other minor changes in chatlogger and client classes. | Andrei Karas | 1 | -14/+15 | |
2013-02-21 | Improve physfs calls to get dir separator. | Andrei Karas | 1 | -7/+2 | |
2013-02-18 | move most direct calls to physfs to separate file. | Andrei Karas | 1 | -4/+3 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-12-25 | Improve empty strings manipulation. | Andrei Karas | 1 | -3/+3 | |
2012-09-04 | add const to more classes, | Andrei Karas | 1 | -1/+0 | |
fix other small style issues. | |||||
2012-08-25 | Add const to other classes. | Andrei Karas | 1 | -3/+3 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -1/+0 | |
2012-08-21 | next code style changes. | Andrei Karas | 1 | -1/+1 | |
2012-08-17 | Improve size calculations. | Andrei Karas | 1 | -1/+6 | |
2012-02-24 | Fix GPL license. | Andrei Karas | 1 | -2/+1 | |
Add missing manaplus copyright. | |||||
2012-02-15 | Replace some hardcoded dir separator to physfs. | Andrei Karas | 1 | -2/+10 | |
2012-01-30 | Clear char logger on server disconnect. | Andrei Karas | 1 | -1/+7 | |
2012-01-20 | Add char '#' as allowed in file names in chat logger. | Andrei Karas | 1 | -1/+2 | |
2012-01-14 | Fix name checking in chat logger. | Andrei Karas | 1 | -2/+3 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |