forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 1
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
tracking master #5
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
- Dispatch input immediately as it comes, instead of delaying it to the next step(). - Fix text box input handling when caret is at the middle of the text. - Minimize queueEvent calls on Java side.
RotatedFileLogger needs data_dir on iOS to be initialized, so setting data_dir has been moved to initialize_core.
EditorProgress calls Main::iteration which calls MessageQueue::flush which may result in _fs_changed being called again. This fixes the loop Godot enters in such case. Fixes godotengine#11189
Needed by properties that share set/get functions. Fixes godotengine#10329.
Fix exporting projects with custom input event actions
- Fix boolean never reset to false - Fix IntPtr unboxing and cleanup
[GDnative] fix crash at cleanup time when singleton_gdnatives is not empty
…docs Move GDNative docs into gdnative folder [ci skip]
Prevent a possible crash at collision_object_2d_sw.h
...making it consistent with official docs
EditorHelp: use '<' to show inheritance [ci skip]
…cript removed GDNativeClass doc from GDNative module [ci skip]
[DOCS] TabContainer class descriptions
…eenbutton [DOCS] TouchScreenButton
Redoing the ARVR GDNative interface as module and tighter implementation
[DOCS] Small edits to ConfigFile docs. [ci skip]
New splash screen.
Added and improved some missing icons, plus some other visual fixes.
…-bugfix Fix Alpha Border bugfix
Added error dialog when failing to export project
[DOCS] Fix a few typos. [ci skip]
…ck-ggx Fix render mode specular schlick ggx
Previous code expected only one XML per module, which is not the case for e.g. mono or gdnative. Also add newline after signal description to fix rst warning, and make the script Python 3-compatible. [ci skip]
…awn_callback Expose 'request_frame_drawn_callback' to script.
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.
this pull request is just to track master.
there where decent fixes upstream.