scummvm/engines/griffon
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
..
combat.cpp GRIFFON: Replace use of abs() with ABS() 2019-11-17 22:32:39 +01:00
configure.engine GRIFFON: Enable engine for testing 2020-08-25 12:22:10 +02:00
console.cpp GRIFFON: Added 'nodamage' console command 2019-11-13 22:07:08 +01:00
console.h GRIFFON: Add override keywords 2020-02-09 12:43:15 +01:00
credits.pl DEVTOOLS: move credits from devtools/credits.pl to engines 2021-08-05 00:01:46 +02:00
cutscenes.cpp GRIFFON: Add Text To Speech support 2021-06-08 18:23:44 +01:00
detection.cpp GRIFFON: Add Text To Speech support 2021-06-08 18:23:44 +01:00
dialogs.cpp GRIFFON: Add Text To Speech support 2021-06-08 18:23:44 +01:00
draw.cpp GRIFFON: Simplify rendering calls 2020-04-01 20:40:16 +02:00
engine.cpp GRIFFON: Remove autosave code 2020-02-16 15:44:28 -08:00
gfx.cpp GRIFFON: Add keymapper input support 2020-09-10 03:17:58 +01:00
griffon.cpp GRIFFON: Add Text To Speech support 2021-06-08 18:23:44 +01:00
griffon.h GRIFFON: Add keymapper input support 2020-09-10 03:17:58 +01:00
input.cpp GRIFFON: Fix Return to Launcher 2021-01-20 23:23:21 +00:00
logic.cpp GRIFFON: fix invalid mem access / crash 2021-02-26 14:48:48 +01:00
metaengine.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02: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 ALL: Clarify POTFILES, remove redundant common/translations.h includes 2020-11-10 03:03:49 +01:00
resources.cpp GRIFFON: Fix use of uninitialized variables reported by valgrind 2020-09-10 00:34:45 +01:00
saveload.cpp GRIFFON: Implement autosaves 2020-02-04 19:05:26 -08:00
sound.cpp GRIFFON: get rid of "too many sound handles" error 2021-02-26 14:48:42 +01:00