aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/threads
AgeCommit message (Collapse)Author
2018-07-20ILLUSIONS: Pan talk thread audio when using a named positionEric Fry
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: Standardized fall through commentsEric Fry
2018-07-20ILLUSIONS: Formatting fixesEric Fry
Simplified some point arithmetic Lock fixedpoint calcs to float rather than double
2018-07-20ILLUSIONS: Formatting, remove trailing whitespace.Eric Fry
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: Wire up subtitle text duration config sliderEric Fry
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: 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: Replace text flag magic numbers with definesEric Fry
2018-07-20ILLUSIONS: Minor cleanup: Remove empty methods in thread classesjohndoe123
2018-07-20ILLUSIONS: BBDOU: Implement missing script opcodes and special opcodes; fix ↵johndoe123
ActorType bugs and more
2018-07-20ILLUSIONS: DUCKMAN: Implement special opcode 160013, also fix Input and ↵johndoe123
reduce debug output
2018-07-20ILLUSIONS: DUCKMAN: Implement opcodes 70/71 for pausing/unpausing during the ↵johndoe123
menu Also change some input functions to return uint istead of byte to allow bigger bitmasks.
2018-07-20ILLUSIONS: Rename tag -> sceneIdjohndoe123
2018-07-20ILLUSIONS: Add text drawing to BBDOUjohndoe123
2018-07-20ILLUSIONS: Refactor the input systemjohndoe123
2018-07-20ILLUSIONS: Move game-specific files into own subdirectoriesjohndoe123
2018-07-20ILLUSIONS: Move resource-related files into resources subdirectoryjohndoe123
2018-07-20ILLUSIONS: Move thread-related files into threads subdirectoryjohndoe123