You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commit 17683f8
Author: Jowan-Spooner <42868150+Jowan-Spooner@users.noreply.github.com>
Date: Fri Jan 26 18:55:38 2024 +0100
Rename the Other folder to Core (dialogic-godot#2047)
* Rename the Other folder to Core
* Add a small auto-update
* Fix unit test
commit ce2a734
Author: Jowan-Spooner <42868150+Jowan-Spooner@users.noreply.github.com>
Date: Fri Jan 26 18:55:03 2024 +0100
Allow specifying parent to add layout (dialogic-godot#2048)
- fixesdialogic-godot#2029
commit c33a560
Author: Dabbles in too many things <mitch.zais@gmail.com>
Date: Fri Jan 26 09:54:52 2024 -0800
Avoid null get_tree() call (dialogic-godot#2052)
get_tree() can return null when the Dialogic view isn't open but this function is being called by an external system. No node tree exists to wait for or manipulate, so errors are spammed.
This would very much increase the usability I think. And it should be pretty easy to do.
There is two steps to this:
Allow specifying where to add a layout. I think it would still be best to only put this argument on
load_style
not .start() for simplicity.Making sure style changes use the same parent as previous styles.
As I said, this is pretty easy to implement (I did it before, locally) I just needed a reminder to actually properly do it at some point.
The text was updated successfully, but these errors were encountered: