index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
debug.h
Age
Commit message (
Expand
)
Author
2010-11-01
COMMON: Get rid of the debug() output formatter
Max Horn
2010-11-01
COMMON: Add debugN variant without level parameter
Max Horn
2010-05-04
Reduce indirect header dependencies further
Max Horn
2010-05-04
Move DebugChannel related code to new header
Max Horn
2010-04-27
correct indention
Max Horn
2010-04-27
COMMON: Move DebugChannel stuff into a new DebugMan singleton
Max Horn
2010-04-27
cleanup
Max Horn
2010-01-30
- Call the special debug channels "channels" consistently. (Formerly sometime...
Johannes Schickel
2009-11-26
Renamed common/console.* to common/textconsole.* to fix compilation under MSV...
Filippos Karapetis
2009-11-24
COMMON: Remove dependency on engines code (by using the inversion principle).
Max Horn
2009-06-10
Fix documentation for debugC and debugCN, relying on special debug levels.
Johannes Schickel
2009-06-10
Added debugCN() call which does not add newline automatically
Eugene Sandulenko
2009-03-01
Fix documentation, debug(C/N) prints to stdout not stderr.
Johannes Schickel
2009-03-01
COMMON: added a debugC variant which only takes a debug channel mask
Max Horn
2009-01-30
Renamed SpecialDebugLevel to DebugChannel
Max Horn
2009-01-30
Switched special debug levels to using a hashmap internally
Max Horn
2009-01-30
Some more 'special debug levels' tweaks
Max Horn
2009-01-30
Some work on the 'special debug levels' aka 'engine debug levels' code
Max Horn
2009-01-30
Moved debug() etc. and special debug flag handling code to common/debug.*; al...
Max Horn