aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/debug.cpp
AgeCommit message (Expand)Author
2018-11-02MUTATIONOFJB: Draw bitmaps.Ľubomír Remák
2018-10-28MUTATIONOFJB: Implement implicit actions.Ľubomír Remák
2018-08-25MUTATIONOFJB: Fix MSVC warnings.Ľubomír Remák
2018-08-25MUTATIONOFJB: Change old-style C casts to static_cast.Ľubomír Remák
2018-08-25MUTATIONOFJB: Don't mark internal strings as translatable.Ľubomír Remák
2018-08-25MUTATIONOFJB: Fix code formatting issues (with astyle).Ľubomír Remák
2018-08-25MUTATIONOFJB: Improve documentation, rename cryptic variables.Miroslav Remák
2018-08-25MUTATIONOFJB: Implement RANDOM command.Miroslav Remák
2018-08-25MUTATIONOFJB: Implement UI for inventory.Ľ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: Parse startup sections in scripts and fix change scene command.Ľ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 Game class.Ľubomír Remák
2018-08-25MUTATIONOFJB: Add support for IFITEM command and fix parsing conditional comm...Ľubomír Remák
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 invalida...Ľubomír Remák
2018-08-25MUTATIONOFJB: Show multiple script commands in showsection debug command.Ľubomír Remák
2018-08-25MUTATIONOFJB: Add change scene command, implement listsections and showsectio...Ľubomír Remák