aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/gamescreen.h
AgeCommit message (Collapse)Author
2018-10-28MUTATIONOFJB: Implement implicit actions.Ľubomír Remák
Add implicit pick up action for certain statics. Respect disabled implicit walk action for doors.
2018-10-28MUTATIONOFJB: Add support for combining items.Ľubomír Remák
Introduce game screen and game widget. Add status bar to show currently hovered and picked items. Load hardcoded strings from game executable.
2018-09-06MUTATIONOFJB: Add support for 'look' action on inventory items.Ľubomír Remák