scummvm/engines/sword2
Max Horn 86565fcca5 - Renamed GameSettings to PlainGameDescriptor
- Added new GameDescriptor struct (similar to PlainGameDescriptor but with
  Common::String members instead of const char * ones)
- Changed DetectedGame to subclass GameDescriptor
- Removed toGameSettings() in favor of new (template) constructors in
  DetectedGame and GameDescriptor
- Fixed a bug in the obsolete gameid handling in the SCUMM & SIMON engines

svn-id: r21150
2006-03-09 02:52:51 +00:00
..
animation.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
animation.h Standardized the preprocessor constants used to prevent double inclusion of 2006-02-12 19:57:23 +00:00
anims.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
console.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
console.h Standardized the preprocessor constants used to prevent double inclusion of 2006-02-12 19:57:23 +00:00
controls.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
controls.h Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
d_draw.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
debug.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
debug.h Standardized the preprocessor constants used to prevent double inclusion of 2006-02-12 19:57:23 +00:00
defs.h Standardized the preprocessor constants used to prevent double inclusion of 2006-02-12 19:57:23 +00:00
events.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
function.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
header.h Standardized the preprocessor constants used to prevent double inclusion of 2006-02-12 19:57:23 +00:00
icons.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
interpreter.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
interpreter.h Standardized the preprocessor constants used to prevent double inclusion of 2006-02-12 19:57:23 +00:00
layers.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
logic.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
logic.h Standardized the preprocessor constants used to prevent double inclusion of 2006-02-12 19:57:23 +00:00
maketext.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
maketext.h Standardized the preprocessor constants used to prevent double inclusion of 2006-02-12 19:57:23 +00:00
memory.cpp Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
memory.h Standardized the preprocessor constants used to prevent double inclusion of 2006-02-12 19:57:23 +00:00
menu.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
module.mk Merged _mouse.cpp and mouse.cpp into mouse.cpp 2006-02-12 21:41:34 +00:00
mouse.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
mouse.h fixed warnings 2006-02-23 17:51:27 +00:00
music.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
object.h Standardized the preprocessor constants used to prevent double inclusion of 2006-02-12 19:57:23 +00:00
palette.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
protocol.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
rdwin.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
render.cpp Renamed files for consistency with other engines: 2006-02-12 19:33:45 +00:00
resman.cpp Fixed tons of format string warnings for debug/error calls (including several errors where the format string didn't match the number of arguments to the call) 2006-03-08 11:37:25 +00:00
resman.h Standardized the preprocessor constants used to prevent double inclusion of 2006-02-12 19:57:23 +00:00
router.cpp Fix for bug #1428261 (Solaris x86 build fails: variable name collision) 2006-02-20 14:18:30 +00:00
router.h Standardized the preprocessor constants used to prevent double inclusion of 2006-02-12 19:57:23 +00:00
saveload.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
saveload.h Standardized the preprocessor constants used to prevent double inclusion of 2006-02-12 19:57:23 +00:00
screen.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
screen.h Standardized the preprocessor constants used to prevent double inclusion of 2006-02-12 19:57:23 +00:00
scroll.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
sound.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
sound.h Standardized the preprocessor constants used to prevent double inclusion of 2006-02-12 19:57:23 +00:00
speech.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
sprite.cpp Renamed files for consistency with other engines: 2006-02-12 19:33:45 +00:00
startup.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
sword2.cpp - Renamed GameSettings to PlainGameDescriptor 2006-03-09 02:52:51 +00:00
sword2.h Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
sync.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00
walker.cpp Removed includes from sword2.h so that (hopefully) there will eventually be 2006-02-17 15:07:36 +00:00