index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
illusions
/
duckman
/
illusions_duckman.cpp
Age
Commit message (
Expand
)
Author
2019-09-23
ILLUSIONS: DUCKMAN: Fix endless SFX bug #11161
Eric Fry
2018-07-20
ILLUSIONS: Minor cleanup
johndoe123
2018-07-20
ILLUSIONS: DUCKMAN: Implement video player
johndoe123
2018-07-20
ILLUSIONS: DUCKMAN: Clear fader when loading/unpausing backgrounds
Eric Fry
2018-07-20
ILLUSIONS: Formatting fixes
Eric Fry
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: Replace spaces with tabs
Eric Fry
2018-07-20
ILLUSIONS: Pause voice when entering in-game menu
Eric Fry
2018-07-20
ILLUSIONS: Wire up subtitle text duration config slider
Eric Fry
2018-07-20
ILLUSIONS: Pause actors when entering menu
Eric Fry
2018-07-20
ILLUSIONS: Add debug cheat code support
Eric Fry
2018-07-20
ILLUSIONS: Replace 0x40004 with CURSOR_OBJECT_ID constant
Eric Fry
2018-07-20
ILLUSIONS: Implement convertPanXCoord() to support audio panning.
Eric Fry
2018-07-20
ILLUSIONS: Rename some actor flags
Eric Fry
2018-07-20
ILLUSIONS: Replace actor flag magic values with enum definitions
Eric Fry
2018-07-20
Save description with savegame
Eric Fry
2018-07-20
Work on save support
Eric Fry
2018-07-20
ILLUSIONS: Split Screen class into variants for 8bit and 16bit (i.e. Duckman ...
johndoe123
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
2018-07-20
ILLUSIONS: DUCKMAN: Extract trigger cause sound playing to method
johndoe123
2018-07-20
ILLUSIONS: Implement save/load functionality
johndoe123
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 reduc...
johndoe123
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 implemen...
johndoe123
2018-07-20
ILLUSIONS: DUCKMAN: Implement opcode 21
johndoe123
2018-07-20
ILLUSIONS: DUCKMAN: Start implementing the menu system
johndoe123
2018-07-20
ILLUSIONS: DUCKMAN: Implement opcodes 70/71 for pausing/unpausing during the ...
johndoe123
2018-07-20
ILLUSIONS: Terminate update functions on scene exit; fix bugs and use constants
johndoe123
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 reader/...
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 script opcode files to game specific directories
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