Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-20 | ILLUSIONS: BBDOU: Implement savegame saving/loading from GUI and the launcher | johndoe123 | |
(cherry picked from commit 42f0bd4) | |||
2018-07-20 | ILLUSIONS: Remove old video logic | Eric Fry | |
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: Refactor savegame thumbnail logic to be inline with rest of tree | Eric Fry | |
2018-07-20 | ILLUSIONS: Formatting, remove trailing whitespace. | Eric Fry | |
2018-07-20 | ILLUSIONS: Wire up subtitle text duration config slider | 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: Fix valgrind warnings about usage of uninitialised variables | Eric Fry | |
2018-07-20 | Save description with savegame | Eric Fry | |
2018-07-20 | ILLUSIONS: Move palette code from Screen to new ScreenPalette class | johndoe123 | |
2018-07-20 | ILLUSIONS: DUCKMAN: Implement load game from the game's menu system | johndoe123 | |
- Fix pause/unpause opcodes - Reduce debug output | |||
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 16001D, 16001E, 16001F and ↵ | johndoe123 | |
related code | |||
2018-07-20 | ILLUSIONS: DUCKMAN: Implement opcode 21 | johndoe123 | |
2018-07-20 | ILLUSIONS: DUCKMAN: Implement opcode 8 | johndoe123 | |
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: Add GAM archive reader for Duckman and adjust the resource ↵ | johndoe123 | |
reader/system | |||
2018-07-20 | ILLUSIONS: Refactoring the resource system (not done yet) | johndoe123 | |
2018-07-20 | ILLUSIONS: Start refactoring the resource system (not done yet) | johndoe123 | |
2018-07-20 | ILLUSIONS: Implement VoicePlayer | johndoe123 | |
2018-07-20 | ILLUSIONS: Add SoundMan and MusicPlayer | johndoe123 | |
- Add remaining screen shake effects - Implement Chinese dialog puzzle in Duckman | |||
2018-07-20 | ILLUSIONS: Add screen shaking effect | johndoe123 | |
2018-07-20 | ILLUSIONS: Use the UpdateFunctions class for update routines | johndoe123 | |
2018-07-20 | ILLUSIONS: More work on Duckman | johndoe123 | |
- Implement palette fader - Add more inventory functions - Add more script opcodes | |||
2018-07-20 | ILLUSIONS: More work on Duckman | johndoe123 | |
- Implement dialogs - Change Camera class for Duckman | |||
2018-07-20 | ILLUSIONS: More work on Duckman | johndoe123 | |
- Implement Duckman cursor and interaction handling - Add more script opcodes - Add TextDrawer and ScreenText (needs minor refactoring for BBDOU) | |||
2018-07-20 | ILLUSIONS: More work on Duckman | johndoe123 | |
2018-07-20 | ILLUSIONS: Refactor code in preparation for the Duckman engine | johndoe123 | |
2018-07-20 | ILLUSIONS: Implement calcPointDirection | johndoe123 | |
- Implement sequence opcode 1 | |||
2018-07-20 | ILLUSIONS: Add more script opcodes | johndoe123 | |
- Add support for duplicate keys to the dictionary - Add trigger functions support - Improve inventory, now items can be clicked | |||
2018-07-20 | ILLUSIONS: Additions in various places | johndoe123 | |
- Add NamedPoint and related code - Remove some debug output - Fix right mouse button input - Add bubble code - Add BBDOU inventory skeleton | |||
2018-07-20 | ILLUSIONS: Work on interaction; work on Cause related code | johndoe123 | |
2018-07-20 | ILLUSIONS: Start with BBDOU special code | johndoe123 | |
2018-07-20 | ILLUSIONS: Add TalkThread | johndoe123 | |
2018-07-20 | ILLUSIONS: Add TalkResource and related | johndoe123 | |
2018-07-20 | ILLUSIONS: Add more script opcodes | johndoe123 | |
2018-07-20 | ILLUSIONS: Implement more script opcodes and related functions | johndoe123 | |
2018-07-20 | ILLUSIONS: Implement more sequence opcodes and work on the graphics system | johndoe123 | |
2018-07-20 | ILLUSIONS: Work on Actor and Control classes; fix bug in sprite decompression | johndoe123 | |
2018-07-20 | ILLUSIONS: Add Dictionary class and use it | johndoe123 | |
2018-07-20 | ILLUSIONS: Work on Actor and Control classes | johndoe123 | |
2018-07-20 | ILLUSIONS: Add Screen class and ajust code to use it | johndoe123 | |
2018-07-20 | ILLUSIONS: More work on actor and control related code | johndoe123 | |
2018-07-20 | ILLUSIONS: More work on the script system | johndoe123 | |
2018-07-20 | ILLUSIONS: Start with ScriptResource and related code | johndoe123 | |
2018-07-20 | ILLUSIONS: Start with ActorResource and related classes | johndoe123 | |
2018-07-20 | ILLUSIONS: More work on the Camera class | johndoe123 | |
- Add fixed point code (untested and probably wrong) | |||
2018-07-20 | ILLUSIONS: More work on the camera and background classes | johndoe123 | |