aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/mutationofjb.h
AgeCommit message (Collapse)Author
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-08-30MUTATIONOFJB: Basic save/load support.Ľubomír Remák
Warning: The save format is subject to change.
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 forward declarations of structs.Ľubomír Remák
2018-08-25MUTATIONOFJB: Change cursor color when it's under entity.Ľubomír Remák
2018-08-25MUTATIONOFJB: Draw HUD background.Ľubomír Remák
2018-08-25MUTATIONOFJB: Load object frames and implement special handling for map scenes.Ľubomír Remák
2018-08-25MUTATIONOFJB: Add Game class.Ľ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: 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