scummvm/engines/illusions
Eric Fry c01a1269b6 ILLUSIONS: DUCKMAN: Clear fader when loading/unpausing backgrounds
(cherry picked from commit 3367aafae37d6c28c1ab1e8323613a56a44e3a5c)

ILLUSIONS: Delete dictionary list before it gets removed

(cherry picked from commit d9d0c11)

ILLUSIONS: Implement PathFinder::postProcess

(cherry picked from commit ee98dfc)
2018-07-20 06:43:33 +00:00
..
bbdou ILLUSIONS: Formatting fixes 2018-07-20 06:43:33 +00:00
duckman ILLUSIONS: DUCKMAN: Clear fader when loading/unpausing backgrounds 2018-07-20 06:43:33 +00:00
resources ILLUSIONS: DUCKMAN: Clear fader when loading/unpausing backgrounds 2018-07-20 06:43:33 +00:00
threads ILLUSIONS: Standardized fall through comments 2018-07-20 06:43:33 +00:00
actor.cpp ILLUSIONS: update _vm->_unpauseControlActorFlag when unpausing actors 2018-07-20 06:43:33 +00:00
actor.h ILLUSIONS: Formatting, remove trailing whitespace. 2018-07-20 06:43:33 +00:00
camera.cpp ILLUSIONS: Formatting, remove trailing whitespace. 2018-07-20 06:43:33 +00:00
camera.h ILLUSIONS: Start refactoring the resource system (not done yet) 2018-07-20 06:43:33 +00:00
configure.engine ILLUSIONS: Enable illusions engine by default 2018-07-20 06:43:33 +00:00
cursor.cpp ILLUSIONS: Rename some actor flags 2018-07-20 06:43:33 +00:00
cursor.h ILLUSIONS: More work on Duckman 2018-07-20 06:43:33 +00:00
detection.cpp ILLUSIONS: Refactor savegame thumbnail logic to be inline with rest of tree 2018-07-20 06:43:33 +00:00
dictionary.cpp ILLUSIONS: Move resource-related files into resources subdirectory 2018-07-20 06:43:33 +00:00
dictionary.h ILLUSIONS: DUCKMAN: Clear fader when loading/unpausing backgrounds 2018-07-20 06:43:33 +00:00
fileresourcereader.cpp ILLUSIONS: Formatting, remove trailing whitespace. 2018-07-20 06:43:33 +00:00
fileresourcereader.h ILLUSIONS: Add GAM archive reader for Duckman and adjust the resource reader/system 2018-07-20 06:43:33 +00:00
fixedpoint.cpp ILLUSIONS: Formatting fixes 2018-07-20 06:43:33 +00:00
fixedpoint.h ILLUSIONS: Replace spaces with tabs 2018-07-20 06:43:33 +00:00
gamarchive.cpp ILLUSIONS: always use braces for loops 2018-07-20 06:43:33 +00:00
gamarchive.h ILLUSIONS: Add GAM archive reader for Duckman and adjust the resource reader/system 2018-07-20 06:43:33 +00:00
gamestate.cpp ILLUSIONS: Fix clang warnings. Work on menu keyboard control 2018-07-20 06:43:33 +00:00
gamestate.h ILLUSIONS: Implement save/load functionality 2018-07-20 06:43:33 +00:00
gamresourcereader.cpp ILLUSIONS: Formatting, remove trailing whitespace. 2018-07-20 06:43:33 +00:00
gamresourcereader.h ILLUSIONS: Add GAM archive reader for Duckman and adjust the resource reader/system 2018-07-20 06:43:33 +00:00
graphics.cpp ILLUSIONS: Formatting fixes 2018-07-20 06:43:33 +00:00
graphics.h ILLUSIONS: Additions in various places 2018-07-20 06:43:33 +00:00
illusions.cpp ILLUSIONS: Formatting fixes 2018-07-20 06:43:33 +00:00
illusions.h ILLUSIONS: DUCKMAN: Clear fader when loading/unpausing backgrounds 2018-07-20 06:43:33 +00:00
input.cpp ILLUSIONS: always use braces for loops 2018-07-20 06:43:33 +00:00
input.h ILLUSIONS: Add debug cheat code support 2018-07-20 06:43:33 +00:00
menusystem.cpp ILLUSIONS: always use braces for loops 2018-07-20 06:43:33 +00:00
menusystem.h ILLUSIONS: Formatting fixes 2018-07-20 06:43:33 +00:00
module.mk ILLUSIONS: DUCKMAN: Move game credits into own file and class 2018-07-20 06:43:33 +00:00
pathfinder.cpp ILLUSIONS: DUCKMAN: Clear fader when loading/unpausing backgrounds 2018-07-20 06:43:33 +00:00
pathfinder.h ILLUSIONS: DUCKMAN: Clear fader when loading/unpausing backgrounds 2018-07-20 06:43:33 +00:00
resourcereader.cpp ILLUSIONS: Add GAM archive reader for Duckman and adjust the resource reader/system 2018-07-20 06:43:33 +00:00
resourcereader.h ILLUSIONS: Add GAM archive reader for Duckman and adjust the resource reader/system 2018-07-20 06:43:33 +00:00
resourcesystem.cpp ILLUSIONS: always use braces for loops 2018-07-20 06:43:33 +00:00
resourcesystem.h ILLUSIONS: Formatting, remove trailing whitespace. 2018-07-20 06:43:33 +00:00
saveload.cpp ILLUSIONS: Refactor savegame thumbnail logic to be inline with rest of tree 2018-07-20 06:43:33 +00:00
screen.cpp ILLUSIONS: always use braces for loops 2018-07-20 06:43:33 +00:00
screen.h ILLUSIONS: Formatting, remove trailing whitespace. 2018-07-20 06:43:33 +00:00
screentext.cpp ILLUSIONS: always use braces for loops 2018-07-20 06:43:33 +00:00
screentext.h ILLUSIONS: Name menu border color variables to add readability 2018-07-20 06:43:33 +00:00
scriptopcodes.cpp ILLUSIONS: BBDOU: Implement missing script opcodes and special opcodes; fix ActorType bugs and more 2018-07-20 06:43:33 +00:00
scriptopcodes.h ILLUSIONS: Formatting fixes 2018-07-20 06:43:33 +00:00
scriptstack.cpp ILLUSIONS: always use braces for loops 2018-07-20 06:43:33 +00:00
scriptstack.h ILLUSIONS: Rename file scriptman,* to scriptstack.* and remove unneccessary includes of it 2018-07-20 06:43:33 +00:00
sequenceopcodes.cpp ILLUSIONS: always use braces for loops 2018-07-20 06:43:33 +00:00
sequenceopcodes.h ILLUSIONS: Formatting, remove trailing whitespace. 2018-07-20 06:43:33 +00:00
sound.cpp ILLUSIONS: DUCKMAN: Clear fader when loading/unpausing backgrounds 2018-07-20 06:43:33 +00:00
sound.h ILLUSIONS: DUCKMAN: Clear fader when loading/unpausing backgrounds 2018-07-20 06:43:33 +00:00
specialcode.cpp ILLUSIONS: Refactor code in preparation for the Duckman engine 2018-07-20 06:43:33 +00:00
specialcode.h ILLUSIONS: Refactor code in preparation for the Duckman engine 2018-07-20 06:43:33 +00:00
textdrawer.cpp ILLUSIONS: Formatting, remove trailing whitespace. 2018-07-20 06:43:33 +00:00
textdrawer.h ILLUSIONS: Formatting, remove trailing whitespace. 2018-07-20 06:43:33 +00:00
thread.cpp ILLUSIONS: always use braces for loops 2018-07-20 06:43:33 +00:00
thread.h ILLUSIONS: DUCKMAN: Implement opcodes 70/71 for pausing/unpausing during the menu 2018-07-20 06:43:33 +00:00
time.cpp ILLUSIONS: Implement TimerThread and script opcode 2018-07-20 06:43:33 +00:00
time.h ILLUSIONS: Implement TimerThread and script opcode 2018-07-20 06:43:33 +00:00
updatefunctions.cpp ILLUSIONS: always use braces for loops 2018-07-20 06:43:33 +00:00
updatefunctions.h ILLUSIONS: Terminate update functions on scene exit; fix bugs and use constants 2018-07-20 06:43:33 +00:00