scummvm/engines/kingdom
Max Horn 2f1f8f502e DEVTOOLS: move credits from devtools/credits.pl to engines
This employs a "lazy" approach: the "format" for the credits stays
exactly as it was, i.e., perl code. Of course one may want to change
this to another format (e.g. YAML, JSON, XML; or also shell script or
AWK, like `configure.engine` uses). But I deliberately kept it simple,
to get a minimal change that is easy to verify. Any further changes to
e.g. the format can be layered atop this.
2021-08-05 00:01:46 +02:00
..
configure.engine
console.cpp KINGDOM: Add debug command to display hotspots 2020-06-07 00:02:29 +02:00
console.h KINGDOM: Remove unused member in console 2020-06-07 00:02:29 +02:00
constants.cpp KINGDOM: Got rid of global constructors 2020-06-11 10:53:00 +02:00
credits.pl DEVTOOLS: move credits from devtools/credits.pl to engines 2021-08-05 00:01:46 +02:00
detection.cpp KINGDOM: move debug channels to metaEngineDetection 2021-05-22 01:34:57 +02:00
kingdom.cpp KINGDOM: move debug channels to metaEngineDetection 2021-05-22 01:34:57 +02:00
kingdom.h KINGDOM: Got rid of global constructors 2020-06-11 10:53:00 +02:00
logic1.cpp JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
logic2.cpp KINGDOM: Add finalFrameTable to better match the original, rename enAll and dsAll, add some comment in the Help screen 2020-06-10 23:24:00 +01:00
logic3.cpp KINGDOM: Add finalFrameTable to better match the original, rename enAll and dsAll, add some comment in the Help screen 2020-06-10 23:24:00 +01:00
logic4.cpp KINGDOM: Add finalFrameTable to better match the original, rename enAll and dsAll, add some comment in the Help screen 2020-06-10 23:24:00 +01:00
logic.cpp KINGDOM: Initialize variable 2020-08-29 17:22:24 +02:00
logic.h KINGDOM: Add finalFrameTable to better match the original, rename enAll and dsAll, add some comment in the Help screen 2020-06-10 23:24:00 +01:00
metaengine.cpp ENGINES: Changed AdvancedMetaEngine::createInstance to return a Common::Error 2020-12-04 20:57:14 +00:00
module.mk ENGINES: ALL: Revert detection submodule to be directly present in the engine directory 2020-10-03 14:56:36 +02:00
POTFILES I18N: Added missing files to POTFILES 2020-08-27 20:26:45 +02:00