scummvm/engines/ags
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
..
engine AGS: In old games put player to walkable area when changing rooms 2021-08-03 18:56:36 -07:00
lib AGS: Class FindFile, working as a file iterator with a name pattern 2021-07-31 14:34:10 -07:00
plugins AGS: recognize alternative name of shell plugin 2021-07-28 19:20:29 -07:00
shared JANITORIAL: Fix some typos 2021-08-04 15:43:15 +02:00
tests AGS: Import of fresh codebase 2021-06-13 21:08:44 -07:00
achievements_tables.h COMMON: moved AchievementDescriptionList into Common namespace 2021-06-16 00:25:14 +03:00
ags.cpp AGS: Fix loading sound effects in AGSWaves 2021-07-20 21:17:41 -07:00
ags.h AGS: Update upstream sync point comment 2021-08-03 21:48:03 -07:00
configure.engine AGS: Enable ADGF_TESTING and build-by-default 2021-04-03 20:42:14 -07:00
console.cpp AGS: Import of fresh codebase 2021-06-13 21:08:44 -07:00
console.h AGS: Import of fresh codebase 2021-06-13 21:08:44 -07:00
credits.pl DEVTOOLS: move credits from devtools/credits.pl to engines 2021-08-05 00:01:46 +02:00
detection_tables.h AGS: Added detection entry 2021-08-03 18:56:34 -07:00
detection.cpp AGS: Import of fresh codebase 2021-06-13 21:08:44 -07:00
detection.h ENGINES: introduce ADDectedGameExtraInfo to ADGameDetector, add extra info as parameter for fallback detect. 2021-06-13 14:15:45 +02:00
events.cpp AGS: Fix crash quitting app when speech dialog is active 2021-07-10 20:23:52 -07:00
events.h AGS: Structure for passing events UTF8 text around along with the keycode 2021-07-10 14:33:36 -07:00
game_scanner.cpp AGS: Import of fresh codebase 2021-06-13 21:08:44 -07:00
game_scanner.h AGS: Shift game scanner to be available via command line 2021-02-09 19:54:33 -08:00
globals.cpp AGS: Fix writing uninitialized data to savegames 2021-07-24 11:45:26 -07:00
globals.h AGS: distinct overlay types of speech and messagebox 2021-07-27 22:03:37 -07:00
metaengine.cpp AGS: Handle displaying thumbnails other than 160x100 in GMM 2021-06-28 19:12:42 -07:00
metaengine.h COMMON: moved AchievementDescriptionList into Common namespace 2021-06-16 00:25:14 +03:00
module.mk AGS: Removed unused old code 2021-07-31 14:34:11 -07:00
music.cpp AGS: Remove unused private members and globals 2021-04-09 19:18:07 -07:00
music.h AGS: Remove unused private members and globals 2021-04-09 19:18:07 -07:00
POTFILES AGS: Add POTFILES 2021-02-21 00:21:12 +00:00