scummvm/engines/sludge
Sebastian Krzyszkowiak 44e2abaed7 SLUDGE: Use burnSurface in burnSpriteToBackDrop
Otherwise the only difference between it and pasteSpriteToBackDrop
is the different color used for blending.

burnString is supposed to transform brightness into alpha. This is
pre-rendered already at load time in burnSurface, so use that.

While at that, remove useLightTexture TODOs from above-mentioned
functions. The only thing the original interpreter does with
useLightTexture in those places is to make sure it's disabled.
2023-01-19 00:07:45 +01:00
..
backdrop.cpp SLUDGE: Make sure initial backdrop gets its alpha channel stored 2023-01-16 17:57:04 +01:00
bg_effects.cpp
builtin.cpp SLUDGE: Use unescaped value when calling openUrl in launch 2023-01-13 23:56:46 +01:00
builtin.h
configure.engine
credits.pl
csludge.h
cursors.cpp
cursors.h
detection.cpp ENGINES: Change getFileProperties to receive MD5Properties as argument 2022-12-28 12:56:22 +01:00
detection.h
detection_tables.h SLUDGE: Add more files to detection entries for addressing graylisted names 2022-09-17 16:53:48 +02:00
errors.h
event.cpp SLUDGE: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
event.h
fileset.cpp
fileset.h
floor.cpp
floor.h
fonttext.cpp
fonttext.h
freeze.cpp
freeze.h
function.cpp
function.h
functionlist.h
graphics.cpp
graphics.h SLUDGE: Fix channel mapping in setBurnColor 2023-01-17 13:37:44 +02:00
hsi.cpp
hsi.h
imgloader.cpp
imgloader.h
language.cpp
language.h
main_loop.cpp
main_loop.h
metaengine.cpp
module.mk
moreio.cpp
moreio.h
movie.cpp
movie.h
newfatal.cpp
newfatal.h
objtypes.cpp
objtypes.h
people.cpp
people.h
region.cpp SLUDGE: Save/restore region's direction as signed integer 2023-01-13 00:40:07 +02:00
region.h
savedata.cpp
savedata.h
saveload.cpp
saveload.h
sludge.cpp
sludge.h
sludger.cpp
sludger.h
sound.cpp
sound.h
speech.cpp
speech.h
sprbanks.cpp
sprbanks.h
sprites.cpp SLUDGE: Use burnSurface in burnSpriteToBackDrop 2023-01-19 00:07:45 +01:00
sprites.h
statusba.cpp
statusba.h
thumbnail.cpp
timing.cpp
timing.h
transition.cpp SLUDGE: Fix transitionFader 2023-01-15 14:24:38 +02:00
variable.cpp
variable.h
version.h
zbuffer.cpp
zbuffer.h