aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/mutationofjb.cpp
AgeCommit message (Collapse)Author
2018-08-29MUTATIONOFJB: Fix interaction with certain overlapped statics.Miroslav Remák
An active static overlapped by an inactive static with lower ID was not interactable. For example, this affected the scene with the sawfish, where the machine in the closet would be blocked by the closet itself.
2018-08-27MUTATIONOFJB: Fix Coverity issues.Ľubomír Remák
2018-08-25MUTATIONOFJB: Use advanced detector.Ľubomír Remák
2018-08-25MUTATIONOFJB: Move method comments to headers.Ľubomír Remák
2018-08-25MUTATIONOFJB: Fix missing lines between block ends.Ľubomír Remák
2018-08-25MUTATIONOFJB: Fix code formatting issues (with astyle).Ľubomír Remák
2018-08-25MUTATIONOFJB: Change cursor color when it's under entity.Ľubomír Remák
2018-08-25MUTATIONOFJB: Use the vanilla cursor.Miroslav Remák
2018-08-25MUTATIONOFJB: Run extra sections from conversation.Ľubomír Remák
2018-08-25MUTATIONOFJB: Refactor inventory UI into separate widget, add button widgets.Ľubomír Remák
2018-08-25MUTATIONOFJB: Load object frames and implement special handling for map scenes.Ľubomír Remák
2018-08-25MUTATIONOFJB: Run action when clicking on static or door.Ľubomír Remák
2018-08-25MUTATIONOFJB: Support for running commands.Ľubomír Remák
2018-08-25MUTATIONOFJB: Add Game class.Ľubomír Remák
2018-08-25MUTATIONOFJB: Fix some code formatting issues.Ľubomír Remák
2018-08-25MUTATIONOFJB: Add change scene command, implement listsections and ↵Ľubomír Remák
showsection debug console commands.
2018-08-25MUTATIONOFJB: Continue implementation of if/else script commands.Ľubomír Remák
2018-08-25MUTATIONOFJB: Start implementation of ATN scripts (IF command).Ľubomír Remák
2018-08-25MUTATIONOFJB: Load initial game state and allow room changeĽubomír Remák
2018-08-25MUTATIONOFJB: Load and draw scene backgroundĽubomír Remák
2018-08-25MUTATIONOFJB: Base for new engineĽubomír Remák