aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/dictionary.h
AgeCommit message (Collapse)Author
2018-07-20ILLUSIONS: DUCKMAN: Clear fader when loading/unpausing backgroundsEric Fry
(cherry picked from commit 3367aafae37d6c28c1ab1e8323613a56a44e3a5c) ILLUSIONS: Delete dictionary list before it gets removed (cherry picked from commit d9d0c11) ILLUSIONS: Implement PathFinder::postProcess (cherry picked from commit ee98dfc)
2018-07-20ILLUSIONS: always use braces for loopsEric Fry
2018-07-20ILLUSIONS: Replace spaces with tabsEric Fry
Replace while(1) with do..while loop Removed dead code Renamed FP16 to FixedPoint16 to improve readability
2018-07-20ILLUSIONS: Fix clang warnings. Work on menu keyboard controlEric Fry
Fix some warnings while compiling with clang. Add up/down key support in game menus.
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)
2018-07-20ILLUSIONS: Add more script opcodesjohndoe123
- Add support for duplicate keys to the dictionary - Add trigger functions support - Improve inventory, now items can be clicked
2018-07-20ILLUSIONS: Add TalkResource and relatedjohndoe123
2018-07-20ILLUSIONS: Work on Actor and Control classes; fix bug in sprite decompressionjohndoe123
2018-07-20ILLUSIONS: Add Dictionary class and use itjohndoe123