scummvm/engines/illusions
Eric Fry aa241b8ef3 ILLUSIONS: Mark bbdou as unstable
Drop platform from game id
2018-07-20 06:43:33 +00:00
..
bbdou ILLUSIONS: Replace spaces with tabs 2018-07-20 06:43:33 +00:00
duckman ILLUSIONS: Replace spaces with tabs 2018-07-20 06:43:33 +00:00
resources ILLUSIONS: Replace spaces with tabs 2018-07-20 06:43:33 +00:00
threads ILLUSIONS: Pause voice when entering in-game menu 2018-07-20 06:43:33 +00:00
actor.cpp ILLUSIONS: Replace spaces with tabs 2018-07-20 06:43:33 +00:00
actor.h ILLUSIONS: Pause actors when entering menu 2018-07-20 06:43:33 +00:00
camera.cpp ILLUSIONS: Replace spaces with tabs 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: Mark bbdou as unstable 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: Replace spaces with tabs 2018-07-20 06:43:33 +00:00
fileresourcereader.cpp ILLUSIONS: Add GAM archive reader for Duckman and adjust the resource reader/system 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: Replace spaces with tabs 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: DUCKMAN: Start implementing the menu system 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: Rename tag -> sceneId 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: Add sound effects (still buggy) 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: Initialise save slot variable 2018-07-20 06:43:33 +00:00
illusions.h ILLUSIONS: Wire up subtitle text duration config slider 2018-07-20 06:43:33 +00:00
input.cpp ILLUSIONS: Add debug cheat code support 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: Replace spaces with tabs 2018-07-20 06:43:33 +00:00
menusystem.h ILLUSIONS: Replace spaces with tabs 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: Implement convertPanXCoord() to support audio panning. 2018-07-20 06:43:33 +00:00
pathfinder.h ILLUSIONS: Implement convertPanXCoord() to support audio panning. 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: Rename tag -> sceneId 2018-07-20 06:43:33 +00:00
resourcesystem.h ILLUSIONS: DUCKMAN: Implement special opcodes 160017, 16001B, 160020 and 160021 2018-07-20 06:43:33 +00:00
saveload.cpp ILLUSIONS: Wire up restart savegame menu item. 2018-07-20 06:43:33 +00:00
screen.cpp Getting it to compile after merging master 2018-07-20 06:43:33 +00:00
screen.h ILLUSIONS: Split Screen class into variants for 8bit and 16bit (i.e. Duckman and BBDOU) 2018-07-20 06:43:33 +00:00
screentext.cpp ILLUSIONS: Name menu border color variables to add readability 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: DUCKMAN: Implement load game from the game's menu system 2018-07-20 06:43:33 +00:00
scriptstack.cpp ILLUSIONS: Rename file scriptman,* to scriptstack.* and remove unneccessary includes of it 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: Add logic to enable palette cycling sequence 2018-07-20 06:43:33 +00:00
sequenceopcodes.h ILLUSIONS: Add logic to enable palette cycling sequence 2018-07-20 06:43:33 +00:00
sound.cpp ILLUSIONS: Pause voice when entering in-game menu 2018-07-20 06:43:33 +00:00
sound.h ILLUSIONS: Pause voice when entering in-game menu 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: Fill in background for text in menus 2018-07-20 06:43:33 +00:00
textdrawer.h ILLUSIONS: Name menu border color variables to add readability 2018-07-20 06:43:33 +00:00
thread.cpp ILLUSIONS: Implement convertPanXCoord() to support audio panning. 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: Fix valgrind warnings about usage of uninitialised variables 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