scummvm/engines/saga
2022-12-25 16:31:57 +01:00
..
actor_path.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
actor_walk.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
actor.cpp SAGA: Use ECS colors for speech colors when needed 2022-12-21 14:58:09 +01:00
actor.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
animation.cpp ALL: VS warning cleanup 2022-12-25 16:31:57 +01:00
animation.h SAGA: Support decoding AGA and ECS graphics 2022-11-14 00:27:33 +01:00
configure.engine SAGA: Disable saga2 subengine 2021-05-18 20:30:02 +02:00
console.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
console.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
credits.pl DEVTOOLS: move credits from devtools/credits.pl to engines 2021-08-05 00:01:46 +02:00
detection_tables.h SAGA: Add AGA demo floppy release 2022-12-21 14:58:09 +01:00
detection.cpp SAGA: Support having game files under "ITE Data Files" 2022-12-18 20:46:34 +01:00
detection.h SAGA: Remove suffix _CD from detection_tables.h 2022-12-21 14:58:09 +01:00
displayinfo.h SAGA: Use colors from ECS-palettes when needed 2022-12-21 14:58:09 +01:00
events.cpp SAGA: Use colors from ECS-palettes when needed 2022-12-21 14:58:09 +01:00
events.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
font_map.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
font.cpp SAGA: Support embed Amiga font 2022-12-05 08:15:33 +02:00
font.h SAGA: Support embed Amiga font 2022-12-05 08:15:33 +02:00
gfx.cpp SAGA: Use colors from ECS-palettes when needed 2022-12-21 14:58:09 +01:00
gfx.h SAGA: Load extra palette for ECS 2022-12-21 14:58:09 +01:00
image.cpp SAGA: Add powerpacker compressed background 2022-12-05 08:15:33 +02:00
input.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
interface.cpp SAGA: Support masked blit for sprites 2022-12-21 14:58:09 +01:00
interface.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
introproc_ihnm.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
introproc_ite.cpp SAGA: Remove now unused INTROLIST_ITE_AMIGA_ENGLISH_AGA_CD 2022-12-05 08:15:33 +02:00
isomap.cpp SAGA: Fix graphics corruption on isometric scene in Amiga version 2022-12-10 00:29:05 +01:00
isomap.h SAGA: Fix graphics corruption on isometric scene in Amiga version 2022-12-10 00:29:05 +01:00
ite8.h SAGA: Support embed Amiga font 2022-12-05 08:15:33 +02:00
itedata.cpp SAGA: Use ECS colors for speech colors when needed 2022-12-21 14:58:09 +01:00
itedata.h SAGA: Use ECS colors for speech colors when needed 2022-12-21 14:58:09 +01:00
metaengine.cpp SAGA: Fix displayinfo for ECS ITE 2022-12-21 14:58:09 +01:00
module.mk SAGA + SAGA2: Fix build 2021-07-01 15:57:05 +02:00
music.cpp SAGA: Switch from custom macbinary parser to MacResManager 2022-12-18 20:46:34 +01:00
music.h SAGA: Rename playAmigaMod to playProtracker 2022-12-15 16:58:49 +01:00
objectmap.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
objectmap.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
palanim.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
palanim.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
POTFILES SAGA: Add missing reference to POTFILES 2021-10-16 11:23:53 +02:00
puzzle.cpp SAGA: Use colors from ECS-palettes when needed 2022-12-21 14:58:09 +01:00
puzzle.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
render.cpp SAGA: Switch palette at line 137 when running ECS version 2022-12-21 14:58:09 +01:00
render.h SAGA: Switch palette at line 137 when running ECS version 2022-12-21 14:58:09 +01:00
resource_res.cpp SAGA: Switch from custom macbinary parser to MacResManager 2022-12-18 20:46:34 +01:00
resource_rsc.cpp SAGA: Switch from custom macbinary parser to MacResManager 2022-12-18 20:46:34 +01:00
resource.cpp SAGA: Remove contextOffset/contextSize 2022-12-18 20:46:34 +01:00
resource.h SAGA: Remove contextOffset/contextSize 2022-12-18 20:46:34 +01:00
saga.cpp SAGA: Use colors from ECS-palettes when needed 2022-12-21 14:58:09 +01:00
saga.h SAGA: Use colors from ECS-palettes when needed 2022-12-21 14:58:09 +01:00
saveload.cpp SAGA: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
scene.cpp SAGA: Use screen height if bgmask height is zero 2022-11-14 00:27:33 +01:00
scene.h SAGA: Move the LoadSceneParams structures out of the detection code 2022-11-14 20:55:16 +01:00
script.cpp SAGA: Use colors from ECS-palettes when needed 2022-12-21 14:58:09 +01:00
script.h SAGA: Correct spelling mistake 2022-10-27 15:56:14 +02:00
sfuncs_ihnm.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
sfuncs.cpp SAGA: Fix placard color in ITE ECS 2022-12-21 14:58:09 +01:00
shared_detection_defines.h SAGA: Move the LoadSceneParams structures out of the detection code 2022-11-14 20:55:16 +01:00
small8.h SAGA: Support embed Amiga font 2022-12-05 08:15:33 +02:00
sndres.cpp SAGA: Switch from custom macbinary parser to MacResManager 2022-12-18 20:46:34 +01:00
sndres.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
sound.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
sound.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
sprite.cpp SAGA: Remove dead code 2022-12-21 14:58:09 +01:00
sprite.h SAGA: Support masked blit for sprites 2022-12-21 14:58:09 +01:00
sthread.cpp ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
xref.txt