Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-20 | ILLUSIONS: Formatting fixes | Eric Fry | |
2018-07-20 | ILLUSIONS: Remove old TODOs | johndoe123 | |
(cherry picked from commit bb95440) | |||
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: always use braces for loops | Eric Fry | |
2018-07-20 | ILLUSIONS: Formatting, remove trailing whitespace. | Eric Fry | |
2018-07-20 | ILLUSIONS: Formatting | Eric Fry | |
2018-07-20 | ILLUSIONS: Replace spaces with tabs | Eric Fry | |
Replace while(1) with do..while loop Removed dead code Renamed FP16 to FixedPoint16 to improve readability | |||
2018-07-20 | ILLUSIONS: Add debug cheat code support | Eric Fry | |
Work on inventory add/remove debug menu. | |||
2018-07-20 | ILLUSIONS: Add logic to enable palette cycling sequence | Eric Fry | |
2018-07-20 | ILLUSIONS: Add more logging | Eric Fry | |
Add todo to check named point on opAppearForeignActor | |||
2018-07-20 | ILLUSIONS: Print walk rectangle point on background to aid in debugging | Eric Fry | |
Comment and rename some code in pathfinder to aid in understanding | |||
2018-07-20 | ILLUSIONS: silence clang warning about not operation in expression | Eric Fry | |
2018-07-20 | ILLUSIONS: Change video skip key from escape to space | Eric Fry | |
Add debug logging on unknown background info field Removed unused debug variables | |||
2018-07-20 | ILLUSIONS: Add midi music player | Eric Fry | |
2018-07-20 | ILLUSIONS: Fix clang warnings. Work on menu keyboard control | Eric Fry | |
Fix some warnings while compiling with clang. Add up/down key support in game menus. | |||
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: Fill in background for text in menus | Eric Fry | |
2018-07-20 | ILLUSIONS: Work on menu border decoration | Eric Fry | |
2018-07-20 | ILLUSIONS: Move palette code from Screen to new ScreenPalette class | johndoe123 | |
2018-07-20 | ILLUSIONS: BBDOU: Implement missing script opcodes and special opcodes; fix ↵ | johndoe123 | |
ActorType bugs and more | |||
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 opcodes 160017, 16001B, 160020 and 160021 | 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: Rename ProgInfo -> SceneInfo | johndoe123 | |
2018-07-20 | ILLUSIONS: Rename tag -> sceneId | johndoe123 | |
2018-07-20 | ILLUSIONS: Add GAM archive reader for Duckman and adjust the resource ↵ | johndoe123 | |
reader/system | |||
2018-07-20 | ILLUSIONS: Add text drawing to BBDOU | johndoe123 | |
2018-07-20 | ILLUSIONS: Refactor the input system | johndoe123 | |
2018-07-20 | ILLUSIONS: Move resource-related files into resources subdirectory | johndoe123 | |