scummvm/engines
Max Horn 36cd5caf95 COMMON: Add XMLParser::parseIntegerKey variant accepting a Common::String
Almost all places where we used XMLParser::parseIntegerKey were using
it like this:
  XMLParser::parseIntegerKey(str.c_str(), ...)
Since this makes the code harder to read, I overloaded the method to
also accept Commmon::String directly.
Also removed all .c_str() invocations where necessary.

svn-id: r53479
2010-10-15 12:19:13 +00:00
..
agi AGI: Fix some code analysis warnings (bug #3087825) 2010-10-15 08:49:20 +00:00
agos AGOS: Hopefully fix bug #3000876 ("FF: Crackling/static popping") 2010-09-26 12:28:26 +00:00
cine JANITORIAL: Removed most punctuation at end of warning() and error() 2010-09-18 10:55:16 +00:00
cruise CRUISE: Fix some code analysis warnings (bug #3087829) 2010-10-15 08:57:18 +00:00
draci DRACI: Initialize MIDI channel volume properly. 2010-09-15 22:30:00 +00:00
drascula DRASCULA: Fix some code analysis warnings (bug #3087830) 2010-10-15 09:08:54 +00:00
gob GOB: Fix Code analysis warnings 2010-10-15 04:37:44 +00:00
groovie MIDI: Send a reset MIDI device signal on startup. 2010-09-15 22:00:20 +00:00
hugo HUGO: Merge engine and hugo files 2010-10-15 06:16:27 +00:00
kyra JANITORIAL: Cleanup (mostly whitespace) 2010-10-12 04:19:58 +00:00
lure LURE: Fix for #3087842 - Code analysis warnings 2010-10-15 08:29:23 +00:00
m4 M4: NULL terminate after a strncpy 2010-09-18 12:08:59 +00:00
made MIDI: Send a reset MIDI device signal on startup. 2010-09-15 22:00:20 +00:00
mohawk JANITORIAL: Removed most punctuation at end of warning() and error() 2010-09-18 10:55:16 +00:00
parallaction JANITORIAL: Cleanup (mostly whitespace) 2010-10-12 04:19:58 +00:00
queen JANITORIAL: Cleanup (mostly whitespace) 2010-10-12 04:19:58 +00:00
saga JANITORIAL: Cleanup (mostly whitespace) 2010-10-12 04:19:58 +00:00
sci SCI: Add detection for Hoyle4 Mac 2010-10-13 03:28:59 +00:00
scumm SCUMM: Fix bug #2952298 with 16-bit HE cursors on Amiga 2010-10-14 18:19:51 +00:00
sky JANITORIAL: Removed most punctuation at end of warning() and error() 2010-09-18 10:55:16 +00:00
sword1 JANITORIAL: Cleanup (mostly whitespace) 2010-10-12 04:19:58 +00:00
sword2 SWORD2: Fix some code analysis warnings (bug #3087857) 2010-10-15 06:12:23 +00:00
sword25 COMMON: Add XMLParser::parseIntegerKey variant accepting a Common::String 2010-10-15 12:19:13 +00:00
teenagent Bug #3087858: fixed null pointer dereferencing 2010-10-15 05:50:19 +00:00
testbed 1. Added ConfigParams Singelton class to eliminate use of configuration specific static variables. 2010-10-02 01:05:16 +00:00
tinsel TINSEL: Fix for #3087863 - Code analysis warnings 2010-10-15 08:52:22 +00:00
toon TOON: Fixed the Spanish special characters. 2010-10-14 22:27:48 +00:00
touche MIDI: Send a reset MIDI device signal on startup. 2010-09-15 22:00:20 +00:00
tucker
advancedDetector.cpp JANITORAL: Clean trailing whitespaces. 2010-10-12 02:18:11 +00:00
advancedDetector.h AD: Implement AGDF_PIRATED flag. 2010-08-25 11:51:06 +00:00
dialogs.cpp I18N: Add "lowres" context for several GUI strings when in 1x mode. 2010-08-30 22:24:40 +00:00
dialogs.h
engine.cpp JANITORIAL: Removed most punctuation at end of warning() and error() 2010-09-18 10:55:16 +00:00
engine.h
engines.mk SWORD25: Added detection of libtheora, png an dplugged in the engine 2010-10-12 21:12:50 +00:00
game.cpp
game.h
metaengine.h
module.mk
savestate.cpp
savestate.h
util.h