scummvm/backends
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
..
events/default EVENTS: Apply backspace hack to keyrepeat too 2010-10-03 14:59:36 +00:00
fs JANITORAL: Clean trailing whitespaces. 2010-10-12 02:18:11 +00:00
keymapper Keymapper: sync with recent GUI changes. 2010-06-15 11:02:42 +00:00
midi SOUND: Allow TiMidity support to be disabled via configure. 2010-10-13 00:48:40 +00:00
platform PSP: made image in viewer movable by pushing nub continuously 2010-10-14 22:33:32 +00:00
plugins Define WIN32_LEAN_AND_MEAN before including windows.h. 2010-06-26 21:55:52 +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