aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2018-07-20ILLUSIONS: Implement voice pausing/unpausingjohndoe123
(cherry picked from commit a70cf1d)
2018-07-20ILLUSIONS: BBDOU: Implement missing talkthread eventsjohndoe123
(cherry picked from commit 87869cb)
2018-07-20ILLUSIONS: BBDOU: FormattingEric Fry
2018-07-20ILLUSIONS: BBDOU: Implement video playerjohndoe123
(cherry picked from commit aab0b29)
2018-07-20ILLUSIONS: BBDOU: Fix text drawing colorsjohndoe123
(cherry picked from commit a028c3f)
2018-07-20ILLUSIONS: Remove old video logicEric Fry
2018-07-20ILLUSIONS: DUCKMAN: Implement video playerjohndoe123
(cherry picked from commit 62577c8)
2018-07-20ILLUSIONS: DUCKMAN: Clear fader when loading/unpausing backgroundsEric Fry
(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-20ILLUSIONS: update _vm->_unpauseControlActorFlag when unpausing actorsEric Fry
2018-07-20ILLUSIONS: Standardized fall through commentsEric Fry
2018-07-20ILLUSIONS: Refactor savegame thumbnail logic to be inline with rest of treeEric Fry
2018-07-20ILLUSIONS: Formatting fixesEric Fry
Simplified some point arithmetic Lock fixedpoint calcs to float rather than double
2018-07-20ILLUSIONS: always use braces for loopsEric Fry
2018-07-20ILLUSIONS: Refactor duckman inventory code to remove verbose init logicEric Fry
Replaced Common::String with c string array in slider menu init logic
2018-07-20ILLUSIONS: Fix formattingEric Fry
Remove debug code from bbdou menu item select callback
2018-07-20ILLUSIONS: Fix typo in palette cycle logic.Eric Fry
Fix uninitialised local variable
2018-07-20ILLUSIONS: Formatting, remove trailing whitespace.Eric Fry
2018-07-20ILLUSIONS: FormattingEric Fry
2018-07-20ILLUSIONS: Mark bbdou as unstableEric Fry
Drop platform from game id
2018-07-20ILLUSIONS: Replace spaces with tabsEric Fry
Replace while(1) with do..while loop Removed dead code Renamed FP16 to FixedPoint16 to improve readability
2018-07-20ILLUSIONS: Pause voice when entering in-game menuEric Fry
Wire up load fail dialog when trying to restart from unsaved new game.
2018-07-20ILLUSIONS: Initialise save slot variableEric Fry
2018-07-20ILLUSIONS: Add support for German version.Eric Fry
2018-07-20ILLUSIONS: Wire up restart savegame menu item.Eric Fry
2018-07-20ILLUSIONS: Enable illusions engine by defaultEric Fry
Add credits info for illusions engine
2018-07-20ILLUSIONS: Wire up subtitle text duration config sliderEric Fry
2018-07-20ILLUSIONS: Add ability to restore options sliders to defaultsEric Fry
2018-07-20ILLUSIONS: Wire up audio sliders on option menu.Eric Fry
Set volumes based on scummvm config
2018-07-20ILLUSIONS: loop music tracksEric Fry
2018-07-20ILLUSIONS: Pause actors when entering menuEric Fry
2018-07-20ILLUSIONS: Move sliders in option menuEric Fry
2018-07-20ILLUSIONS: Wire up sfx to menusEric Fry
2018-07-20ILLUSIONS: Start on debug menuEric Fry
2018-07-20ILLUSIONS: Add debug cheat code supportEric Fry
Work on inventory add/remove debug menu.
2018-07-20ILLUSIONS: Add logic to enable palette cycling sequenceEric Fry
2018-07-20ILLUSIONS: Add more loggingEric Fry
Add todo to check named point on opAppearForeignActor
2018-07-20ILLUSIONS: Replace 0x40004 with CURSOR_OBJECT_ID constantEric Fry
Fix pan bug in starship enterprise scene Add sequence opcode name to debug log Hack to fix endless loop bug outside the starship enterprise
2018-07-20ILLUSIONS: Implement convertPanXCoord() to support audio panning.Eric Fry
Wire up startScriptThread2() calls. Add namedpoint logic.
2018-07-20ILLUSIONS: Print walk rectangle point on background to aid in debuggingEric Fry
Comment and rename some code in pathfinder to aid in understanding
2018-07-20ILLUSIONS: Rename some actor flagsEric Fry
2018-07-20ILLUSIONS: silence clang warning about not operation in expressionEric Fry
2018-07-20ILLUSIONS: Connect up midi fade to MidiPlayer objectEric Fry
2018-07-20ILLUSIONS: Replace actor flag magic values with enum definitionsEric Fry
2018-07-20ILLUSIONS: Change video skip key from escape to spaceEric Fry
Add debug logging on unknown background info field Removed unused debug variables
2018-07-20ILLUSIONS: Add midi music playerEric Fry
2018-07-20ILLUSIONS: Fix clang warnings. Work on menu keyboard controlEric Fry
Fix some warnings while compiling with clang. Add up/down key support in game menus.
2018-07-20ILLUSIONS: Fix static buffer overrun in debug log function.Eric Fry
This was causing the game to crash when loading the main scumm menu. It was corrupting another static string in the about dialog.
2018-07-20ILLUSIONS: Play video filesEric Fry
2018-07-20ILLUSIONS: Fix valgrind warnings about usage of uninitialised variablesEric Fry
2018-07-20ILLUSIONS: Fix bug when setting property timers.Eric Fry
Illusions engine variable wasn't wired up