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
/
scriptopcodes_duckman.cpp
Age
Commit message (
Expand
)
Author
2018-07-20
ILLUSIONS: Clean up/fix some TODOs
johndoe123
2018-07-20
ILLUSIONS: DUCKMAN: Implement MIDI music fading
johndoe123
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: always use braces for loops
Eric Fry
2018-07-20
ILLUSIONS: Formatting, remove trailing whitespace.
Eric Fry
2018-07-20
ILLUSIONS: Pause voice when entering in-game menu
Eric Fry
2018-07-20
ILLUSIONS: Wire up restart savegame menu item.
Eric Fry
2018-07-20
ILLUSIONS: Pause actors when entering menu
Eric Fry
2018-07-20
ILLUSIONS: Implement convertPanXCoord() to support audio panning.
Eric Fry
2018-07-20
ILLUSIONS: Print walk rectangle point on background to aid in debugging
Eric Fry
2018-07-20
ILLUSIONS: Connect up midi fade to MidiPlayer object
Eric Fry
2018-07-20
ILLUSIONS: Change video skip key from escape to space
Eric Fry
2018-07-20
ILLUSIONS: Add midi music player
Eric Fry
2018-07-20
ILLUSIONS: Play video files
Eric Fry
2018-07-20
Disable debug scene override
Eric Fry
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
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: Remove if'd out opcode code (used by me as scratch pad); ...
johndoe123
2018-07-20
ILLUSIONS: DUCKMAN: Implement opcode 100 and 101
johndoe123
2018-07-20
ILLUSIONS: DUCKMAN: Implement opcode 85 and 86, actual save/load not implemen...
johndoe123
2018-07-20
ILLUSIONS: DUCKMAN: Implement opcode 83
johndoe123
2018-07-20
ILLUSIONS: DUCKMAN: Implement opcode 73
johndoe123
2018-07-20
ILLUSIONS: DUCKMAN: Implement opcode 21
johndoe123
2018-07-20
ILLUSIONS: DUCKMAN: Implement opcode 8
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: Rename tag -> sceneId
johndoe123
2018-07-20
ILLUSIONS: Add GAM archive reader for Duckman and adjust the resource reader/...
johndoe123
2018-07-20
ILLUSIONS: Refactor the input system
johndoe123
2018-07-20
ILLUSIONS: Move script opcode files to game specific directories
johndoe123