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