Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-16 | ILLUSIONS: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2018-07-20 | ILLUSIONS: Remove old TODOs | johndoe123 | |
(cherry picked from commit bb95440) | |||
2018-07-20 | ILLUSIONS: Pan talk thread audio when using a named position | Eric Fry | |
2018-07-20 | ILLUSIONS: Implement voice pausing/unpausing | johndoe123 | |
(cherry picked from commit a70cf1d) | |||
2018-07-20 | ILLUSIONS: BBDOU: Implement missing talkthread events | johndoe123 | |
(cherry picked from commit 87869cb) | |||
2018-07-20 | ILLUSIONS: Standardized fall through comments | Eric Fry | |
2018-07-20 | ILLUSIONS: Formatting fixes | Eric Fry | |
Simplified some point arithmetic Lock fixedpoint calcs to float rather than double | |||
2018-07-20 | ILLUSIONS: Formatting, remove trailing whitespace. | Eric Fry | |
2018-07-20 | ILLUSIONS: Pause voice when entering in-game menu | Eric Fry | |
Wire up load fail dialog when trying to restart from unsaved new game. | |||
2018-07-20 | ILLUSIONS: Wire up subtitle text duration config slider | Eric Fry | |
2018-07-20 | ILLUSIONS: Replace 0x40004 with CURSOR_OBJECT_ID constant | Eric 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-20 | ILLUSIONS: 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-20 | ILLUSIONS: Replace text flag magic numbers with defines | Eric Fry | |
2018-07-20 | ILLUSIONS: Minor cleanup: Remove empty methods in thread classes | johndoe123 | |
2018-07-20 | ILLUSIONS: BBDOU: Implement missing script opcodes and special opcodes; fix ↵ | johndoe123 | |
ActorType bugs and more | |||
2018-07-20 | ILLUSIONS: DUCKMAN: Implement special opcode 160013, also fix Input and ↵ | johndoe123 | |
reduce debug output | |||
2018-07-20 | ILLUSIONS: 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-20 | ILLUSIONS: Rename tag -> sceneId | johndoe123 | |
2018-07-20 | ILLUSIONS: Add text drawing to BBDOU | johndoe123 | |
2018-07-20 | ILLUSIONS: Refactor the input system | johndoe123 | |
2018-07-20 | ILLUSIONS: Move game-specific files into own subdirectories | johndoe123 | |
2018-07-20 | ILLUSIONS: Move resource-related files into resources subdirectory | johndoe123 | |
2018-07-20 | ILLUSIONS: Move thread-related files into threads subdirectory | johndoe123 | |