scummvm/engines/agos
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
..
detection ENGINES: ALL: Adapt to changes for new plugins by defining a new detection module 2020-10-03 14:56:36 +02:00
drivers
agos.cpp
agos.h ENGINES: ALL: Adapt to changes for new plugins by defining a new detection module 2020-10-03 14:56:36 +02:00
animation.cpp GUI: U32: Use Common::U32String::format where necessary and GUIError to u32 2020-08-30 14:43:41 +02:00
animation.h
charset-fontdata.cpp
charset.cpp
configure.engine
contain.cpp
cursor.cpp
debug.cpp
debug.h
debugger.cpp
debugger.h
draw.cpp
event.cpp
feeble.cpp
gfx.cpp
icons.cpp
input_pn.cpp
input.cpp
intern_detection.h AGOS: Move some common detection related enums from intern.h -> intern_detection.h 2020-10-03 14:56:36 +02:00
intern.h AGOS: Move some common detection related enums from intern.h -> intern_detection.h 2020-10-03 14:56:36 +02:00
items.cpp
menus.cpp
metaengine.cpp ENGINES: ALL: Adapt to changes for new plugins by defining a new detection module 2020-10-03 14:56:36 +02:00
midi.cpp GUI: U32: Reduce number of files changed and fixes 2020-08-30 14:43:41 +02:00
midi.h
midiparser_s1d.cpp
module.mk ENGINES: ALL: Adapt to changes for new plugins by defining a new detection module 2020-10-03 14:56:36 +02:00
obsolete.h AGOS: Split detection code & adapt to new plugins. 2020-10-03 14:56:36 +02:00
oracle.cpp
pn.cpp
POTFILES I18N: Update POTFILES 2020-08-30 14:43:41 +02:00
res_ami.cpp
res_snd.cpp
res.cpp
rooms.cpp
saveload.cpp AGOS: GUI: U32: Remove redundant code 2020-08-30 14:43:41 +02:00
script_dp.cpp
script_e1.cpp
script_e2.cpp
script_ff.cpp
script_pn.cpp
script_pp.cpp
script_s1.cpp
script_s2.cpp
script_ww.cpp
script.cpp
sound.cpp
sound.h
string_pn.cpp
string.cpp
subroutine.cpp
verb_pn.cpp
verb.cpp
vga_e2.cpp
vga_ff.cpp
vga_pn.cpp
vga_s1.cpp
vga_s2.cpp
vga_ww.cpp
vga.cpp
vga.h
window.cpp
zones.cpp