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
/
bbdou
/
illusions_bbdou.cpp
Age
Commit message (
Expand
)
Author
2018-07-20
ILLUSIONS: Clean up/fix some TODOs
johndoe123
2018-07-20
ILLUSIONS: Remove old TODOs
johndoe123
2018-07-20
ILLUSIONS: BBDOU: Implement savegame saving/loading from GUI and the launcher
johndoe123
2018-07-20
ILLUSIONS: BBDOU: Add menu system class, adjust existing code (actual menus n...
johndoe123
2018-07-20
ILLUSIONS: BBDOU: Play sound in BbdouSpecialCode::playSoundEffect
johndoe123
2018-07-20
ILLUSIONS: BBDOU: Implement video player
johndoe123
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: Wire up subtitle text duration config slider
Eric Fry
2018-07-20
ILLUSIONS: Replace 0x40004 with CURSOR_OBJECT_ID constant
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
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: BBDOU: Implement opcodes 18, 19
johndoe123
2018-07-20
ILLUSIONS: BBDOU: Implement missing script opcodes and special opcodes; fix A...
johndoe123
2018-07-20
ILLUSIONS: DUCKMAN: Implement opcode 21
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: Move trigger functions code to seperate file
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 game-specific files into own subdirectories
johndoe123