summaryrefslogtreecommitdiff
path: root/src/logger.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-05-22Log libcurl errors into manaplus.logAndrei Karas1-0/+2
2018-02-17Remove extra includes.Andrei Karas1-1/+0
2018-02-16Replace file type from stream to FILE in logger.Andrei Karas1-2/+5
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-07-13Add vector.h for use different vectors.Andrei Karas1-1/+2
2017-06-30Remove extra includes from headers.Andrei Karas1-2/+0
2017-06-29Move cast macroses into separate file.Andrei Karas1-0/+2
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-3/+3
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+3
2017-02-07Remove extra include SDL_stdinc.h.Andrei Karas1-11/+0
2017-02-07Fix compilation with SDL2.Andrei Karas1-2/+2
2017-02-07Fix compilation with gcc version below 4.6.Andrei Karas1-3/+3
2017-02-04Fix compilation with very new SDL2.Andrei Karas1-1/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-19Fix compilation with cilk plus on gcc 6+.Andrei Karas1-13/+13
2016-11-11Fix typo implimented -> implemented.Andrei Karas1-11/+11
2016-09-23Add missing comments into defines.Andrei Karas1-7/+7
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-2/+1
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/+21
2016-04-28Add workaround for fix compilation warnings in SDL2.Andrei Karas1-0/+8
2016-03-26Fix code style.Andrei Karas1-1/+1
2016-03-15Show info about wrong packet size in chat if enabled show unimplimentaed pack...Andrei Karas1-0/+7
2016-03-10For unknown packet field values show packet id and field value.Andrei Karas1-0/+6
2016-02-01Add debug messages to some packets.Andrei Karas1-0/+4
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-07-21Add missing checks and non null attributes.Andrei Karas1-3/+3
2015-04-24fix compilation warnings.Andrei Karas1-2/+9
2015-04-24Add configure option for enable/disable CilkPlus support.Andrei Karas1-6/+21
2015-03-10Add option in settings to enable/disable logging unimplimented packets.Andrei Karas1-0/+4
2015-03-10Add UNIMPLIMENTEDPACKET macroAndrei Karas1-0/+5
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-09-17add support for ignore packets logging.Andrei Karas1-10/+10
2014-09-12fix code style.Andrei Karas1-2/+2
2014-09-06In debug packets logging also display offset.Andrei Karas1-3/+5
2014-08-31Improve packets logging speed.Andrei Karas1-11/+4
2014-08-31Add comments for inbound packet fields in debug log.Andrei Karas1-0/+17
2014-08-28Removed unused includes.Andrei Karas1-3/+1
2014-01-14add support for thread safe writing to log.Andrei Karas1-0/+22
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-11-01remove log to chat from logger.Andrei Karas1-7/+0
2013-11-01in logger put debug logging in ifdef.Andrei Karas1-0/+2
2013-06-03apply some OpenBSD fixes.Andrei Karas1-0/+4
2013-05-28fix guard header part3.Andrei Karas1-3/+3
2013-03-09Improve logger class.Andrei Karas1-2/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2