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.cpp
Age
Commit message (
Collapse
)
Author
2009-11-24
COMMON: Remove dependency on engines code (by using the inversion principle).
Max Horn
svn-id: r46130
2009-11-23
PS2 & NDS: Remove ps2_fprintf and some useless typedefs and #defines; use ↵
Max Horn
fputs instead of fprintf svn-id: r46107
2009-06-10
Added debugCN() call which does not add newline automatically
Eugene Sandulenko
svn-id: r41421
2009-05-31
Document that debug level 11 turns on all special debug level messages ↵
Filippos Karapetis
(refer to rev. #28858) svn-id: r41076
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