aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2018-08-25MUTATIONOFJB: Fix crash when static/door name is set to empty string.Miroslav Remák
2018-08-25MUTATIONOFJB: Handle hardcoded animations.Miroslav Remák
2018-08-25MUTATIONOFJB: Improve documentation, rename cryptic variables.Miroslav Remák
2018-08-25MUTATIONOFJB: Animate objects.Ľubomír Remák
2018-08-25MUTATIONOFJB: Implement word wrapping for subtitles.Miroslav Remák
2018-08-25MUTATIONOFJB: Add null check.Ľubomír Remák
2018-08-25MUTATIONOFJB: Correctly handle empty animation frames.Ľubomír Remák
2018-08-25MUTATIONOFJB: Change cursor color when it's under entity.Ľubomír Remák
2018-08-25MUTATIONOFJB: Add support for repeating choices.Ľ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: Fix multiple RANDOM commands in one script.Miroslav Remák
2018-08-25MUTATIONOFJB: Draw object animations on map scene.Ľubomír Remák
2018-08-25MUTATIONOFJB: Implement RANDOM command.Miroslav Remák
2018-08-25MUTATIONOFJB: Draw objects (first frame only) and improve conversation support.Ľubomír Remák
2018-08-25MUTATIONOFJB: Implement scroll buttons.Miroslav Remák
2018-08-25MUTATIONOFJB: Basic conversation support.Ľubomír Remák
2018-08-25MUTATIONOFJB: Add support for DEFINE_STRUCT script command.Ľubomír Remák
2018-08-25MUTATIONOFJB: Fix issue with parsing #MACRO and #STARTUP right after end ↵Ľubomír Remák
block command.
2018-08-25MUTATIONOFJB: Add font support and conversation widget.Ľubomír Remák
2018-08-25MUTATIONOFJB: Draw HUD background.Ľubomír Remák
2018-08-25MUTATIONOFJB: Add rename command.Ľubomír Remák
2018-08-25MUTATIONOFJB: Refactor inventory UI into separate widget, add button widgets.Ľubomír Remák
2018-08-25MUTATIONOFJB: Implement UI for inventory.Ľubomír Remák
2018-08-25MUTATIONOFJB: Fix object animatation loader.Ľubomír Remák
2018-08-25MUTATIONOFJB: Load object frames and implement special handling for map scenes.Ľubomír Remák
2018-08-25MUTATIONOFJB: Introduce better animation loader that supports diff frames.Ľubomír Remák
2018-08-25MUTATIONOFJB: Run action when clicking on static or door.Ľubomír Remák
2018-08-25MUTATIONOFJB: Add support for NEWROOM command.Ľubomír Remák
2018-08-25MUTATIONOFJB: Parse startup sections in scripts and fix change scene command.Ľubomír Remák
2018-08-25MUTATIONOFJB: Support for running commands.Ľubomír Remák
2018-08-25MUTATIONOFJB: Add support for calling macros.Ľubomír Remák
2018-08-25MUTATIONOFJB: Add changescene debug command and fix macro debug commands.Ľubomír Remák
2018-08-25MUTATIONOFJB: Add support for macro definitions.Ľubomír Remák
2018-08-25MUTATIONOFJB: Add support for CAMEFROM command.Ľubomír Remák
2018-08-25MUTATIONOFJB: Load local (room) scripts.Ľubomír Remák
2018-08-25MUTATIONOFJB: Add Game class.Ľubomír Remák
2018-08-25MUTATIONOFJB: Fix GOTO command.Ľubomír Remák
2018-08-25MUTATIONOFJB: Add support for labels and goto.Ľubomír Remák
2018-08-25MUTATIONOFJB: Add support of IFPIGGY command.Ľubomír Remák
2018-08-25MUTATIONOFJB: Add support for IFITEM command and fix parsing conditional ↵Ľubomír Remák
commands that are right after #ELSE.
2018-08-25MUTATIONOFJB: Convert section names to 7bit ASCII in debug console.Ľubomír Remák
2018-08-25MUTATIONOFJB: Don't store ActionInfo pointers, because they might be ↵Ľubomír Remák
invalidated, and parse/show actions with two objects correctly.
2018-08-25MUTATIONOFJB: Fix some code formatting issues.Ľubomír Remák
2018-08-25MUTATIONOFJB: Fix uninitialized ChangeOperation, fix parsing tag in IF ↵Ľubomír Remák
command and add some comments.
2018-08-25MUTATIONOFJB: Show multiple script commands in showsection debug command.Ľubomír Remák
2018-08-25MUTATIONOFJB: Implement inventory commands.Ľubomír Remák
2018-08-25MUTATIONOFJB: Implement data model for inventory.Ľubomír Remák
2018-08-25MUTATIONOFJB: Add say command with dummy implementation.Ľubomír Remák
2018-08-25MUTATIONOFJB: Add change scene command, implement listsections and ↵Ľubomír Remák
showsection debug console commands.