summaryrefslogtreecommitdiff
path: root/src/logger.h
AgeCommit message (Collapse)AuthorFilesLines
5 dayslogger.h: de-duplicate __attribute__(__format__(..)) ifdefsFedja Beader1-50/+9
Squashed with: * Rename - it's member shift, not printf shift * So it seems that CILK PLUS either ignores the this argument of member functions or already considers it on its own. Besides.. is CILK PLUS even relevant today? Whatever.. Plus, deduplicate some more functions ..should this attribute be moved to its own file? * Correct indents * logger.h: de-duplicate __attribute__(__format__(..)) **** mana/plus!163
2025-03-30Undefine WRONGPACKETSIZE macro. Even more so as it uses local varsFedja Beader1-3/+0
**** mana/plus!147
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
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
This will allow log data from C libs.
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features.
2017-07-13Add vector.h for use different vectors.Andrei Karas1-1/+2
Also replace <vector> include into "utils/vector.h"
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 ↵Andrei Karas1-0/+7
packets.
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
By default disabled.
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
Option for coma separated packet ids added in misc tab.
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