scummvm/engines/teenagent
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
..
actor.cpp COMMON: Move Common::RandomSource to common/random.* 2010-03-18 15:07:11 +00:00
actor.h separate timers for mark, scene and messages. 2010-01-05 22:09:16 +00:00
animation.cpp Bug #3087858: fixed null pointer dereferencing 2010-10-15 05:50:19 +00:00
animation.h separate timers for mark, scene and messages. 2010-01-05 22:09:16 +00:00
callbacks.cpp fixed big fan room 2010-03-24 19:34:08 +00:00
console.cpp added voices pack/cd music support 2010-05-07 07:56:57 +00:00
console.h added voices pack/cd music support 2010-05-07 07:56:57 +00:00
detection.cpp COMMON: Rename String::printf() to String::format() 2010-11-01 16:02:28 +00:00
dialog.cpp added real face animation handling 2009-11-15 11:07:52 +00:00
dialog.h removed default args from pop/show, added showMark/showMono options for dialog. 2009-11-11 22:19:17 +00:00
font.cpp ported all code to ScopedPtr 2010-03-20 20:37:36 +00:00
font.h added abstract Pack class, moved code into FilePack and MemoryPack 2010-03-18 22:35:58 +00:00
inventory.cpp Get rid of Engine::_gameDataDir. 2010-05-04 11:56:52 +00:00
inventory.h preload inventory graphics on load 2010-03-21 07:49:53 +00:00
module.mk TEENAGENT: Sort the object files alphabetically. 2010-07-27 10:40:14 +00:00
music.cpp ported all code to ScopedPtr 2010-03-20 20:37:36 +00:00
music.h COMMON: Move typedef StringList from str.h to new header str-array.h 2010-03-18 15:09:24 +00:00
objects.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
objects.h Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
pack.cpp added cd-version detection and cdlogo.res support 2010-04-28 19:50:28 +00:00
pack.h Remove extra semicolons 2010-04-01 15:03:08 +00:00
resources.cpp added voices pack/cd music support 2010-05-07 07:56:57 +00:00
resources.h added voices pack/cd music support 2010-05-07 07:56:57 +00:00
scene.cpp Get rid of Engine::_gameDataDir. 2010-05-04 11:56:52 +00:00
scene.h -added overlay rendering flag 2010-03-21 07:38:09 +00:00
segment.cpp removed magic exe offsets, added teenagent.dat support. 2009-09-05 08:16:35 +00:00
segment.h TEEN: More code formatting & whitespace changes (automatically generated with astyle) 2009-09-15 08:54:06 +00:00
surface_list.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
surface_list.h Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
surface.cpp Fixing some warnings (with gcc 3.3.6) 2010-04-17 23:19:52 +00:00
surface.h implemented zoomed rendering 2009-11-17 22:09:16 +00:00
teenagent.cpp COMMON: Rename String::printf() to String::format() 2010-11-01 16:02:28 +00:00
teenagent.h ENGINES: Enhance namespace comments a bit 2010-10-15 12:48:19 +00:00