scummvm/common
Max Horn 459ef85068 COMMON: Switch hexdump() to debugN instead of printf
Rational: hexdump() is used for debug output. An even better alternative
might be to change it to return a string, instead of printing anything.
This way, it could be used inside e.g. GUI debug consoles.
This is left as an exercise to the interested developer :).

svn-id: r54010
2010-11-01 16:04:18 +00:00
..
algorithm.h
archive.cpp
archive.h
array.h
config-file.cpp
config-file.h
config-manager.cpp COMMON: Switch ConfigManager::setInt & ConfigManager::registerDefault to use String::format 2010-11-01 16:04:04 +00:00
config-manager.h
debug-channels.h
debug.cpp COMMON: Add debugN variant without level parameter 2010-11-01 16:03:50 +00:00
debug.h COMMON: Add debugN variant without level parameter 2010-11-01 16:03:50 +00:00
endian.h
error.cpp
error.h
EventDispatcher.cpp
EventRecorder.cpp
EventRecorder.h
events.h
file.cpp
file.h
forbidden.h COMMON: Document forbidden.h 2010-10-31 21:50:20 +00:00
frac.h
fs.cpp
fs.h
func.h
hash-str.h
hashmap.cpp COMMON: Change some (f)printf to debug calls; clenaup hashmap.h 2010-11-01 16:00:53 +00:00
hashmap.h COMMON: Change some (f)printf to debug calls; clenaup hashmap.h 2010-11-01 16:00:53 +00:00
iff_container.h
keyboard.h
list_intern.h
list.h
macresman.cpp
macresman.h
md5.cpp
md5.h
memorypool.cpp COMMON: Change some (f)printf to debug calls; clenaup hashmap.h 2010-11-01 16:00:53 +00:00
memorypool.h
module.mk
mutex.cpp
mutex.h
noncopyable.h
pack-end.h
pack-start.h
ptr.h
queue.h
random.cpp
random.h
rational.cpp
rational.h
rect.h
savefile.h
scummsys.h ALL: Add code to help stop people from accidentally using "bad" APIs 2010-10-30 21:27:42 +00:00
serializer.h
singleton.h
stack.h
str-array.h
str.cpp COMMON: Rename String::printf() to String::format() 2010-11-01 16:02:28 +00:00
str.h COMMON: Rename String::printf() to String::format() 2010-11-01 16:02:28 +00:00
stream.cpp
stream.h
system.cpp
system.h
textconsole.cpp COMMON: Allow forbidden symbols in debug.cpp and textconsole.cpp 2010-10-31 21:49:53 +00:00
textconsole.h
timer.h
tokenizer.cpp
tokenizer.h
translation.cpp
translation.h
types.h
unarj.cpp
unarj.h
unzip.cpp
unzip.h
util.cpp COMMON: Switch hexdump() to debugN instead of printf 2010-11-01 16:04:18 +00:00
util.h
xmlparser.cpp
xmlparser.h
zlib.cpp
zlib.h