aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/screentext.cpp
AgeCommit message (Collapse)Author
2018-07-20ILLUSIONS: Remove old TODOsjohndoe123
(cherry picked from commit bb95440)
2018-07-20ILLUSIONS: BBDOU: Add menu system class, adjust existing code (actual menus ↵johndoe123
not done yet) (cherry picked from commit 03b0ca1)
2018-07-20ILLUSIONS: BBDOU: Fix text drawing colorsjohndoe123
(cherry picked from commit a028c3f)
2018-07-20ILLUSIONS: always use braces for loopsEric Fry
2018-07-20ILLUSIONS: Formatting, remove trailing whitespace.Eric Fry
2018-07-20ILLUSIONS: Name menu border color variables to add readabilityEric Fry
Fix menu hover color layer position.
2018-07-20ILLUSIONS: Work on menu border decorationEric Fry
2018-07-20ILLUSIONS: Move palette code from Screen to new ScreenPalette classjohndoe123
2018-07-20ILLUSIONS: DUCKMAN: Implement special opcode 160013, also fix Input and ↵johndoe123
reduce debug output
2018-07-20ILLUSIONS: DUCKMAN: Start implementing the menu systemjohndoe123
Still work-in-progress, missing functionality and buggy Maybe needs some work for BBDOU where this isn't implemented yet.
2018-07-20ILLUSIONS: Add text drawing to BBDOUjohndoe123
2018-07-20ILLUSIONS: Move resource-related files into resources subdirectoryjohndoe123
2018-07-20ILLUSIONS: Add SoundMan and MusicPlayerjohndoe123
- Add remaining screen shake effects - Implement Chinese dialog puzzle in Duckman
2018-07-20ILLUSIONS: More work on Duckmanjohndoe123
- Implement dialogs - Change Camera class for Duckman
2018-07-20ILLUSIONS: More work on Duckmanjohndoe123
- Implement Duckman cursor and interaction handling - Add more script opcodes - Add TextDrawer and ScreenText (needs minor refactoring for BBDOU)