aboutsummaryrefslogtreecommitdiff
path: root/engines/game.cpp
AgeCommit message (Expand)Author
2020-01-01ENGINES: Copy the data referenced by QualifiedGameDescriptorBastien Bouclet
2019-11-03BASE: Change the command line interface to use engine-qualified game namesBastien Bouclet
2019-11-03ENGINES: Change targets to have an 'engine ID'Bastien Bouclet
2019-05-12GUI: Better integration for the unknown game dialog when adding gamesBastien Bouclet
2019-04-27ENGINES: Add function in DetectionResults to get list of engines with an unkn...Thierry Crozat
2018-05-10ENGINES: Remove usage of C++11 extended initializer listsBastien Bouclet
2018-05-10ENGINES: Cleanup DetectedGame initialization in the ADBastien Bouclet
2018-05-10ENGINES: Merge GameDescriptor and DetectedGameBastien Bouclet
2018-05-10ENGINES: Set the GameDescriptor decription in the constructorBastien Bouclet
2018-05-10ENGINES: Turn GameDescriptor into a simple structBastien Bouclet
2018-05-10ENGINES: Add unknown game variants to the game detector resultsBastien Bouclet
2016-03-08ENGINES: Make variable names of PlainGameDescriptor conform to our guidelines.Johannes Schickel
2014-02-18ENGINES: Make GPL headers consistent in themselves.Johannes Schickel
2012-02-26COMMON: Move RenderMode and GUIOptions functionality into separate filesMax Horn
2011-10-23AD: Swtich GUI options to a char array.Eugene Sandulenko
2011-06-17Merge pull request #30 from tsoliman/configure-enhancement-warning-cleanEugene Sandulenko
2011-06-17ENGINES: Update GameDescriptor::updateDesc docs to match realityMax Horn
2011-06-16ENGINES: Warn user about games marked with ADGF_UNSTABLE flagsTarek Soliman
2011-06-14DETECTOR: Remove PlainGameDescriptorGUIOptsMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-06-15GUI: Implemented Languages as GUI options.Eugene Sandulenko
2010-03-18ENGINES: Move SaveStateDescriptor etc. to engine/savestate.*Max Horn
2009-06-06Add GUI options support to Sky, Queen and Sword1&2 engines (which do not use AD)Eugene Sandulenko
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-11-09Added a new SaveStateDescriptor flag, is_write_protected, which can be used t...Filippos Karapetis
2008-10-06Added new type Engine::Feature; pushed down some #include dependenciesMax Horn
2008-09-17Moved base/game.* to engines/game.*Max Horn