-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
GD-224: Update project to Godot 4.1.1 #223
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MikeSchulze
changed the title
Update project to Godot 4.1
GD-224: Update project to Godot 4.1
Jul 8, 2023
MikeSchulze
added
the
godot related issue
Its a bug by Godot engine and can't be fixed by GdUnit
label
Jul 8, 2023
MikeSchulze
force-pushed
the
update_to_410
branch
from
July 8, 2023 11:05
9b37792
to
a6f6ed8
Compare
MikeSchulze
force-pushed
the
update_to_410
branch
from
July 8, 2023 11:20
a6f6ed8
to
a6c3699
Compare
MikeSchulze
force-pushed
the
update_to_410
branch
from
July 8, 2023 11:53
506e066
to
951736e
Compare
MikeSchulze
force-pushed
the
update_to_410
branch
from
July 8, 2023 15:28
e85a2e3
to
29fb043
Compare
MikeSchulze
commented
Jul 18, 2023
MikeSchulze
commented
Jul 18, 2023
MikeSchulze
changed the title
GD-224: Update project to Godot 4.1
GD-224: Update project to Godot 4.1.1
Jul 18, 2023
MikeSchulze
force-pushed
the
update_to_410
branch
9 times, most recently
from
July 18, 2023 16:20
74412c2
to
4cc6cc9
Compare
MikeSchulze
force-pushed
the
update_to_410
branch
11 times, most recently
from
July 18, 2023 18:52
98c31cf
to
be29d48
Compare
``` malloc(): mismatching next->prev_size (unsorted) Aborted (core dumped) Error: Process completed with exit code 134. ```
MikeSchulze
force-pushed
the
update_to_410
branch
from
July 18, 2023 19:05
be29d48
to
30f5abf
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why
We want to support the latest Godot version v4.1.1
What
_exit_tree
(Godot 4.1 crashes on simple plugin print statement godotengine/godot#79379)