Skip to content

Releases: nathanhoad/godot_dialogue_manager

v1.12.0

08 Jul 02:52
Compare
Choose a tag to compare
  • Adds syntax to force an end to the conversation (=> END!) to make it play nice with the "continue through titles" option.
  • Editor now remembers your cursor position when returning to a recent file (and after applying translation keys, etc)
  • Simplifies mutation internals.

v1.11.2

06 Jul 03:03
Compare
Choose a tag to compare
  • Fixes an issue that meant files weren't being saved when changing resources.

v1.11.1

03 Jul 05:08
Compare
Choose a tag to compare
  • Makes sure the goto stack is cleared when starting a new dialogue chain.

v1.11.0

03 Jul 01:52
Compare
Choose a tag to compare
  • Adds support for continuing through titles via a compiler setting.
  • Adds support for =>< syntax for jumping to a title and returning to the jump point after.

v1.10.0

26 Jun 07:24
Compare
Choose a tag to compare

v1.9.0

07 May 04:40
Compare
Choose a tag to compare
  • Add a text replace toolbar
  • Renamed any internal constants that might clash with game globals
  • Simplified the workaround for setting DialogueLabel height

v1.8.0

06 Apr 10:55
Compare
Choose a tag to compare
  • Adds not and ! syntax for negation.
  • Allows for deep assigning in mutations (eg set some_dictionary["key"] = "some value").
  • Lets you turn off pre-baking compiler results. When disabled, resources will be compiled at run time.
  • Adds an option to include responses that failed their condition check.
  • Exporting translations will now remember where you last specifically exported a translation file.

v1.7.2

27 Mar 02:17
Compare
Choose a tag to compare
  • Restores the DialogueLine typing for DialogueResource.get_next_dialogue_line()
  • Fixes the weird resource property issue better

v1.7.1

26 Mar 09:26
Compare
Choose a tag to compare
  • Fixes an issue when trying to set properties on a DialogueResource

v1.7.0

26 Mar 05:26
Compare
Choose a tag to compare
  • Add shortcut on DialogueResource instances to get the next line of dialogue.
  • Adds dot syntax for dictionaries and objects in inline expressions
  • Adds a button in the dialogue editor to insert BBCodes and dialogue markers.
  • Fixes an issue with nested responses
  • Fixes an issue with displaced BBCodes when using a bunch of them along with dialogue markers