Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@Rubonnek Rubonnek released this 14 Aug 19:58
faff55e

Mostly documentation improvements and minor changes to the API for clarity and consistency.

What's Changed

  • Stringify arguments bound to a Callable to display these within the debugger
  • Specify format variable type in the Debugger
  • Stringify format dictionary keys to show these in the debugger
  • Rename has_entry_at() to has_entry_id() for consistency with similar functions
  • Implement debug-only choose_option() sanity check
  • Rename has_goto() to has_goto_id()
  • Rename remove_text_vars() to remove_format()
  • Update documentation
  • Remove DialogueEngine.remove_entry and DialogueEngine.remove_entry_at functions
  • Remove DialogueEngine.get_branch_id_needle()
  • Update GraphNode title formatting when a DialogueEntry has a custom name
  • Fix DialogueEngine.advance documentation

Full Changelog: 1.1.0...1.2.0