Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-02 | MUTATIONOFJB: Draw bitmaps. | Ľubomír Remák | |
Implement RB (bitmap visibility) command. Implement stub for FLX and FLB (play animation) commands. | |||
2018-10-30 | MUTATIONOFJB: Add stub for switching game chapter. | Ľubomír Remák | |
2018-10-28 | MUTATIONOFJB: Implement implicit actions. | Ľubomír Remák | |
Add implicit pick up action for certain statics. Respect disabled implicit walk action for doors. | |||
2018-10-28 | MUTATIONOFJB: 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-08-30 | MUTATIONOFJB: Basic save/load support. | Ľubomír Remák | |
Warning: The save format is subject to change. | |||
2018-08-29 | MUTATIONOFJB: Disallow interaction with inactive doors. | Miroslav Remák | |
2018-08-29 | MUTATIONOFJB: 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-25 | MUTATIONOFJB: Change old-style C casts to static_cast. | Ľubomír Remák | |
2018-08-25 | MUTATIONOFJB: Don't mark internal strings as translatable. | Ľubomír Remák | |
2018-08-25 | MUTATIONOFJB: Improve documentation and naming. | Ľubomír Remák | |
2018-08-25 | MUTATIONOFJB: Fix code formatting issues (with astyle). | Ľubomír Remák | |
2018-08-25 | MUTATIONOFJB: Implement SayCommand::execute. | Ľubomír Remák | |
2018-08-25 | MUTATIONOFJB: Improve documentation, rename cryptic variables. | Miroslav Remák | |
2018-08-25 | MUTATIONOFJB: Draw objects (first frame only) and improve conversation support. | Ľubomír Remák | |
2018-08-25 | MUTATIONOFJB: Add rename command. | Ľubomír Remák | |
2018-08-25 | MUTATIONOFJB: Implement UI for inventory. | Ľubomír Remák | |
2018-08-25 | MUTATIONOFJB: Load object frames and implement special handling for map scenes. | Ľubomír Remák | |
2018-08-25 | MUTATIONOFJB: Run action when clicking on static or door. | Ľubomír Remák | |
2018-08-25 | MUTATIONOFJB: Add support for NEWROOM command. | Ľubomír Remák | |
2018-08-25 | MUTATIONOFJB: Add support for CAMEFROM command. | Ľubomír Remák | |
2018-08-25 | MUTATIONOFJB: Add Game class. | Ľubomír Remák | |