Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-09 | COMMON: Enhanced debug channel checks. | Eugene Sandulenko | |
Now it is possible to enforce checking by specifying level -1, that is, debug level 11 will not turn it on. | |||
2016-08-19 | COMMON: Added checkers for debug channels. | Eugene Sandulenko | |
Sometimes there is a need to add debug execution and enable it from the command line. Now it is possible, both with debug levels and channels | |||
2016-08-13 | COMMON: Introduce --debug-channels-only command line flag. | Eugene Sandulenko | |
Many of our systems currently generate significant amount of debug output on deeper levels. Now, when your engine is using Debug Channels, you might want to show that debug information only, which is currently not possible, as the generic output will be mixed in your output. Alternative solution would be to implement possibility to specify per-channel debug levels. | |||
2014-02-18 | COMMON: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-11-01 | COMMON: Get rid of the debug() output formatter | Max Horn | |
Now Engine::errorString is only used by error(), as its name suggests. This also resolves the inconsistency between debug & debugN. svn-id: r54023 | |||
2010-11-01 | COMMON: Add debugN variant without level parameter | Max Horn | |
This makes our various debug*() functions fully symmetric, for now. svn-id: r54008 | |||
2010-05-04 | Reduce indirect header dependencies further | Max Horn | |
svn-id: r48936 | |||
2010-05-04 | Move DebugChannel related code to new header | Max Horn | |
svn-id: r48935 | |||
2010-04-27 | correct indention | Max Horn | |
svn-id: r48822 | |||
2010-04-27 | COMMON: Move DebugChannel stuff into a new DebugMan singleton | Max Horn | |
svn-id: r48821 | |||
2010-04-27 | cleanup | Max Horn | |
svn-id: r48820 | |||
2010-01-30 | - Call the special debug channels "channels" consistently. (Formerly ↵ | Johannes Schickel | |
sometimes they were refered to as "levels"). - Along with it add some more descriptive commentary about what is the intention behind debug channels. svn-id: r47727 | |||
2009-11-26 | Renamed common/console.* to common/textconsole.* to fix compilation under ↵ | Filippos Karapetis | |
MSVC again (broken with commit #46130). MSVC places all object files for each engine in the same folder (even if they're in subfolders), which resulted in clashing between gui/console.* and common/console.*. There's no easy way around this, other than turning the resulting MSVC files into a big mess, so a simple file rename is more feasible svn-id: r46151 | |||
2009-11-24 | COMMON: Remove dependency on engines code (by using the inversion principle). | Max Horn | |
svn-id: r46130 | |||
2009-06-10 | Fix documentation for debugC and debugCN, relying on special debug levels. | Johannes Schickel | |
svn-id: r41425 | |||
2009-06-10 | Added debugCN() call which does not add newline automatically | Eugene Sandulenko | |
svn-id: r41421 | |||
2009-03-01 | Fix documentation, debug(C/N) prints to stdout not stderr. | Johannes Schickel | |
svn-id: r39058 | |||
2009-03-01 | COMMON: added a debugC variant which only takes a debug channel mask | Max Horn | |
svn-id: r39054 | |||
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn | |
svn-id: r36142 | |||
2009-01-30 | Switched special debug levels to using a hashmap internally | Max Horn | |
svn-id: r36141 | |||
2009-01-30 | Some more 'special debug levels' tweaks | Max Horn | |
svn-id: r36140 | |||
2009-01-30 | Some work on the 'special debug levels' aka 'engine debug levels' code | Max Horn | |
svn-id: r36139 | |||
2009-01-30 | Moved debug() etc. and special debug flag handling code to common/debug.*; ↵ | Max Horn | |
also some tweaks to the code svn-id: r36134 |