Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-21 | ILLUSIONS: Fix warnings | Eugene Sandulenko | |
2018-07-20 | ILLUSIONS: Clean up/fix some TODOs | johndoe123 | |
(cherry picked from commit 66094e4) | |||
2018-07-20 | ILLUSIONS: DUCKMAN: Implement MIDI music fading | johndoe123 | |
(cherry picked from commit 056b303) | |||
2018-07-20 | ILLUSIONS: Minor cleanup | johndoe123 | |
(cherry picked from commit 9abaa9e) | |||
2018-07-20 | ILLUSIONS: Remove old TODOs | johndoe123 | |
(cherry picked from commit bb95440) | |||
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 fixes | Eric Fry | |
Simplified some point arithmetic Lock fixedpoint calcs to float rather than double | |||
2018-07-20 | ILLUSIONS: always use braces for loops | Eric Fry | |
2018-07-20 | ILLUSIONS: Refactor duckman inventory code to remove verbose init logic | Eric Fry | |
Replaced Common::String with c string array in slider menu init logic | |||
2018-07-20 | ILLUSIONS: Fix formatting | Eric Fry | |
Remove debug code from bbdou menu item select callback | |||
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: 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 restart savegame menu item. | Eric Fry | |
2018-07-20 | ILLUSIONS: Wire up subtitle text duration config slider | Eric Fry | |
2018-07-20 | ILLUSIONS: Add ability to restore options sliders to defaults | Eric Fry | |
2018-07-20 | ILLUSIONS: Wire up audio sliders on option menu. | Eric Fry | |
Set volumes based on scummvm config | |||
2018-07-20 | ILLUSIONS: Pause actors when entering menu | Eric Fry | |
2018-07-20 | ILLUSIONS: Move sliders in option menu | Eric Fry | |
2018-07-20 | ILLUSIONS: Wire up sfx to menus | Eric Fry | |
2018-07-20 | ILLUSIONS: Start on debug menu | Eric Fry | |
2018-07-20 | ILLUSIONS: Add debug cheat code support | Eric Fry | |
Work on inventory add/remove debug menu. | |||
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: Implement convertPanXCoord() to support audio panning. | Eric Fry | |
Wire up startScriptThread2() calls. Add namedpoint logic. | |||
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: Rename some actor flags | Eric Fry | |
2018-07-20 | ILLUSIONS: Connect up midi fade to MidiPlayer object | Eric Fry | |
2018-07-20 | ILLUSIONS: Replace actor flag magic values with enum definitions | 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: Play video files | Eric Fry | |
2018-07-20 | ILLUSIONS: Fix bug when setting property timers. | Eric Fry | |
Illusions engine variable wasn't wired up | |||
2018-07-20 | ILLUSIONS: Improve naming of variables and methods in menu system. | Eric Fry | |
Start work on keyboard menu support and menu background fill. | |||
2018-07-20 | Work on options menu | Eric Fry | |
2018-07-20 | Save description with savegame | Eric Fry | |
2018-07-20 | Fixed save continue dialog menu | Eric Fry | |
2018-07-20 | Work on save support | Eric Fry | |
2018-07-20 | Disable debug scene override | Eric Fry | |
2018-07-20 | ILLUSIONS: Split Screen class into variants for 8bit and 16bit (i.e. Duckman ↵ | johndoe123 | |
and BBDOU) | |||
2018-07-20 | ILLUSIONS: Move palette code from Screen to new ScreenPalette class | johndoe123 | |
2018-07-20 | ILLUSIONS: DUCKMAN: Move game credits into own file and 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: 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 opcodes 160017, 16001B, 160020 and 160021 | johndoe123 | |
2018-07-20 | ILLUSIONS: DUCKMAN: Implement special opcode 16001A | johndoe123 | |
2018-07-20 | ILLUSIONS: DUCKMAN: Implement special opcode 160013, also fix Input and ↵ | johndoe123 | |
reduce debug output | |||
2018-07-20 | ILLUSIONS: DUCKMAN: Implement special opcode 160012 and related code | johndoe123 | |