aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc/selector.cpp
AgeCommit message (Expand)Author
2018-07-17DC: Allow plugins to be grouped into subdirectoriesMarcus Comstedt
2018-05-28DC: Fix the build after the detection result reworkBastien Bouclet
2018-05-10ENGINES: Merge GameDescriptor and DetectedGameBastien Bouclet
2018-05-06BACKENDS: Replace usage of stricmp/strcmpi/strcasecmpCameron Cawley
2014-02-18DC: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-13DC: Use const version of ConfigManager::getGameDomains.Johannes Schickel
2011-07-17DC: Directory handling fixesMarcus Comstedt
2011-05-23DC: Fix compilationMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-03DC: Fix various forbidden symbol clashesMax Horn
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-07-29DC: Let scummvm.ini override autodetect of gamesMarcus Comstedt
2009-10-02Fix more cppcheck warnings/errors; some code formatting; and fixes to our toolsMax Horn
2009-06-13Detected games with different language or platform are nowMarcus Comstedt
2009-03-21Fixed some warnings.Marcus Comstedt
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-20game.h is now in engines, not base.Marcus Comstedt
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-06-29Updated to use new EngineMan.detectGames() API.Marcus Comstedt
2008-05-12- Added an engine plugin manager and moved engine specific functionality into itJordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-09-19KEYCODE_ENTER should be KEYCODE_RETURN, actually...Marcus Comstedt
2007-09-19displayName() -> getDisplayName()Marcus Comstedt
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Code formatting fixesMax Horn
2007-06-24Use keycodes instead of the (bad) ascii code for function keys in the DC backendMax Horn
2007-06-22Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-27Fixed yet another DC compile errorMax Horn
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-01-27DetectedGameList -> GameList.Marcus Comstedt
2006-10-07#include <base/engine.h> -> #include <engines/engine.h (Though I don't likeEugene Sandulenko
2006-06-30Moved backends/dc into new platform directory.Marcus Comstedt