dialogic-godot / dialogic

💬 Create Dialogs, Visual Novels, RPGs, and manage Characters with Godot to create your Game!
https://dialogic.pro
MIT License
3.42k stars 206 forks source link

Fix to autoskip and wait event pausing #2214

Closed Jowan-Spooner closed 3 weeks ago

Jowan-Spooner commented 4 weeks ago

Fix autoskip enable_on_visited and disable_on_unread_text

These were not working correctly because autoskip did a has_subsystem check before the history subsystem was initialized.

Make sure wait event timer stops when scene tree is paused

This might be breaking things for people who use the scene tree pausing for dialog, but that's just a bad use of it.