Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-20 | ILLUSIONS: Clean up/fix some TODOs | johndoe123 | |
(cherry picked from commit 66094e4) | |||
2018-07-20 | ILLUSIONS: DUCKMAN: Implement video player | johndoe123 | |
(cherry picked from commit 62577c8) | |||
2018-07-20 | ILLUSIONS: DUCKMAN: Clear fader when loading/unpausing backgrounds | Eric 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-20 | ILLUSIONS: Formatting, remove trailing whitespace. | Eric Fry | |
2018-07-20 | ILLUSIONS: Implement convertPanXCoord() to support audio panning. | Eric Fry | |
Wire up startScriptThread2() calls. Add namedpoint logic. | |||
2018-07-20 | ILLUSIONS: Move palette code from Screen to new ScreenPalette class | johndoe123 | |
2018-07-20 | ILLUSIONS: DUCKMAN: Extract trigger cause sound playing to method | johndoe123 | |
2018-07-20 | ILLUSIONS: Implement save/load functionality | johndoe123 | |
- Only works in Duckman at the moment - Only via the ScummVM main menu for now, save/load via the game's menu to be implemented | |||
2018-07-20 | ILLUSIONS: DUCKMAN: Implement special opcode 160012 and related code | johndoe123 | |
2018-07-20 | ILLUSIONS: DUCKMAN: Implement opcode 85 and 86, actual save/load not ↵ | johndoe123 | |
implemented yet | |||
2018-07-20 | ILLUSIONS: DUCKMAN: Implement opcode 21 | johndoe123 | |
2018-07-20 | ILLUSIONS: DUCKMAN: Start implementing the menu system | johndoe123 | |
Still work-in-progress, missing functionality and buggy Maybe needs some work for BBDOU where this isn't implemented yet. | |||
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: Refactor the input system | johndoe123 | |
2018-07-20 | ILLUSIONS: Move Duckman dialog code to own file | johndoe123 | |
2018-07-20 | ILLUSIONS: Move Duckman inventory code to own class and file | johndoe123 | |
2018-07-20 | ILLUSIONS: Move Duckman property timer code to own class and file | johndoe123 | |
2018-07-20 | ILLUSIONS: Move Duckman special code to own class and file | johndoe123 | |
2018-07-20 | ILLUSIONS: Move game-specific files into own subdirectories | johndoe123 | |