Skip to content

v0.7.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@hohfchns hohfchns released this 28 Aug 18:25
· 17 commits to main since this release

What's Changed

New Features

  • Updated to Godot 4.3
  • Added DialogueQuest Editor panel
  • CharacterDB import/export functionality and editor menu, allowing characters to be transported between projects as well as DialogueQuestTester
  • Added parsing in say statement for special characters such as \n \r, etc.
  • Added more branch options for handling flags
    • branch | flag now takes variable number of arguments
    • Added branch | flags
    • Added branch | flag >
    • Added branch | flag <
    • Added branch | flag =
    • Added branch | flag >=
    • Added branch | flag <=

Bug fixes

  • Fixed root_subfolder error
  • Fixed DQDialoguePlayer trying to setup dialogue_box regardless of whether it is ready or not
  • Fixed DQDialoguePlayer causing errors when it has no dialogue_box

Full Changelog: v0.6.0...v0.7.0-rc1