scummvm/engines/parallaction
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
..
balloons.cpp PARALLACTION: Fix out of bounds access. 2010-10-11 17:07:34 +00:00
callables_br.cpp
callables_ns.cpp Guarded the command execution suspension for NS demo (this was due in r38662 - see bug #2619824). 2010-06-19 02:51:03 +00:00
debug.cpp Apply patch 3005433 by fuzzie: new 'toggleglobalflags' command for the debugger. 2010-05-22 15:56:27 +00:00
debug.h Apply patch 3005433 by fuzzie: new 'toggleglobalflags' command for the debugger. 2010-05-22 15:56:27 +00:00
detection.cpp COMMON: Rename String::printf() to String::format() 2010-11-01 16:02:28 +00:00
dialogue.cpp Make sure a dialogue is valid before entering dialogue mode. 2010-05-22 15:30:18 +00:00
disk_br.cpp PARALLACTION: Use a char array for static data instead of String. 2010-09-06 21:17:26 +00:00
disk_ns.cpp Reduce indirect header dependencies further 2010-05-04 12:00:16 +00:00
disk.cpp
disk.h Reduce indirect header dependencies further 2010-05-04 12:00:16 +00:00
exec_br.cpp Prevent execution of the STOP script command when its Zone does not exist. Patch #3021744 by fuzzie with some comments. 2010-06-27 04:58:48 +00:00
exec_ns.cpp
exec.cpp Save the context of a suspended list before resuming the execution, so that it can safely be suspended again. Patch 3004652 by fuzzie. 2010-06-19 02:50:46 +00:00
exec.h
font.cpp
gfxbase.cpp ALL: Fix indention (whitespaces -> tabs) 2010-10-23 15:46:50 +00:00
graphics.cpp Support for vertical scrolling. Patch 3005933 by fuzzie. 2010-06-13 06:55:58 +00:00
graphics.h Fix bug 2969257 (labels) and hopefully plug all the leaks. 2010-04-27 08:59:13 +00:00
gui_br.cpp Use the new _nextPart member switching part from the menu in BRA. 2010-06-19 04:51:00 +00:00
gui_ns.cpp Initialize variable in NS gui code (was crashing a demo). Patch #3089932 by fuzzie. 2010-10-22 14:19:37 +00:00
gui.cpp
gui.h
input.cpp DEBUGGER: Simplify how our console debugger works / is used 2010-07-17 18:38:42 +00:00
input.h
inventory.cpp
inventory.h
module.mk
objects.cpp Fix bug 2969257 (labels) and hopefully plug all the leaks. 2010-04-27 08:59:13 +00:00
objects.h Added descriptions for kFlagsSelfuse and kFlagsYourself. See patch 3003626. 2010-05-22 12:36:36 +00:00
parallaction_br.cpp Update BRA demo startup code to use the part/location handling code from r50042. Patch #3089932 by fuzzie. 2010-10-22 14:21:26 +00:00
parallaction_ns.cpp AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either select MDT_PREFER_MT32 or MDT_PREFER_GM 2010-06-25 20:51:57 +00:00
parallaction.cpp JANITORIAL: Removed most punctuation at end of warning() and error() 2010-09-18 10:55:16 +00:00
parallaction.h ENGINES: Enhance namespace comments a bit 2010-10-15 12:48:19 +00:00
parser_br.cpp Added a parser for kZoneNone zones/animations in BRA. 2010-06-13 09:07:15 +00:00
parser_ns.cpp Ensure that zones/animations always get the same index number. 2010-06-04 13:48:09 +00:00
parser.cpp Added a new valid EOL character for scripts. Patch 3004990 by fuzzie. 2010-05-21 11:05:18 +00:00
parser.h Added a parser for kZoneNone zones/animations in BRA. 2010-06-13 09:07:15 +00:00
saveload.cpp Fixed bug 2969234 by tampering with the gameId. Probably not a nice solution, but hopefully ok for a while. 2010-03-29 18:47:40 +00:00
saveload.h COMMON: Get rid of Common::StringList 2010-03-18 15:54:40 +00:00
sound_br.cpp JANITORIAL: Removed most punctuation at end of warning() and error() 2010-09-18 10:55:16 +00:00
sound_ns.cpp AUDIO: Rename Mixer::playInputStream to playStream 2010-04-12 09:14:17 +00:00
sound.h Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/decoders/ 2010-01-26 22:48:45 +00:00
staticres.cpp ALL: Fix indention (whitespaces -> tabs) 2010-10-23 15:46:50 +00:00
walk.cpp JANITORIAL: Cleanup (mostly whitespace) 2010-10-12 04:19:58 +00:00
walk.h Fix whitespace 2010-04-02 22:14:18 +00:00