scummvm/engines/testbed
Max Horn e27b05ef35 COMMON: Rename String::printf() to String::format()
This is a first step towards getting rid of all uses of regular printf,
fprintf, vprintf, vfprintf, puts, fputs, etc. in our codebase.

The name format() reflects the purpose of the function, and parallels
String.format() in Java, boost::format, and others.

svn-id: r54004
2010-11-01 16:02:28 +00:00
..
config-params.cpp 1. Added ConfigParams Singelton class to eliminate use of configuration specific static variables. 2010-10-02 01:05:16 +00:00
config-params.h 1. Added ConfigParams Singelton class to eliminate use of configuration specific static variables. 2010-10-02 01:05:16 +00:00
config.cpp ALL: Fix indention (whitespaces -> tabs) 2010-10-23 15:46:50 +00:00
config.h
detection.cpp 1. Added ConfigParams Singelton class to eliminate use of configuration specific static variables. 2010-10-02 01:05:16 +00:00
events.cpp
events.h
fs.cpp 1. Added ConfigParams Singelton class to eliminate use of configuration specific static variables. 2010-10-02 01:05:16 +00:00
fs.h 1. Added ConfigParams Singelton class to eliminate use of configuration specific static variables. 2010-10-02 01:05:16 +00:00
graphics.cpp COMMON: Rename String::printf() to String::format() 2010-11-01 16:02:28 +00:00
graphics.h
midi.cpp
midi.h
misc.cpp COMMON: Rename String::printf() to String::format() 2010-11-01 16:02:28 +00:00
misc.h
module.mk 1. Added ConfigParams Singelton class to eliminate use of configuration specific static variables. 2010-10-02 01:05:16 +00:00
savegame.cpp
savegame.h
sound.cpp COMMON: Rename String::printf() to String::format() 2010-11-01 16:02:28 +00:00
sound.h
template.h
testbed.cpp COMMON: Rename String::printf() to String::format() 2010-11-01 16:02:28 +00:00
testbed.h 1. Added ConfigParams Singelton class to eliminate use of configuration specific static variables. 2010-10-02 01:05:16 +00:00
testsuite.cpp COMMON: Rename String::printf() to String::format() 2010-11-01 16:02:28 +00:00
testsuite.h 1. Added ConfigParams Singelton class to eliminate use of configuration specific static variables. 2010-10-02 01:05:16 +00:00