Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
aryanrawlani28
a56dc094b9
ENGINES: ALL: Move detection_enums -> detection.h
...
- Cleans up headers quite a bit.
2020-10-03 14:56:36 +02:00
aryanrawlani28
29ceb07959
ENGINES: ALL: Revert detection submodule to be directly present in the engine directory
...
- DETECT_OBJS are present and added inside an engine's modules.mk file.
2020-10-03 14:56:36 +02:00
aryanrawlani28
8189a05316
ENGINES: ALL: Adapt to changes for new plugins by defining a new detection module
...
For each engine:
- Make a new folder detection
- Move detection-related files inside the folder
- Add a new module "enginename/detection"
- Add DETECT_OBJS here
- Adjust the normal engine module to remove detect_objs
- Adjust every file for the new changes.
2020-10-03 14:56:36 +02:00
aryanrawlani28
d57f84205c
ADL: Seperate detection.h into two headers to improve dependencies
...
- Also makes it match other engine conventions.
- Engine files get a copy of detection_enums, while metaengine & detection.cpp get a copy of detection.h as well as detection_enums.
2020-10-03 14:56:36 +02:00
Bastien Bouclet
61ac4a5ab4
ADL: Add override keywords
2020-02-09 12:42:42 +01: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
338baf827c
ADL: Fix debug mode hang in hires5 animation
2019-07-16 16:24:20 +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
fa7688a931
ADL: Refactor opcodes
2019-03-30 23:18:02 +01:00
Walter van Niftrik
52c66f5efd
Revert "ADL: Refactor opcode tables"
...
This reverts commit 76a0c20481 .
2018-12-27 12:56:47 +01:00
Walter van Niftrik
76a0c20481
ADL: Refactor opcode tables
2018-12-27 12:33:10 +01:00
Walter van Niftrik
6bd7ca75f9
ADL: Move shape drawing into base gfx class
2017-03-05 21:16:57 +01:00
Walter van Niftrik
d87b4b3f18
ADL: Remove word wrapping from hires5 item check
2017-01-27 23:14:19 +01:00
Walter van Niftrik
8c854897fd
ADL: Implement hires5+ flood fill
2017-01-25 16:03:11 +01:00
Walter van Niftrik
2e00dfd47c
ADL: Implement hires5 time machine animation
2017-01-17 23:27:10 +01:00
Walter van Niftrik
9f5004ceda
ADL: Implement hires5 'win game' opcode
2017-01-15 23:17:46 +01:00
Walter van Niftrik
4f1a821e66
ADL: Implement hires5 save/restore/restart
2016-12-27 19:06:57 +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
2c62e5f99c
ADL: Add workarounds for hires5
2016-12-18 18:41:02 +01:00
Walter van Niftrik
1f801bee43
ADL: Partially implement hires5 opcodes
2016-12-16 15:29:38 +01:00
Walter van Niftrik
0b6b5a34b0
ADL: Load hires5 dropped item coords
2016-12-11 16:51:14 +01:00
Walter van Niftrik
6b132706d3
ADL: Load hires5 data
2016-12-11 13:36:22 +01:00
Walter van Niftrik
c4bf56960d
ADL: Add skeleton base class for hires5
2016-12-11 13:36:22 +01:00
Walter van Niftrik
a22e3bceac
ADL: Add skeleton for hires5
2016-11-13 12:02:52 +01:00