aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/gamescreen.cpp
AgeCommit message (Collapse)Author
2019-01-12MUTATIONOFJB: Fix SETANIM and add support for pickupable statics.Ľubomír Remák
2019-01-12MUTATIONOFJB: Add support for SETANIM command.Ľubomír Remák
2018-10-28MUTATIONOFJB: Allow completion of first chapter.Ľubomír Remák
Implement dummy SPECIALSHOW command (skip puzzle). Fix NEWROOM command parsing. Fix use action on inventory items. Fix interaction with certain doors.
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