-
-
Notifications
You must be signed in to change notification settings - Fork 16
Preparing Alpha Branch #4170
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
Merged
Preparing Alpha Branch #4170
Conversation
This file contains hidden or 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
…-03-03-2025-1740986749 [CI] Merge patch-atomic-godot-script-transfer-03-03-2025-1740986749 into dev
[CI] Merge patch-atomic-docs-update-03-03-2025 into dev
…d-script-03-03-2025-1740987320 [CI] Merge patch-atomic-regame-autoload-the-gd-script-03-03-2025-1740987320 into dev
…icon-03-03-2025-1740988918 [CI] Merge patch-atomic-re-game-adding-basic-icon-03-03-2025-1740988918 into dev
…ket-03-03-2025-1740989092 [CI] Merge patch-atomic-godot-error-issue-ticket-03-03-2025-1740989092 into dev
…ading-03-03-2025-1740989653 [CI] Merge patch-atomic-godot-tokio-multithreading-03-03-2025-1740989653 into dev
…03-03-2025-1741006111 [CI] Merge patch-atomic-asyncnode-in-q-crate-03-03-2025-1741006111 into dev
h0lybyte
approved these changes
Mar 3, 2025
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.
Initial PR body for Alpha with categorized commits:
### Fixes:
4f96c97 fix(ci): added a custom godot issue ticket
31e7df2 fix(re-game): added icon to resolve debug error
52a5ac2 fix(re-game): added the base q plugin script.
### Documentation:
8aa0116 docs(git): updating the nx notes.
### Features:
2292ff8 feat(q): added a multithreading test to confirm thread usage.
ae7b876 feat(q): added an asyncnode for modular multithreading.
485f78e feat(q): added the base multithread support via tokio to the crate.
### Merge Commits:
1f804fb Merge pull request #4176 from KBVE/patch-atomic-asyncnode-in-q-crate-03-03-2025-1741006111
5a7478f Merge pull request #4175 from KBVE/patch-atomic-godot-tokio-multithreading-03-03-2025-1740989653
d110673 Merge pull request #4173 from KBVE/patch-atomic-godot-error-issue-ticket-03-03-2025-1740989092
4611c0e Merge pull request #4172 from KBVE/patch-atomic-re-game-adding-basic-icon-03-03-2025-1740988918
e76df7b Merge pull request #4171 from KBVE/patch-atomic-regame-autoload-the-gd-script-03-03-2025-1740987320
f3962ef Merge pull request #4169 from KBVE/patch-atomic-docs-update-03-03-2025
2e68e6a Merge pull request #4168 from KBVE/patch-atomic-godot-script-transfer-03-03-2025-1740986749
### Other Commits:
fcb90f7 build(re-game): updating the autoloading for the base game. #4145