summaryrefslogtreecommitdiff
path: root/src/logger.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-08some more renamingrename_and_cleanupjak11-4/+4
2023-01-08added manaverse' copyright line to src/jak11-0/+1
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
2020-05-07Fix code style after merged switch port codeAndrei Karas1-1/+1
2020-04-22switch: first commitcpasjuste1-0/+4
2020-02-23Fix some code style issuesAndrei Karas1-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-05-22Log libcurl errors into manaplus.logAndrei Karas1-0/+5
2018-02-16Add flush in logger for improve log saving.Andrei Karas1-0/+5
2018-02-16Replace file type from stream to FILE in logger.Andrei Karas1-64/+111
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-09-18Redirect logging to file after log file opened.s20170918Andrei Karas1-0/+5
2017-09-15If critical error happened, show message box (SDL2)Andrei Karas1-0/+18
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-06-30Remove extra includes from headers.Andrei Karas1-0/+1
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-27Fix flushing log data from non main thread.Andrei Karas1-2/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-2/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-11-11Fix typo implimented -> implemented.Andrei Karas1-7/+7
2016-09-23Add missing comments into defines.Andrei Karas1-7/+11
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-2/+4
2016-04-30Rename Logger::assert into Logger::assertLog for this issue with some systems.Andrei Karas1-1/+1
2016-04-30Extend assert reporting functions with condition text and call stack.Andrei Karas1-0/+39
2016-03-26Fix code style.Andrei Karas1-1/+1
2016-03-22Show hex packet id in for wrong packet sizes.Andrei Karas1-1/+2
2016-03-18Fix typos.Andrei Karas1-1/+1
2016-03-15Show info about wrong packet size in chat if enabled show unimplimentaed pack...Andrei Karas1-0/+16
2016-03-10For unknown packet field values show packet id and field value.Andrei Karas1-1/+17
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-9/+9
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-15Enable writing to android or nacl log if enabled debug log in settings.Andrei Karas1-2/+16
2015-12-02Flush log writes in nacl after each log write.Andrei Karas1-0/+3
2015-12-01Add support for logging in nacl to console.Andrei Karas1-0/+3
2015-12-01Rename LOG_ANDROID into SPECIALLOG.Andrei Karas1-9/+9
2015-06-06Fix code style.Andrei Karas1-0/+2
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-03-13fix code style.Andrei Karas1-1/+1
2015-03-10Improve reporting string about unimplimented packets.Andrei Karas1-1/+2
2015-03-10Add option in settings to enable/disable logging unimplimented packets.Andrei Karas1-1/+5
2015-03-10Add UNIMPLIMENTEDPACKET macroAndrei Karas1-0/+11
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-11-24Add option to disable logging for better performance while connected to server.Andrei Karas1-0/+11
2014-09-06In debug packets logging also display offset.Andrei Karas1-5/+31
2014-08-31Improve packets logging speed.Andrei Karas1-0/+31
2014-08-28Removed unused includes.Andrei Karas1-2/+1
2014-05-08Fix code style in other files.Andrei Karas1-2/+2
2014-02-20improve includes.Andrei Karas1-1/+2
2014-01-14fix thread safe logging.Andrei Karas1-0/+1
2014-01-14add support for thread safe writing to log.Andrei Karas1-0/+58