-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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
Bugfix/17654 split screen #17662
Closed
xsellier
wants to merge
1,509
commits into
godotengine:master
from
xsellier:bugfix/17654-split-screen
Closed
Bugfix/17654 split screen #17662
xsellier
wants to merge
1,509
commits into
godotengine:master
from
xsellier:bugfix/17654-split-screen
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
Added an experimental convert scripts option for godot3 export
…t-events-in-project-manager Skip unhandled input events on asset library tab. (2.1) [ci skip]
Allows to export PCK/ZIP without templates
[2.1] Update LibPNG to v1.6.33
Handling BackPress event [Android]
[2.1] Fix wrong Virtual-KeyCode(0x12) pair on Windows platform
Not sure why this happens without having upgraded Python itself, but is needed now. Not needed for _master_ because there we have b6e1e47 that does this and more. This commit does not address upgrading to Python 3.0. It just makes building for Android work again after upgrading SCons while keeping Python 2.7.
…roid-build-2.1 Fix Android build error with SCons 3.0 (2.1) [ci skip]
Fixes godotengine#10228. (cherry picked from commit 2d2467c)
…d-2.1 Fix animation not stopping after seeking to the end (2.1)
Index p_index out of size and connect: Condition ' s->slot_map.has(target) ' is true [ci skip]
[2.1] Remove Duplication of 'later in' on "No main scene...." Alert
update GKScore init function
Fixes godotengine#12087. (cherry picked from commit d645b80)
…ow-2.1 Fix formatting of debug log overflow (2.1) [ci skip]
Implemented vsync OS functions for OS X
- Cherry picked godotengine#10662 and fixed merge conflicts. - Manualy merged the change from godotengine#11904. - Did not merge godotengine#12236 since I'm not sure whether the issue affects Godot 2.1 and I don't have VS2013 to test. - Did not merge godotengine#11843 since it doesn't seem relevant (the code is only needed for creating DONORS.md, etc.). - Did not merge godotengine#10727 and godotengine#11752 since they seem to be already included in godotengine#11742. - The Windows and Linux builds have been tested with Scons 3.0 using Python 3. - OSX and iOS should hopefully work but are not tested since I don't have a Mac. - Builds using SCons 2.5 and Python 2 should not be impacted.
Make build scripts Scons 3.0/Python3 compatible
add copy button to sprite_frames_editor
No code change in the part we are using, it only affected contrib code. [ci skip] (cherry picked from commit e9d1d64)
Fixes godotengine#6888. Also apply the same logic in the 2 to 3 exporter, fixes godotengine#16850.
…ation Fix serialization of identifiers with non printable ASCII characters
Backport Fix to this issue godotengine#17202
…-x11-2.1 Generate mouse events from touch on X11 (2.1)
Backport FIX mouse notifications missings ->godot2
This makes the output more readable if it is written to a file, and more compact in continuous integration environments, keeping the log sizes low. (cherry picked from commit bf32d36)
The cache and progress logic assumed the 'env' to be defined, but it is only when the selected platform is in the supported list. Fixes godotengine#17497. (cherry picked from commit a44f9ca)
All values were multiplied by -1 when only "transform/rot" values need to be.
- Convert `move(` to `move_and_collide(` - Convert `<identifier> extends <Node>` to `<identifier> is <Node>` - Simplify existing regexps
Bugfix and improvements to the 2 to 3 converter
(cherry picked from commit 640d8cc)
2.1 HTML5 fixes
Fix some bugs with missing or incorrect renames in the process.
- Fixed properties with different renames based on node type: * Convert Joint2D's "collision/exclude_nodes" to "disable_collision" * Convert TextureProgress' "mode" to "fill_mode" * Convert Sprite and Sprite3D's "region" to "region_enabled" - Fixed swapping "Fill" and "Expand" in size_flags - Handle converting [self_]opacity to [self_]modulate.a, including in animations - Fixed signals: * Add a bunch of missed signal renames * Properly convert AnimationPlayer and AnimatedSprite's "finished" to "animation_finished" - Reduce diff in signal connections for tscn - Script converter: * Convert _input_event( to _gui_input( * Convert self_opacity to self_modulate.a * Convert ReferenceFrame to ReferenceRect * Add missing Pool*Array conversions
2 to 3 converter: More fixes to the property renames
Fix getting Android device information (2.1)
Add android:resizeableActivity='false' to the manifest.
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.
Fix this issue: #17654 (comment)