Commit graph

30 commits

Author SHA1 Message Date
Filippos Karapetis
db5c5e853a ADL: Use C++ 11 range-based for loops 2025-03-27 13:47:57 +08:00
sluicebox
78552492b1 ADL: Move DiskImage into COMMON 2024-08-25 14:57:06 +03:00
Le Philousophe
4b00b7e83d ADL: Migrate engine to Path 2023-12-24 13:19:25 +01:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh
b125faf954 ADL: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
D G Turner
3bd273fc8e ADL: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-13 18:17:46 +01:00
Walter van Niftrik
d5c7e9d207 ADL: Refactor Display class 2019-08-11 23:36:27 +02:00
Walter van Niftrik
ce8a840933 ADL: Remove APPLECHAR macro 2019-07-16 16:24:19 +02:00
Walter van Niftrik
0cd761086a ADL: Refactor graphics code 2019-07-16 16:24:19 +02:00
Walter van Niftrik
e59340e191 ADL: Add debug function to load commands from file 2018-12-26 12:28:09 +01:00
Walter van Niftrik
f0be784fde ADL: Add convert_disk debug command 2018-02-02 22:18:25 +01:00
Walter van Niftrik
f6214df664 ADL: Clear screen with white in v2+
This fixes hires5, region 14, room 29
2017-01-30 21:56:11 +01:00
Walter van Niftrik
33dc1c88f2 ADL: Make 'room' debug command behave like opcode 2016-12-22 22:33:02 +01:00
Walter van Niftrik
a1236d5782 ADL: Add 'region' debug command 2016-12-22 16:42:04 +01:00
Walter van Niftrik
d658f0c0b6 ADL: Add region support to script dumper 2016-12-22 16:42:04 +01:00
Walter van Niftrik
e79f26c9bc ADL: Implement hires6 item descriptions 2016-06-06 20:35:49 +02:00
Walter van Niftrik
4f932afd60 ADL: Load messages on demand 2016-06-06 20:35:49 +02:00
Walter van Niftrik
1b9d712a8b ADL: Add 'var' debug command 2016-06-06 20:35:49 +02:00
Walter van Niftrik
ff4b9fcd9c ADL: Add 'vars' debug command 2016-06-06 20:35:49 +02:00
Walter van Niftrik
1d314b2084 ADL: Allow synonyms in give_item debug command 2016-06-06 20:35:49 +02:00
Walter van Niftrik
23d4e61260 ADL: Fix hires2 item description debug printing 2016-06-06 20:35:49 +02:00
Walter van Niftrik
fde2db9d4c ADL: Add items and give_item debug commands 2016-06-06 20:35:49 +02:00
Walter van Niftrik
9eb7af0f67 ADL: Add 'room' debugger command 2016-06-06 20:35:49 +02:00
Walter van Niftrik
26b8e8d66a ADL: Use columns when printing verb/noun lists 2016-06-06 20:35:49 +02:00
Alyssa Milburn
dd5ce7ebbb ADL: Add valid_cmds debug command 2016-06-06 20:35:49 +02:00
Walter van Niftrik
3b72a30c0f ADL: Clean up script dump debug command 2016-06-06 20:35:49 +02:00
Walter van Niftrik
cf6bc0e438 ADL: Add script dump and trace for hires2 2016-06-06 20:35:49 +02:00
Walter van Niftrik
b24f30527b ADL: Add script dump and trace for hires1 2016-06-06 20:35:49 +02:00
Walter van Niftrik
73dfe71b1b ADL: Add verbs and nouns debug commands 2016-06-06 20:35:49 +02:00
Walter van Niftrik
367cb511d1 ADL: Add Console 2016-06-06 20:35:49 +02:00