scummvm/engines/agos
Johannes Schickel 1cee8439e7 AGOS: Get rid of ArchiveMan in favor of global SearchMan.
This in fact slightly changes the priority order of added archives. Formerly,
all archives in SearchMan were preferred to the customly added ones in
ArchiveMan. All standard paths (i.e. path and extrapath) will be still be
searched before the custom ones (which are all priority 0 right now) but system
specific paths will be searched after (due to their priority being -1). Since
system specific paths shouldn't contain any game data files this should
hopefully be harmless.

This wasn't tested for games with CAB archives.
2014-01-22 00:30:28 +01:00
..
agos.cpp
agos.h AGOS: Get rid of ArchiveMan in favor of global SearchMan. 2014-01-22 00:30:28 +01:00
animation.cpp AGOS: Get rid of ArchiveMan in favor of global SearchMan. 2014-01-22 00:30:28 +01:00
animation.h
charset-fontdata.cpp AGOS: Take advantage of Surface::getPixels. 2013-08-03 04:02:50 +02:00
charset.cpp
configure.engine BUILD: Split configure.engines down to a single file per engine. 2013-11-24 00:45:38 +00:00
contain.cpp
cursor.cpp
debug.cpp
debug.h
debugger.cpp
debugger.h
detection_tables.h AGOS: Add German Amiga OCS version of Simon the Sorcerer 1. 2013-12-24 13:16:45 +11:00
detection.cpp AGOS: Get rid of ArchiveMan in favor of global SearchMan. 2014-01-22 00:30:28 +01:00
draw.cpp AGOS: Take advantage of Surface::getPixels. 2013-08-03 04:02:50 +02:00
event.cpp
feeble.cpp
gfx.cpp AGOS: Take advantage of Surface::getPixels. 2013-08-03 04:02:50 +02:00
icons.cpp AGOS: Janitorial - Fix spacing errors 2013-11-24 19:18:20 +01:00
input_pn.cpp
input.cpp
intern.h
items.cpp
menus.cpp
midi.cpp
midi.h
midiparser_s1d.cpp
module.mk
oracle.cpp
pn.cpp
POTFILES I18N: Move specification of engine specific files to enginedir/POTFILES. 2013-08-12 17:54:31 +02:00
res_ami.cpp
res_snd.cpp AGOS: Get rid of ArchiveMan in favor of global SearchMan. 2014-01-22 00:30:28 +01:00
res.cpp AGOS: Get rid of ArchiveMan in favor of global SearchMan. 2014-01-22 00:30:28 +01:00
rooms.cpp
saveload.cpp AGOS: Get rid of ArchiveMan in favor of global SearchMan. 2014-01-22 00:30:28 +01:00
script_dp.cpp
script_e1.cpp
script_e2.cpp
script_ff.cpp
script_pn.cpp AGOS: Use Common::String for savegame filenames 2013-08-23 19:09:36 +02:00
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 AGOS: Get rid of ArchiveMan in favor of global SearchMan. 2014-01-22 00:30:28 +01:00
verb_pn.cpp
verb.cpp
vga_e2.cpp AGOS: Take advantage of Surface::getPixels. 2013-08-03 04:02:50 +02:00
vga_ff.cpp
vga_pn.cpp AGOS: Take advantage of Surface::getPixels. 2013-08-03 04:02:50 +02:00
vga_s1.cpp
vga_s2.cpp
vga_ww.cpp AGOS: Take advantage of Surface::getPixels. 2013-08-03 04:02:50 +02:00
vga.cpp AGOS: Take advantage of Surface::getPixels. 2013-08-03 04:02:50 +02:00
vga.h
window.cpp AGOS: Take advantage of Surface::getPixels. 2013-08-03 04:02:50 +02:00
zones.cpp