Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename the Other folder to Core #2047

Merged
merged 3 commits into from
Jan 26, 2024

Conversation

Jowan-Spooner
Copy link
Collaborator

This has one major downside:

  • for anyone already using dialogic the autoload will break and has to be re-configured.
    We could add an auto-update, but I'm not sure if we want to do that during the alpha.

@Jowan-Spooner Jowan-Spooner added the Enhance ⚡ Improve a feature's workflow. label Jan 25, 2024
@Jowan-Spooner Jowan-Spooner merged commit 17683f8 into dialogic-godot:main Jan 26, 2024
2 checks passed
Invertex added a commit to Invertex/dialogic that referenced this pull request Jan 27, 2024
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)

    - fixes dialogic-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.
@Jowan-Spooner Jowan-Spooner deleted the rename-folder branch January 30, 2024 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhance ⚡ Improve a feature's workflow.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant