scummvm/backends
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
..
events/default EVENTS: Apply backspace hack to keyrepeat too 2010-10-03 14:59:36 +00:00
fs PS2: Enable another use of forbidden symbols 2010-10-31 17:01:47 +00:00
keymapper Keymapper: sync with recent GUI changes. 2010-06-15 11:02:42 +00:00
midi ALL: Add code to help stop people from accidentally using "bad" APIs 2010-10-30 21:27:42 +00:00
platform COMMON: Rename String::printf() to String::format() 2010-11-01 16:02:28 +00:00
plugins SDL: Fix SDL plugin provider code (used e.g. by Dingux port) 2010-10-30 23:53:30 +00:00
saves Convert some occurences of StringList to StringArray; 2010-03-18 15:44:59 +00:00
timer JANITORAL: Clean trailing whitespaces. 2010-10-12 02:18:11 +00:00
vkeybd COMMON: Add XMLParser::parseIntegerKey variant accepting a Common::String 2010-10-15 12:19:13 +00:00
base-backend.cpp Fix compilation on unix 2009-11-09 15:13:59 +00:00
base-backend.h Replace "EventProvider" class of the DefaultEventManager implementation with "Common::EventSource". 2009-07-25 00:59:03 +00:00
module.mk BUILD: Compile & link certain files only for specific BACKEND values 2010-07-29 13:02:14 +00:00