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 (
Collapse
)
Author
2018-07-20
ILLUSIONS: DUCKMAN: Implement opcode 21
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: 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: 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 ↵
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 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