aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/menusystem.h
AgeCommit message (Collapse)Author
2018-07-20ILLUSIONS: Formatting fixesEric Fry
Simplified some point arithmetic Lock fixedpoint calcs to float rather than double
2018-07-20ILLUSIONS: Formatting, remove trailing whitespace.Eric 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: Move sliders in option menuEric Fry
2018-07-20ILLUSIONS: Wire up sfx to menusEric Fry
2018-07-20ILLUSIONS: Name menu border color variables to add readabilityEric Fry
Fix menu hover color layer position.
2018-07-20ILLUSIONS: Improve naming of variables and methods in menu system.Eric Fry
Start work on keyboard menu support and menu background fill.
2018-07-20Save description with savegameEric Fry
2018-07-20Work on save supportEric Fry
2018-07-20ILLUSIONS: DUCKMAN: Implement load game from the game's menu systemjohndoe123
- Fix pause/unpause opcodes - 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.