forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update from Master #1
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
Remove circular include between core/typedefs.h and core/error_macros.h
Option to erase a section key in ConfigFile
Allow all Variant types to be added as project settings
Sprite to polygon conversion improvements
Correctly flip texture src region
Code signing support for Windows exports
Make Rect2.encloses return true on same size
Make tooltips have the same scale as their Controls
Project Manager: Update template dialog position after window resize
Fix GridContainer's children overflowing it when not all slots of a row are occupied
Fixed AttributeError bug on doc_status.py
Improve the OS `get_screen_*` methods' documentation
Fix crash in TileMap::update_cell_bitmask
Fixed invalid autocompletion pasting of shader param name
Removed default shortcut because of the conflict mentioned in the issue. Command + Shift + T would conflict with Soft Reload Script, and this shortcut doesn't seem to be needed very often.
Fixes the issue of multiselection retaining its selection when deselecting in the merge scene dialog
Remove Show Ruler shortcut (fixes #32639)
LSP: Fix signature of void returned functions in native methods
GLES2 & GLES3 Fixes ninepatch margins for high resolution textures.
lsp: Send godot class tree to clients
…cting Fixes deselection not working when merging scene
Since most browsers no longer allow making async requests from a page loaded from `file://`, we now need a proper HTTP server to load the exported HTML5 game. This should also allow us to get the debugger to work over a WebSocket connection.
As a result of commit b49226e FileAccess::open no longer returns ERR_CANT_OPEN if the file cannot be found/opened. Instead check against ERR_FILE_NOT_FOUND or ERR_FILE_CANT_OPEN.
Implement HTTP server for HTML5 "run" export
Fix layout saving error
Now loading the base resource first in ScriptEditorDebugger, the same way it's done in ScriptEditorPlugin. Fixes #33013
Fixed variables with built-in resource in remote inspector
Allows change Sprite3D scale if Billboard mode is enabled
[Mono] Change Plane intersect methods to return nullable Vector3
Resize custom class icon
VideoStream: - Fix const correctenss VideoPlayer: - Remove unused member variable last_frame - Move _mix_audios function definition to source file - Fix function parameter naming to match p_ convention - Fix const correctness - Add null checking
Assigns a default value in VMap and HashMap when new keys are created using the array operator so they are the same as the other Map classes. The non const version of the array operator can be used for both assigning a value and retrieving a writeable version. In the Map template classes the assign version is being used to create new keys, but sometimes not assigning a value when retrieving a writeable version. This does not address the problem that the default value may not be the correct one, and it does not address the problem that new keys probably should not be created when the array operator is used. These problems will be addressed in a separate commit.
Drop unused and outdated OSX setup.
Travis: Update Android NDK to r20
Refactor VideoPlayer and VideoStream
Initialise VMap and HashMap values to the default when they are created.
[macOS ] Project manager dock menu improvements.
The previous code didn't take into account that templates directories can have subdirectories like the mono templates have. Also fix an unclosed dir handle.
Display error messages in console when vformat is called
Fix incorrect text rendering with smaller display scale
Fix rendering tooltip
Fix uninstallation of mono templates directory
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.
No description provided.