aboutsummaryrefslogtreecommitdiff
path: root/common/debug.h
AgeCommit message (Expand)Author
2017-01-09COMMON: Enhanced debug channel checks.Eugene Sandulenko
2016-08-19COMMON: Added checkers for debug channels.Eugene Sandulenko
2016-08-13COMMON: Introduce --debug-channels-only command line flag.Eugene Sandulenko
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-01COMMON: Get rid of the debug() output formatterMax Horn
2010-11-01COMMON: Add debugN variant without level parameterMax Horn
2010-05-04Reduce indirect header dependencies furtherMax Horn
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-04-27correct indentionMax Horn
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2010-04-27cleanupMax Horn
2010-01-30- Call the special debug channels "channels" consistently. (Formerly sometime...Johannes Schickel
2009-11-26Renamed common/console.* to common/textconsole.* to fix compilation under MSV...Filippos Karapetis
2009-11-24COMMON: Remove dependency on engines code (by using the inversion principle).Max Horn
2009-06-10Fix documentation for debugC and debugCN, relying on special debug levels.Johannes Schickel
2009-06-10Added debugCN() call which does not add newline automaticallyEugene Sandulenko
2009-03-01Fix documentation, debug(C/N) prints to stdout not stderr.Johannes Schickel
2009-03-01COMMON: added a debugC variant which only takes a debug channel maskMax Horn
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
2009-01-30Switched special debug levels to using a hashmap internallyMax Horn
2009-01-30Some more 'special debug levels' tweaksMax Horn
2009-01-30Some work on the 'special debug levels' aka 'engine debug levels' codeMax Horn
2009-01-30Moved debug() etc. and special debug flag handling code to common/debug.*; al...Max Horn