summaryrefslogtreecommitdiff
path: root/src/chatlogger.cpp
AgeCommit message (Expand)AuthorFilesLines
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
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
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
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
2011-11-13Change chat logs dirs format to yyyy-mm/dd/file.log.Andrei Karas1-32/+32
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-0/+204