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

feature: update for Godot 3.3-stable #100

Merged
merged 3 commits into from
Apr 24, 2021
Merged

Conversation

resinten
Copy link

Update to support changes in Godot 3.3. Mostly, this involves updating Thread (modernized to use start instead of create) and atomic_increment (now SafeNumeric<T>). Also removed c++11 flag from SCsub, as Godot now uses features from newer editions of C++ (std::shared_timed_mutex).

While in the code, I fixed a few typos that I found:
partern/parttern => pattern
applay => apply
DECLAR_ => DECLARE_
DECLEARATION => DECLARATION

@Geequlim
Copy link
Collaborator

Thanks!

@Geequlim Geequlim merged commit c56f793 into godotjs:master Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants