summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-01Remove uncessecary checks when exporting gdextension binariesGilles Roudière
2022-12-01Merge pull request #69303 from Chaosus/gds_fix_loopsRémi Verschelde
Reset unassigned local variables to null in the loops
2022-11-30Merge pull request #67610 from m4gr3d/add_check_for_min_ndk_target_api_mainRémi Verschelde
Bump the minimum Android target api to 21 (Android Lollipop)
2022-11-30Updating the minimum Android target api for proper Vulkan supportFredia Huya-Kouadio
2022-11-30Merge pull request #69408 from TokageItLab/spblend-more-warnRémi Verschelde
Emphasize the warning about special case blend for animation
2022-11-30Merge pull request #69392 from dsnopek/openxr-quest-fixRémi Verschelde
Fix OpenXR on the Meta Quest: XR_KHR_loader_init_android is not reported as available (but it works anyway)
2022-11-30Merge pull request #69397 from KoBeWi/eradicate_foldingRémi Verschelde
Make remote inspector groups not foldable
2022-11-30Merge pull request #69394 from KoBeWi/layin_layoutRémi Verschelde
Display transform properties of contained controls
2022-11-30Merge pull request #69393 from DeeJayLSP/update_miniupnpcRémi Verschelde
Update miniupnpc to 2.2.4
2022-11-30Merge pull request #69278 from rhofour/remove-namespacesIgnacio Roldán Etcheverry
Remove unnecessary namespaces in generated PropertyDefVal files.
2022-12-01Emphasize the warning about special case blend for animationSilc Renew
2022-11-30Make remote inspector groups not foldablekobewi
2022-11-30Display transform properties of contained controlskobewi
2022-11-30Update miniupnpc to 2.2.4DeeJayLSP
2022-11-30Merge pull request #69376 from zaevi/adjust_dropping_textureRémi Verschelde
Adjust position and size for dropping texture in canvas editor.
2022-11-30Merge pull request #69269 from red1939/red1939/masterRémi Verschelde
Acknowledge that a CLASS kind of a DataType might not have an identifier
2022-11-30Merge pull request #69377 from bruvzg/mac_app_pass_ntRémi Verschelde
[macOS] Fix export button incorrectly disabled when using login/app password for notarization.
2022-11-30Merge pull request #69365 from timothyqiu/invalid-referenceRémi Verschelde
Fix heap-use-after-free when changing alternative tile ID
2022-11-30Merge pull request #68070 from Geometror/move_z_index_to_canvasitemRémi Verschelde
Move z_index, z_as_relative and y_sort_enabled from `Node2D` to `CanvasItem`
2022-11-30Merge pull request #65759 from nathanfranke/migrate-project-managerRémi Verschelde
Print each migrated project path instead of always printing "migrating" when there are none
2022-11-30[macOS] Fix export button incorrectly disabled when using login/app password ↵bruvzg
for notarization.
2022-11-30Adjust position and size for dropping texture.Zae
2022-11-30Acknowledge that a CLASS kind of a DataType might not have an identifierBartosz Bielecki
2022-11-29Remove unnecessary namespaces in generated PropertyDefVal files.R. Alex Hofer
2022-11-29Fix OpenXR on the Meta Quest: XR_KHR_loader_init_android is not reported as ↵David Snopek
available (but it works anyway)
2022-11-30Fix heap-use-after-free when changing alternative tile IDHaoyu Qiu
2022-11-29print each migrated project path instead of always printing "migrating" when ↵Nathan Franke
there are none
2022-11-30Merge pull request #65905 from raulsntos/dotnet/marshaling-collectionsIgnacio Roldán Etcheverry
C#: Fix marshaling generic Godot collections
2022-11-29Merge pull request #69355 from clayjohn/android-GLES3Rémi Verschelde
Enable GLES3 on Android
2022-11-29Enable GLES3 on Androidclayjohn
Add necessary build flags and switch from using a GLES2 context to a GLES3 one. This also enables building for OpenXR Co-authored-by: m4gr3d <fhuyakou@gmail.com> Co-authored-by: dsnopek <dsnopek@gmail.com>
2022-11-29Merge pull request #69338 from akien-mga/pm-fix-hacky-project-renameYuri Sizov
Project Manager: Fix hacky code for project rename
2022-11-29Move z_index, z_as_relative and y_sort_enabled from Node2D to CanvasItemHendrik Brucker
2022-11-29Merge pull request #69342 from DeeJayLSP/update_certsRémi Verschelde
Update CA certificates to 2022.10 revision
2022-11-29Merge pull request #68665 from TokageItLab/cut-unkeyed-gltf-animRémi Verschelde
Add "Trimming" option to cut un-keyed timeline before first key in glTF animation
2022-11-29Merge pull request #69341 from TokageItLab/fix-timeline-crashRémi Verschelde
Fix crash AnimationTimelineEdit when switch FPS mode without track
2022-11-29Merge pull request #66995 from HolonProduction/main_window_bugRémi Verschelde
Fix a bug with main window `EditorPlugin`.
2022-11-29Merge pull request #51471 from KoBeWi/array_of_crashesRémi Verschelde
Fix crash in EditorPropertyArray
2022-11-29Merge pull request #69339 from Faless/fix/4.x_resource_name_is_stringRémi Verschelde
[Core] Fix Resource.resource_name type.
2022-11-29Merge pull request #63512 from MmAaXx500/autoload-double-add-removeRémi Verschelde
Prevent autoloads from being added or removed twice
2022-11-29Merge pull request #67664 from WindyDarian/fix_dependency_importRémi Verschelde
Don't try to import unknown dependency from scan
2022-11-29Merge pull request #67814 from opl-/fix/editor-inspector-accept-eventRémi Verschelde
Fix editor inspector classes not accepting events
2022-11-29Merge pull request #66194 from YeldhamDev/feature_fixesRémi Verschelde
Fix some stuff with the editor features
2022-11-29Merge pull request #69334 from bruvzg/ios_user_dirRémi Verschelde
[iOS] Read document and cache path directly in the OS code, instead of passing in from main.
2022-11-29Update CA certificates to 2022.10 revisionDeeJayLSP
2022-11-30Fix crash AnimationTimelineEdit when switch FPS mode without trackSilc Renew
2022-11-29Solve a bug with main window plugins.HolonProduction
When removing a main window plugin the bindings of the main window buttons was not changed to reflect the changed indices.
2022-11-29Fix crash in EditorPropertyArraykobewi
2022-11-29[Core] Fix Resource.resource_name type.Fabio Alessandrelli
The methods returns a String, but the Variant was bound as a StringName. We could alternatively change the method return type but that's a breaking change which will requires code changes in other parts of the engine.
2022-11-29Project Manager: Fix hacky code for project renameRémi Verschelde
Instantiating a new ProjectSettings is *not* the way to go. ConfigFile works just fine to read/change a single value. Fixes memory leaks as the instantiated ProjectSettings was never freed. Forbid doing this to prevent such problems. Fixes #25661.
2022-11-29[iOS] Read document and cache path directly in the OS code, instead of ↵bruvzg
passing in from main.