-
Notifications
You must be signed in to change notification settings - Fork 74
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
Unify Swift and Godot Signal Syntax #584
Open
samdeane
wants to merge
23
commits into
migueldeicaza:main
Choose a base branch
from
elegantchaos:signal-syntax-tweak
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 53966d1 - Browse repository at this point
Copy the full SHA 53966d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a646da7 - Browse repository at this point
Copy the full SHA a646da7View commit details -
Require macOS 14 for the generic pack support
Would bumping the swift-tools-version to 5.10 be better?
Configuration menu - View commit details
-
Copy full SHA for c8ce59a - Browse repository at this point
Copy the full SHA c8ce59aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20025c5 - Browse repository at this point
Copy the full SHA 20025c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f19b01 - Browse repository at this point
Copy the full SHA 3f19b01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a9ffda - Browse repository at this point
Copy the full SHA 8a9ffdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32ecb25 - Browse repository at this point
Copy the full SHA 32ecb25View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd72ae3 - Browse repository at this point
Copy the full SHA cd72ae3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a55d63b - Browse repository at this point
Copy the full SHA a55d63bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cc7603 - Browse repository at this point
Copy the full SHA 7cc7603View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eae04f - Browse repository at this point
Copy the full SHA 7eae04fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81f13a0 - Browse repository at this point
Copy the full SHA 81f13a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2be97a8 - Browse repository at this point
Copy the full SHA 2be97a8View commit details -
Declare local computed property for each signal.
Allows using the spelling obj.signal.connect(target, method) which is closer to GDScript than obj.connect(Class.signal, target, method)
Configuration menu - View commit details
-
Copy full SHA for af36fd8 - Browse repository at this point
Copy the full SHA af36fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b75787 - Browse repository at this point
Copy the full SHA 4b75787View commit details -
Added #nusignal macro to avoid breaking #signal
Should probably deprecate #signal and/or rename #nusignal
Configuration menu - View commit details
-
Copy full SHA for ed702db - Browse repository at this point
Copy the full SHA ed702dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14e2273 - Browse repository at this point
Copy the full SHA 14e2273View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97854d4 - Browse repository at this point
Copy the full SHA 97854d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a2a8fe - Browse repository at this point
Copy the full SHA 3a2a8feView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2e86c6 - Browse repository at this point
Copy the full SHA f2e86c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 653f270 - Browse repository at this point
Copy the full SHA 653f270View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ba66f6 - Browse repository at this point
Copy the full SHA 3ba66f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce226d0 - Browse repository at this point
Copy the full SHA ce226d0View commit details
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.